Remove --harmony-arrow-functions flag
authoradamk <adamk@chromium.org>
Wed, 30 Sep 2015 19:49:46 +0000 (12:49 -0700)
committerJongsoo Yoon <join.yoon@samsung.com>
Fri, 20 Nov 2015 13:32:16 +0000 (22:32 +0900)
commit82915e94e18e73fdc563dfea9dc9287281c4cb22
treebde5817bd0c0a1dd918ef38ac76476c788320bbc
parent80a4c0b80e52cdbc470aad18dbf9ed2f75564731
Remove --harmony-arrow-functions flag

Arrow functions have been enabled by default since the 4.5 branch.

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

Cr-Commit-Position: refs/heads/master@{#31031}
48 files changed:
src/bootstrapper.cc
src/flag-definitions.h
src/parser.cc
src/preparser.h
test/cctest/test-asm-validator.cc
test/cctest/test-ast-expression-visitor.cc
test/cctest/test-parsing.cc
test/cctest/test-typing-reset.cc
test/message/arrow-bare-rest-param.js
test/message/arrow-formal-parameters.js
test/message/arrow-formal-parameters.out
test/message/arrow-missing.js
test/message/arrow-param-after-rest-2.js
test/message/arrow-param-after-rest.js
test/message/arrow-strict-eval-bare-parameter.js
test/message/arrow-strict-eval-bare-parameter.out
test/message/arrow-two-rest-params.js
test/message/invalid-spread-2.js
test/message/invalid-spread.js
test/mjsunit/es6/arrow-functions-lexical-arguments.js [moved from test/mjsunit/harmony/arrow-functions-lexical-arguments.js with 98% similarity]
test/mjsunit/es6/arrow-functions-this.js [moved from test/mjsunit/harmony/arrow-functions-this.js with 98% similarity]
test/mjsunit/es6/arrow-functions.js [moved from test/mjsunit/harmony/arrow-functions.js with 98% similarity]
test/mjsunit/es6/object-literals-super.js [moved from test/mjsunit/harmony/object-literals-super.js with 98% similarity]
test/mjsunit/es6/regress/regress-3501.js [moved from test/mjsunit/harmony/regress/regress-3501.js with 88% similarity]
test/mjsunit/es6/regress/regress-4056.js [moved from test/mjsunit/harmony/regress/regress-4056.js with 89% similarity]
test/mjsunit/es6/regress/regress-4160.js [moved from test/mjsunit/harmony/regress/regress-4160.js with 92% similarity]
test/mjsunit/es6/regress/regress-arrow-duplicate-params.js [moved from test/mjsunit/harmony/regress/regress-arrow-duplicate-params.js with 85% similarity]
test/mjsunit/es6/regress/regress-crbug-465671-null.js [moved from test/mjsunit/harmony/regress/regress-crbug-465671-null.js with 90% similarity]
test/mjsunit/es6/regress/regress-crbug-465671.js [moved from test/mjsunit/harmony/regress/regress-crbug-465671.js with 90% similarity]
test/mjsunit/harmony/arrow-rest-params-lazy-parsing.js
test/mjsunit/harmony/arrow-rest-params.js
test/mjsunit/harmony/default-parameters.js
test/mjsunit/harmony/destructuring-parameters-literalcount-nolazy.js
test/mjsunit/harmony/destructuring-parameters-literalcount.js
test/mjsunit/harmony/destructuring.js
test/mjsunit/harmony/new-target.js
test/mjsunit/harmony/regress/regress-4211.js
test/mjsunit/harmony/regress/regress-508074.js
test/mjsunit/harmony/rest-params-lazy-parsing.js
test/mjsunit/harmony/super.js
test/mjsunit/strong/classes.js
test/mjsunit/strong/declaration-after-use.js
test/mjsunit/strong/destructuring.js
test/mjsunit/strong/function-arity.js
test/mjsunit/strong/literals.js
test/mjsunit/strong/mutually-recursive-classes.js
test/mjsunit/strong/undefined.js
test/mjsunit/this-dynamic-lookup.js