Side by Side Diff: test/mjsunit/regress/regress-handle-illegal-redeclaration.js
Issue 1819123002 :
Remove support for legacy const, part 1 (Closed)
Patch Set: Rebased, deleted one more file
Use n/p to move between diff chunks;
N/P to move between comments.
Draft comments are only viewable by you.
Jump to:
src/ast/ast-numbering.cc
src/ast/scopes.h
src/ast/scopes.cc
src/bailout-reason.h
src/compiler.cc
src/compiler/ast-graph-builder.cc
src/flag-definitions.h
src/full-codegen/arm/full-codegen-arm.cc
src/full-codegen/arm64/full-codegen-arm64.cc
src/full-codegen/full-codegen.h
src/full-codegen/full-codegen.cc
src/full-codegen/ia32/full-codegen-ia32.cc
src/full-codegen/mips/full-codegen-mips.cc
src/full-codegen/mips64/full-codegen-mips64.cc
src/full-codegen/ppc/full-codegen-ppc.cc
src/full-codegen/s390/full-codegen-s390.cc
src/full-codegen/x64/full-codegen-x64.cc
src/full-codegen/x87/full-codegen-x87.cc
src/interpreter/bytecode-generator.cc
src/parsing/parser.cc
src/parsing/parser-base.h
src/parsing/preparser.cc
test/cctest/compiler/test-run-bytecode-graph-builder.cc
test/cctest/compiler/test-run-jsops.cc
test/cctest/compiler/test-run-variables.cc
test/cctest/interpreter/bytecode_expectations/IllegalRedeclaration.golden
test/cctest/interpreter/bytecode_expectations/LegacyConstVariable.golden
test/cctest/interpreter/generate-bytecode-expectations.cc
test/cctest/interpreter/test-bytecode-generator.cc
test/cctest/interpreter/test-interpreter.cc
test/cctest/test-decls.cc
test/cctest/test-parsing.cc
test/message/const-decl-no-init-sloppy.js
test/message/no-legacy-const.js
test/message/no-legacy-const-2.js
test/message/no-legacy-const-3.js
test/mjsunit/compiler/regress-96989.js
test/mjsunit/compiler/regress-const.js
test/mjsunit/const.js
test/mjsunit/const-declaration.js
test/mjsunit/const-eval-init.js
test/mjsunit/const-redecl.js
test/mjsunit/constant-folding.js
test/mjsunit/debug-evaluate-const.js
test/mjsunit/declare-locally.js
test/mjsunit/es6/block-eval-var-over-legacy-const.js
test/mjsunit/es6/block-let-contextual-sloppy.js
test/mjsunit/es6/completion.js
test/mjsunit/global-const-var-conflicts.js
test/mjsunit/harmony/block-conflicts-sloppy.js
test/mjsunit/harmony/block-const-assign-sloppy.js
test/mjsunit/harmony/block-eval-var-over-let.js
test/mjsunit/harmony/block-for-sloppy.js
test/mjsunit/harmony/block-leave-sloppy.js
test/mjsunit/harmony/block-let-crankshaft-sloppy.js
test/mjsunit/harmony/block-let-declaration-sloppy.js
test/mjsunit/harmony/block-let-semantics-sloppy.js
test/mjsunit/harmony/block-scoping-sloppy.js
test/mjsunit/harmony/block-scoping-top-level-sloppy.js
test/mjsunit/harmony/block-sloppy-function.js
test/mjsunit/harmony/regress/regress-4482.js
test/mjsunit/parallel-optimize-disabled.js
test/mjsunit/property-load-across-eval.js
test/mjsunit/regress/regress-1178598.js
test/mjsunit/regress/regress-1182832.js
test/mjsunit/regress/regress-1199637.js
test/mjsunit/regress/regress-1201933.js
test/mjsunit/regress/regress-1207276.js
test/mjsunit/regress/regress-1213575.js
test/mjsunit/regress/regress-186.js
test/mjsunit/regress/regress-3138.js
test/mjsunit/regress/regress-436896.js
test/mjsunit/regress/regress-4576.js
test/mjsunit/regress/regress-4693.js
test/mjsunit/regress/regress-641.js
test/mjsunit/regress/regress-799761.js
test/mjsunit/regress/regress-88591.js
test/mjsunit/regress/regress-debugger-redirect.js
test/mjsunit/regress/regress-handle-illegal-redeclaration.js
test/webkit/const-without-initializer.js
test/webkit/const-without-initializer-expected.txt
test/webkit/constant-count.js
test/webkit/constant-count-expected.txt