Is there a way that a javascript function can read the javascript source code of other functions in an html page, so that the function can do some checking job on the javascript source code of these other functions?
Maybe a walkabout is how to get the source code of all javascript functions in an HTML page.