v8/test
Caitlin Potter dde25872f5 [esnext] ship Object.fromEntries
Enable --harmony-object-from-entries by default.

Object.fromEntries is a new standard library method, whose proposal
(https://tc39.github.io/proposal-object-from-entries/) is currently
at stage 3.

It simply creates a JSObject from an iterable collection of key/value
pairs, such that `Object.fromEntries([ [ "a", "b" ] ]) -> { a: "b" }`

BUG=v8:8021
R=gsathya@chromium.org, adamk@chromium.org

Change-Id: Ib55bb6ca43727d66b471c0fd14845735c1ca2894
Reviewed-on: https://chromium-review.googlesource.com/c/1373918
Commit-Queue: Caitlin Potter <caitp@igalia.com>
Reviewed-by: Sathya Gunasekaran <gsathya@chromium.org>
Cr-Commit-Position: refs/heads/master@{#58262}
2018-12-15 17:13:02 +00:00
..
benchmarks [test] Share resource-fetching logic with all d8 test cases 2018-08-29 17:51:43 +00:00
cctest Fix build after CL collision 2018-12-14 23:35:00 +00:00
common Reland: [wasm] Add more unit tests for trap handler 2018-11-29 16:33:10 +00:00
debugger [esnext] Ship String.p.matchAll/RegExp.p.[@@matchAll] 2018-12-14 18:32:51 +00:00
fuzzer [wasm][fuzzer] Output table bounds and initializers 2018-11-26 15:37:00 +00:00
inspector [tools] skipping the debug mode in status files imply skipping in dcheck_always_on as well 2018-12-14 14:26:49 +00:00
intl [Intl] Add date-format/check-hc-option.js 2018-12-14 23:39:50 +00:00
js-perf-test Make RegExpFlagsFromString faster 2018-12-14 01:25:02 +00:00
memory [snapshot] Remove the builtins snapshot 2018-10-31 10:18:28 +00:00
message Revert "[parser] Improve error message for unclosed function bodies" 2018-12-10 13:09:07 +00:00
mjsunit [tools] skipping the debug mode in status files imply skipping in dcheck_always_on as well 2018-12-14 14:26:49 +00:00
mkgrokdump [ubsan] Port Map to the new design 2018-11-13 06:59:12 +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 [esnext] ship Object.fromEntries 2018-12-15 17:13:02 +00:00
torque [builtins] Port GetArgumentsFrameAndCount to Torque 2018-12-14 20:21:50 +00:00
unittests ValueSerializer: Report if buffer expansion fails during WriteHostObject. 2018-12-14 16:41:52 +00:00
wasm-js [wasm] fix js-api Memory and Table constructor 2018-12-10 23:32:05 +00:00
wasm-spec-tests [wasm] Update spec tests 2018-11-28 11:42:27 +00:00
webkit [tools] skipping the debug mode in status files imply skipping in dcheck_always_on as well 2018-12-14 14:26:49 +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