v8/test/cctest/interpreter
lpy 7a38b927c8 Reland - Allow lexically declared "arguments" in function scope in sloppy mode.
Lexically declared "arguments" in sloppy mode will throw redeclaration error
currently, this patch fixes it by delaying the declaration of arguments until we
fully parse parameter list and function body.

BUG=v8:4577
LOG=N

Committed: https://crrev.com/70a613dd0a5f5d205b46559b55702764464851fa
Review-Url: https://codereview.chromium.org/2290753003
Cr-Original-Commit-Position: refs/heads/master@{#39109}
Cr-Commit-Position: refs/heads/master@{#39230}
2016-09-07 06:54:54 +00:00
..
bytecode_expectations Reland - Allow lexically declared "arguments" in function scope in sloppy mode. 2016-09-07 06:54:54 +00:00
bytecode-expectations-printer.cc [Interpreter] Remove constant pool type in tests 2016-09-06 16:11:23 +00:00
bytecode-expectations-printer.h [Interpreter] Remove constant pool type in tests 2016-09-06 16:11:23 +00:00
generate-bytecode-expectations.cc [Interpreter] Remove constant pool type in tests 2016-09-06 16:11:23 +00:00
interpreter-tester.cc [Interpreter] Make ignition compiler eagerly. 2016-03-24 18:38:24 +00:00
interpreter-tester.h Move of the type feedback vector to the closure. 2016-05-27 08:10:51 +00:00
source-position-matcher.cc Use source position table for unoptimized code. 2016-06-28 05:52:52 +00:00
source-position-matcher.h Use source position table for unoptimized code. 2016-06-28 05:52:52 +00:00
test-bytecode-generator.cc Reland - Allow lexically declared "arguments" in function scope in sloppy mode. 2016-09-07 06:54:54 +00:00
test-interpreter-intrinsics.cc [Interpreter] Avoid accessing Isolate from during bytecode generation. 2016-08-18 13:42:22 +00:00
test-interpreter.cc [interpreter] Make the comparison bytecode handlers collect type feedback. 2016-08-30 10:21:39 +00:00
test-source-positions.cc Remove unnessary includes of parser.h 2016-09-02 17:48:46 +00:00