Comment #48 on issue 811 by [email protected]: Implement destructuring
https://code.google.com/p/v8/issues/detail?id=811#c48

The following revision refers to this bug:
https://chromium.googlesource.com/v8/v8.git/+/56bd11a11a4fc4b26f215ea5ca3217958db091fd

commit 56bd11a11a4fc4b26f215ea5ca3217958db091fd
Author: rossberg <[email protected]>
Date: Tue Aug 04 14:24:13 2015

[es6] Refactor FormalParameter

Store arity in FormalParameters; store name (instead of var) and is_rest flag in individual parameters. Ensure that the arity is always maintained consistently.

This is preparation for more parameter destructuring adjustments. In particular, a follow-up CL will separate parameter recording from declaring the variables.

[email protected], [email protected]
BUG=v8:811
LOG=N

Review URL: https://codereview.chromium.org/1259013003

Cr-Commit-Position: refs/heads/master@{#30002}

[modify] http://crrev.com/56bd11a11a4fc4b26f215ea5ca3217958db091fd/src/parser.cc [modify] http://crrev.com/56bd11a11a4fc4b26f215ea5ca3217958db091fd/src/parser.h [modify] http://crrev.com/56bd11a11a4fc4b26f215ea5ca3217958db091fd/src/preparser.cc [modify] http://crrev.com/56bd11a11a4fc4b26f215ea5ca3217958db091fd/src/preparser.h [modify] http://crrev.com/56bd11a11a4fc4b26f215ea5ca3217958db091fd/test/cctest/test-parsing.cc


--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to