Link to home
Start Free TrialLog in
Avatar of Bitlab
BitlabFlag for United States of America

asked on

How to find all global variables in mixed JavaScript - PHP project in NetBeans

Hello Experts.

I am running the code base quality test JavaScript mixed with PHP project and need
to know all the JS globals.

NetBeans already highlights them in green, so knows about them, but how to get their total list?

Thank you.
Avatar of Bitlab
Bitlab
Flag of United States of America image

ASKER

PS. Possible answer is here, but how to differentiate own variables from Browser's Global variables:

http://stackoverflow.com/questions/6985224/intercepting-global-variable-definition-in-javascript
ASKER CERTIFIED SOLUTION
Avatar of ahoffmann
ahoffmann
Flag of Germany image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Bitlab

ASKER

Thank you.