Comment #2 on issue 835 by [email protected]: eval in inner scope sees different scope-chain when invoked indirectly
http://code.google.com/p/v8/issues/detail?id=835

This is actually a direct call to eval, but it is executed in the scope where the actual call to eval happens, which the body of the evalx function. The "v" variable visible at that point is the one holding "global".

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to