DescriptionDon't skip hole checks inside patterns in parameter lists
Previously, b6e9f625c17f3a688139426771e2cb34fbdcb46e fixed self-assignment
in parameters to throw. But it failed to deal with the case of
destructuring with defaults. This patch extends that previous approach
to always treat the end of a parameter as its initializer position,
whether it has an initializer or not.
This is the minimal change to make it easy to merge; a follow-up
will rename the field of Parameter from "initializer_end_position"
to "end_position".
BUG=v8:5454
Committed: https://crrev.com/3c39bac4403dddc5b8d74aefd1cb06a967a2c4f1
Cr-Commit-Position: refs/heads/master@{#39962}
Patch Set 1 #
Messages
Total messages: 14 (8 generated)
|