DescriptionRearrange 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...; })()")
Committed: http://code.google.com/p/v8/source/detail?r=1322
Patch Set 1 #
Total comments: 1
Messages
Total messages: 3 (0 generated)
|