Description[es6] Enforce TDZ checks for let/const in StoreLookupSlot
With --harmony-sloppy we can get to a runtime store in the presence of
an eval. We therefor need to check that the value is not the hole which
is used to enforce TDZ.
BUG=v8:4284
LOG=N
R=rossberg@chromium.org, littledan@chromium.org
Committed: https://crrev.com/a73338ba9e22c2ac0e2213995849d61a521b8cd0
Cr-Commit-Position: refs/heads/master@{#29577}
Patch Set 1 #
Total comments: 2
Messages
Total messages: 8 (1 generated)
|