In V8 at least, in the debugger, you see local
, script
and global
categorizing the variables.
I got a reference to global
. All you do for that is set this
on entry to a property to use later if need be.
However, I can't find how to save a reference to the script
object. I think it exists because that's what the debugger is looping through in the watch window.