Hi list, I'm very new to V8, and I'm no c/c++ expert, so I'm hoping I just missed something in the source.
I'm trying to write a c++ function that accepts a js function as an argument, and then returns the environment for that function. In Rhino, this is called the "parent scope", and there's a function called getParentScope: http://www.mozilla.org/rhino/apidocs/org/mozilla/javascript/ScriptableObject.html#getParentScope() Thanks! Adam -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users
