How to know in which file that defined a js global var in chrome console?

Viewed 10572

How to find out which file and line a variable was defined in using google chrome console?

For example, the variable Native (from MooTools) has been defined in global scope. I want to know in which file that defined this variable using google chrome console.

3 Answers
Related