DescriptionFix a bug in named getter/setter compilation.
Because these are function literals that have an associated name, we were
compiling them as if they were named function expressions. This is
incorrect, the property name should not be in scope.
R=vegorov@chromium.org
BUG=
TEST=
Committed: http://code.google.com/p/v8/source/detail?r=8863
Patch Set 1 #
Total comments: 4
Patch Set 2 : Incorporate review comments. #
Messages
Total messages: 3 (0 generated)
|