v8/test
ager@chromium.org c86b47f414 Rearrange the code in Scope::ResolveVariable.
I find this clearer and it also enables the DYNAMIC_LOCAL optimization
for code executed by eval that itself uses eval:

 eval("(function() { var x = 2; eval('1'); do stuff with x...; })()")

Review URL: http://codereview.chromium.org/24023

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@1322 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2009-02-19 15:27:44 +00:00
..
cctest Fixed Linux build. 2009-02-19 14:29:48 +00:00
message Added reporting compilation errors. 2008-12-05 08:35:52 +00:00
mjsunit Rearrange the code in Scope::ResolveVariable. 2009-02-19 15:27:44 +00:00
mozilla Add support for \b and ^ and $ in multiline mode, completing Irregexp 2009-01-19 18:56:47 +00:00