DescriptionAllow eval and arguments as property names
We incorrectly disallowed eval and arguments in accessor and method
names. This was because we checked the name inside the
ParseFunctionLiteral. We now flag accessors so that lazy parsing of
these functions are treated correctly.
BUG=v8:1984
R=adamk, dslomov@chromium.org
LOG=N
Committed: https://crrev.com/64abe65210adde13cb83aa0d3e747babd9979da8
Cr-Commit-Position: refs/heads/master@{#26497}
Patch Set 1 #Patch Set 2 : expand test #
Total comments: 2
Patch Set 3 : Cleanup based on code review #
Messages
Total messages: 10 (1 generated)
|