I have a JavaScript file with many methods defined in it. Is there any way to know how many methods are in that file & what are the names of methods?
Write a program to load your file into Rhino, and then inspect the dictionaries and see what you have.