v8/test
Toon Verwaest c45850cd1e [parser] Declare variables through ExpressionScope
Use variable tracking from ExpressionScopes rather than the PatternRewriter and
PreParserExpression::variables_ to declare variables.

We only figure out that variables are non-simple parameters once we see the
first non-simple parameter. This still uses the pattern rewriter to make
variables non-simple (kLet instead of kVar).

Change-Id: I4a4ee4852d667c26806bb24896722cfea3e093f2
Reviewed-on: https://chromium-review.googlesource.com/c/1417630
Reviewed-by: Leszek Swirski <leszeks@chromium.org>
Commit-Queue: Toon Verwaest <verwaest@chromium.org>
Cr-Commit-Position: refs/heads/master@{#58954}
2019-01-21 11:37:32 +00:00
..
benchmarks [Test] CSuite benchmark runner 2018-12-21 13:15:57 +00:00
cctest [parser] Declare variables through ExpressionScope 2019-01-21 11:37:32 +00:00
common [test] Refactor AllocateAssemblerBuffer 2019-01-17 11:57:07 +00:00
debugger [nojit] Add a few flag implications based on --jitless 2019-01-15 11:20:19 +00:00
fuzzer [nojit] Add a few flag implications based on --jitless 2019-01-15 11:20:19 +00:00
inspector [inspector] An Error with no stack description should not be empty 2019-01-16 23:59:04 +00:00
intl [Intl] Move GetOptions('localeMatcher') earlier 2019-01-19 00:09:51 +00:00
js-perf-test [test] add performance tests for String#startsWith 2019-01-17 08:23:06 +00:00
memory [snapshot] Remove the builtins snapshot 2018-10-31 10:18:28 +00:00
message [parser] Declare variables through ExpressionScope 2019-01-21 11:37:32 +00:00
mjsunit [heap] Allow PreparseData in large object space 2019-01-21 11:18:02 +00:00
mkgrokdump [nojit] Don't allocate executable memory in jitless mode 2019-01-10 10:55:48 +00:00
mozilla Revert "[runtime] Reduce spread/apply call max arguments" 2018-11-30 09:54:47 +00:00
preparser [test] Share resource-fetching logic with all d8 test cases 2018-08-29 17:51:43 +00:00
test262 Update test262. 2019-01-19 01:19:54 +00:00
torque [torque] fix std::set iterator invalidation bug 2019-01-17 14:44:39 +00:00
unittests Use local MicrotaskQueue in unittests 2019-01-17 21:42:52 +00:00
wasm-js [wasm] fix js-api table/get-set 2019-01-19 09:15:37 +00:00
wasm-spec-tests [nojit] Don't allocate executable memory in jitless mode 2019-01-10 10:55:48 +00:00
webkit Fixed typos 2019-01-08 07:31:02 +00:00
BUILD.gn Reland "[wasm] Add a new wasm-js testsuite to run js-api tests" 2018-10-18 20:18:55 +00:00