v8/test
Toon Verwaest 09674b9283 WIP: [parser] Fix arrow function name inferring
This is a reland of part of
https://chromium-review.googlesource.com/c/v8/v8/+/1397664.

It drops the explicit fni_.Infer() call after parsing arrow functions. We'll
want to avoid inferring if the arrow function is an argument to a function
call.

It also avoids adding the single argument of "name => " to the inferred name.

Bug: chromium:916975
Change-Id: I96a934408113483d73eba14073fe21e8cfe2ada6
Reviewed-on: https://chromium-review.googlesource.com/c/1397665
Commit-Queue: Toon Verwaest <verwaest@chromium.org>
Reviewed-by: Maya Lekova <mslekova@chromium.org>
Cr-Commit-Position: refs/heads/master@{#58613}
2019-01-08 08:10:03 +00:00
..
benchmarks [Test] CSuite benchmark runner 2018-12-21 13:15:57 +00:00
cctest [dict] Add more useful methods 2019-01-07 19:39:34 +00:00
common [objects.h splitting] Move HeapNumber to heap-number.h 2018-12-17 17:58:09 +00:00
debugger [Compiler] Fix flaky tsan error for bytecode flushing. 2018-12-18 14:49:13 +00:00
fuzzer Reduce input size limit of parser fuzzer to 2kB 2018-12-17 13:39:05 +00:00
inspector WIP: [parser] Fix arrow function name inferring 2019-01-08 08:10:03 +00:00
intl [Intl] Implement nu/numberingSystem 2019-01-08 03:17:07 +00:00
js-perf-test [test] Ensure random generator in JSTests does not use float arithmetic 2018-12-17 10:05:08 +00:00
memory [snapshot] Remove the builtins snapshot 2018-10-31 10:18:28 +00:00
message WIP: [parser] Fix arrow function name inferring 2019-01-08 08:10:03 +00:00
mjsunit WIP: [parser] Fix arrow function name inferring 2019-01-08 08:10:03 +00:00
mkgrokdump [ubsan] Port Object to the new design 2018-12-26 20:54:07 +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 [Intl] Implement nu/numberingSystem 2019-01-08 03:17:07 +00:00
torque [nojit] Change builtin pointers to use Smis underneath 2018-12-17 15:35:59 +00:00
unittests [parser] Rename PreParsedScopeData to PreparseData 2019-01-07 14:49:21 +00:00
wasm-js [wasm] fix js-api global/constructor 2019-01-07 22:56:18 +00:00
wasm-spec-tests [wasm] Update spec tests 2019-01-04 09:15:59 +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