Comment #17 on issue 2160 by [email protected]: Add support for default parameters
https://code.google.com/p/v8/issues/detail?id=2160#c17
The following revision refers to this bug:https://chromium.googlesource.com/v8/v8.git/+/510baeacbab311798d5e8795800ff773d00d062c
commit 510baeacbab311798d5e8795800ff773d00d062c Author: caitpotter88 <[email protected]> Date: Wed Sep 02 21:10:51 2015 [es6] Re-implement rest parameters via desugaring. Kills the kRestParameter bailout/disabled optimization, and fixes lazily parsed arrow functions with rest parameters. Supercedes https://crrev.com/1235153006/ BUG=chromium:508074, v8:2160, v8:2700 LOG=N [email protected], [email protected], [email protected] Review URL: https://codereview.chromium.org/1272673003 Cr-Commit-Position: refs/heads/master@{#30550}[modify] http://crrev.com/510baeacbab311798d5e8795800ff773d00d062c/src/arm/code-stubs-arm.cc [modify] http://crrev.com/510baeacbab311798d5e8795800ff773d00d062c/src/arm64/code-stubs-arm64.cc [modify] http://crrev.com/510baeacbab311798d5e8795800ff773d00d062c/src/ast-literal-reindexer.h [modify] http://crrev.com/510baeacbab311798d5e8795800ff773d00d062c/src/ast-value-factory.h [modify] http://crrev.com/510baeacbab311798d5e8795800ff773d00d062c/src/bailout-reason.h [modify] http://crrev.com/510baeacbab311798d5e8795800ff773d00d062c/src/code-stubs.cc [modify] http://crrev.com/510baeacbab311798d5e8795800ff773d00d062c/src/code-stubs.h [modify] http://crrev.com/510baeacbab311798d5e8795800ff773d00d062c/src/compiler/ast-graph-builder.cc [modify] http://crrev.com/510baeacbab311798d5e8795800ff773d00d062c/src/compiler/ast-graph-builder.h [modify] http://crrev.com/510baeacbab311798d5e8795800ff773d00d062c/src/compiler/linkage.cc [modify] http://crrev.com/510baeacbab311798d5e8795800ff773d00d062c/src/full-codegen/arm/full-codegen-arm.cc [modify] http://crrev.com/510baeacbab311798d5e8795800ff773d00d062c/src/full-codegen/arm64/full-codegen-arm64.cc [modify] http://crrev.com/510baeacbab311798d5e8795800ff773d00d062c/src/full-codegen/ia32/full-codegen-ia32.cc [modify] http://crrev.com/510baeacbab311798d5e8795800ff773d00d062c/src/full-codegen/mips/full-codegen-mips.cc [modify] http://crrev.com/510baeacbab311798d5e8795800ff773d00d062c/src/full-codegen/mips64/full-codegen-mips64.cc [modify] http://crrev.com/510baeacbab311798d5e8795800ff773d00d062c/src/full-codegen/x64/full-codegen-x64.cc [modify] http://crrev.com/510baeacbab311798d5e8795800ff773d00d062c/src/hydrogen.cc [modify] http://crrev.com/510baeacbab311798d5e8795800ff773d00d062c/src/ia32/code-stubs-ia32.cc [modify] http://crrev.com/510baeacbab311798d5e8795800ff773d00d062c/src/mips/code-stubs-mips.cc [modify] http://crrev.com/510baeacbab311798d5e8795800ff773d00d062c/src/mips64/code-stubs-mips64.cc [modify] http://crrev.com/510baeacbab311798d5e8795800ff773d00d062c/src/parser.cc [modify] http://crrev.com/510baeacbab311798d5e8795800ff773d00d062c/src/parser.h [modify] http://crrev.com/510baeacbab311798d5e8795800ff773d00d062c/src/preparser.h [modify] http://crrev.com/510baeacbab311798d5e8795800ff773d00d062c/src/runtime/runtime-scopes.cc [modify] http://crrev.com/510baeacbab311798d5e8795800ff773d00d062c/src/runtime/runtime.h [modify] http://crrev.com/510baeacbab311798d5e8795800ff773d00d062c/src/x64/code-stubs-x64.cc [add] http://crrev.com/510baeacbab311798d5e8795800ff773d00d062c/test/mjsunit/harmony/arrow-rest-params-lazy-parsing.js [add] http://crrev.com/510baeacbab311798d5e8795800ff773d00d062c/test/mjsunit/harmony/regress/regress-508074.js [modify] http://crrev.com/510baeacbab311798d5e8795800ff773d00d062c/test/mjsunit/harmony/rest-params.js
--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.
