DescriptionFix issues with name and length on poison pill function
In ES6 function name and length are configurable. However, the length
and name properties of the poison pill function must not be
configurable.
BUG=v8:4011
LOG=N
R=adamk@chromium.org, rossberg@chromium.org
CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:linux_chromium_rel_ng;tryserver.blink:linux_blink_rel
Committed: https://crrev.com/79be74364a40db15d831f4578617819bb391e465
Cr-Commit-Position: refs/heads/master@{#27855}
Patch Set 1 #Patch Set 2 : Use SetOwnPropertyIgnoreAttributes instead #
Total comments: 8
Patch Set 3 : No need to use a LookupIterator any more #Patch Set 4 : git rebase and refactor #Messages
Total messages: 19 (3 generated)
|