DescriptionFix bug with spread rewriting
It was not properly rewriting three cases:
- [...[42]][0]
- [...[42]].length
- [...[42]] `foo` (which is a type error)
R=rossberg@chromium.org
BUG=v8:4696
LOG=N
Committed: https://crrev.com/52a01ae0c7db3054e92275db048213d2cec81dae
Cr-Commit-Position: refs/heads/master@{#33433}
Patch Set 1 #
Messages
Total messages: 13 (4 generated)
|