meetvasu15 / HJCDepend

0 stars 0 forks source link

Read JavaScript functions that are referenced by html #16

Open meetvasu15 opened 10 years ago

meetvasu15 commented 10 years ago

There can be cases when one javascript file is used for multiple html pages, we need to read only those functions that are going to used by the Html page being analyzed.

kgary commented 10 years ago

And how will you know what those functions are? To me, we'd have to look at an entire web app, know whether a DOM element with the id existed anywhere, and whether that Javascript function is referenced anywhere.