Remove --harmony-scoping flag.
authordslomov <dslomov@chromium.org>
Fri, 13 Mar 2015 15:15:42 +0000 (08:15 -0700)
committerCommit bot <commit-bot@chromium.org>
Fri, 13 Mar 2015 15:15:57 +0000 (15:15 +0000)
commit92138c73a74003fa84d9426e2c7be06a16988e0c
tree114df016cea66d4ee8457b0b44591bae9aeacca6
parentec73e0886059d1fd3e84ea0171b2de9dcf9bfabe
Remove --harmony-scoping flag.

We have been shipping harmony scoping for 2 Chrome releases now (M41
and M42). Time to remove the flag.

R=rossberg@chromium.org
LOG=Y

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

Cr-Commit-Position: refs/heads/master@{#27187}
58 files changed:
src/arm/full-codegen-arm.cc
src/arm64/full-codegen-arm64.cc
src/bootstrapper.cc
src/contexts.cc
src/flag-definitions.h
src/hydrogen.cc
src/ia32/full-codegen-ia32.cc
src/ic/ic.cc
src/messages.js
src/mips/full-codegen-mips.cc
src/mips64/full-codegen-mips64.cc
src/objects.cc
src/parser.cc
src/ppc/full-codegen-ppc.cc
src/preparser.cc
src/preparser.h
src/scanner.cc
src/scanner.h
src/x64/full-codegen-x64.cc
src/x87/full-codegen-x87.cc
test/cctest/compiler/test-run-jsops.cc
test/cctest/compiler/test-run-variables.cc
test/cctest/test-debug.cc
test/cctest/test-decls.cc
test/cctest/test-parsing.cc
test/cctest/test-serialize.cc
test/mjsunit/bugs/harmony/debug-blockscopes.js
test/mjsunit/es6/block-conflicts.js [moved from test/mjsunit/harmony/block-conflicts.js with 99% similarity]
test/mjsunit/es6/block-const-assign.js [moved from test/mjsunit/harmony/block-const-assign.js with 98% similarity]
test/mjsunit/es6/block-early-errors.js [moved from test/mjsunit/harmony/block-early-errors.js with 98% similarity]
test/mjsunit/es6/block-for.js [moved from test/mjsunit/harmony/block-for.js with 99% similarity]
test/mjsunit/es6/block-leave.js [moved from test/mjsunit/harmony/block-leave.js with 99% similarity]
test/mjsunit/es6/block-let-crankshaft.js [moved from test/mjsunit/harmony/block-let-crankshaft.js with 99% similarity]
test/mjsunit/es6/block-let-declaration.js [moved from test/mjsunit/harmony/block-let-declaration.js with 99% similarity]
test/mjsunit/es6/block-let-semantics.js [moved from test/mjsunit/harmony/block-let-semantics.js with 99% similarity]
test/mjsunit/es6/block-non-strict-errors.js [moved from test/mjsunit/harmony/block-non-strict-errors.js with 95% similarity]
test/mjsunit/es6/block-scoping.js [moved from test/mjsunit/harmony/block-scoping.js with 99% similarity]
test/mjsunit/es6/debug-blockscopes.js [moved from test/mjsunit/harmony/debug-blockscopes.js with 99% similarity]
test/mjsunit/es6/debug-evaluate-blockscopes.js [moved from test/mjsunit/harmony/debug-evaluate-blockscopes.js with 98% similarity]
test/mjsunit/es6/debug-function-scopes.js [moved from test/mjsunit/harmony/debug-function-scopes.js with 98% similarity]
test/mjsunit/es6/empty-for.js [moved from test/mjsunit/harmony/empty-for.js with 98% similarity]
test/mjsunit/es6/generators-objects.js
test/mjsunit/es6/iteration-semantics.js
test/mjsunit/es6/iteration-syntax.js
test/mjsunit/es6/regress/regress-2243.js [moved from test/mjsunit/harmony/regress/regress-2243.js with 98% similarity]
test/mjsunit/es6/regress/regress-2322.js [moved from test/mjsunit/harmony/regress/regress-2322.js with 98% similarity]
test/mjsunit/es6/regress/regress-2506.js [moved from test/mjsunit/regress/regress-2506.js with 97% similarity]
test/mjsunit/es6/regress/regress-2858.js [moved from test/mjsunit/harmony/regress/regress-2858.js with 94% similarity]
test/mjsunit/es6/regress/regress-3426.js [moved from test/mjsunit/harmony/regress/regress-3426.js with 89% similarity]
test/mjsunit/es6/regress/regress-3683.js [moved from test/mjsunit/harmony/regress/regress-3683.js with 97% similarity]
test/mjsunit/es6/regress/regress-3741.js [moved from test/mjsunit/harmony/regress/regress-3741.js with 89% similarity]
test/mjsunit/function-length-accessor.js
test/mjsunit/harmony/module-linking.js
test/mjsunit/harmony/module-resolution.js
test/mjsunit/mjsunit.status
test/mjsunit/strict-mode.js
test/preparser/strict-const.js [deleted file]
test/preparser/strict-function-statement.pyt [deleted file]