DescriptionRemove kIsPossibleArrowFormals option from ParseAssignmentExpression
The path used by that option only comes into play when default parameters
are allowed but destructuring assignment is disallowed. Removing it
allows the removal of one implementation of ParseExpression, and makes
it clearer which code will be dead once all the destructuring flags
are removed.
Also made the |flags| param strongly typed instead of an int.
Committed: https://crrev.com/b8a4aeaee04120fa8d560b1e30083277cc6a34eb
Cr-Commit-Position: refs/heads/master@{#33918}
Patch Set 1 #
Depends on Patchset: Messages
Total messages: 8 (3 generated)
|