DescriptionFix a bug in scope analysis.
Function declarations inside catch are hoisted to the nearest enclosing
function scope, but we compiled their bodies as if occurring inside the
catch scope.
BUG=chrome:91120
TEST=regress/regress-91120 attached
Committed: http://code.google.com/p/v8/source/detail?r=8783
Patch Set 1 #Patch Set 2 : Correctly set inside_with on the new scope. #
Total comments: 2
Patch Set 3 : Back to the original version. #Patch Set 4 : Fix syntax error :( #
Messages
Total messages: 4 (0 generated)
|