valid and invalid. also different interesting cases:
var a = 10;
eval("a");
with ({a:11}) { eval("a"); }
and similiar.
http://codereview.chromium.org/10238006/
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
valid and invalid. also different interesting cases:
var a = 10;
eval("a");
with ({a:11}) { eval("a"); }
and similiar.
http://codereview.chromium.org/10238006/
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev