Comment #41 on issue 811 by [email protected]: Implement destructuring https://code.google.com/p/v8/issues/detail?id=811#c41
The following revision refers to this bug:https://chromium.googlesource.com/v8/v8.git/+/e7cdb615aeb18f7b4089eb646489d78a853050c9
commit e7cdb615aeb18f7b4089eb646489d78a853050c9 Author: dslomov <[email protected]> Date: Mon Jun 22 14:15:53 2015 [destructuring] Implement parameter pattern matching. Scoping for initializers is yet incorrect. Defaults are not supported. [email protected],[email protected] BUG=v8:811 LOG=N Committed: https://crrev.com/42f30f4ded2b1ca0c4caa7639e6206e93c78ee70 Cr-Commit-Position: refs/heads/master@{#29184} Review URL: https://codereview.chromium.org/1189743003 Cr-Commit-Position: refs/heads/master@{#29192}[modify] http://crrev.com/e7cdb615aeb18f7b4089eb646489d78a853050c9/src/parser.cc [modify] http://crrev.com/e7cdb615aeb18f7b4089eb646489d78a853050c9/src/parser.h [modify] http://crrev.com/e7cdb615aeb18f7b4089eb646489d78a853050c9/src/pattern-rewriter.cc [modify] http://crrev.com/e7cdb615aeb18f7b4089eb646489d78a853050c9/src/preparser.cc [modify] http://crrev.com/e7cdb615aeb18f7b4089eb646489d78a853050c9/src/preparser.h [modify] http://crrev.com/e7cdb615aeb18f7b4089eb646489d78a853050c9/src/scopes.cc [modify] http://crrev.com/e7cdb615aeb18f7b4089eb646489d78a853050c9/src/snapshot/serialize.cc [modify] http://crrev.com/e7cdb615aeb18f7b4089eb646489d78a853050c9/test/cctest/test-parsing.cc [modify] http://crrev.com/e7cdb615aeb18f7b4089eb646489d78a853050c9/test/mjsunit/harmony/destructuring.js [modify] http://crrev.com/e7cdb615aeb18f7b4089eb646489d78a853050c9/test/mjsunit/regress/regress-1130.js [modify] http://crrev.com/e7cdb615aeb18f7b4089eb646489d78a853050c9/test/mjsunit/regress/regress-436896.js [modify] http://crrev.com/e7cdb615aeb18f7b4089eb646489d78a853050c9/test/webkit/fast/js/arguments-expected.txt
--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.
