v8/test
Juan José Arboleda 958f02bbc1 [builtins] Update Array.p.toLocaleString to follow ECMA402
In JavaSCript implementations that supports ECMA-402,
`Array.prototype.toLocaleString()` must invoke the `toLocaleString` method of
each non-undefined, non-null elements witch exactly two (2) arguments.
See: https://tc39.es/ecma402/#sup-array.prototype.toLocaleString step 6.c.i.

V8 appears to provide no arguments when locale is undefined and to not provide options when options is undefined.

Bug: v8:13564
Change-Id: I655917210554d20d2eaebe2ac333421dd5d157ef
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4184564
Reviewed-by: Nikolaos Papaspyrou <nikolaos@chromium.org>
Auto-Submit: Juan José <soyjuanarbol@gmail.com>
Reviewed-by: Tobias Tebbi <tebbi@chromium.org>
Commit-Queue: Tobias Tebbi <tebbi@chromium.org>
Cr-Commit-Position: refs/heads/main@{#85588}
2023-02-01 12:07:02 +00:00
..
benchmarks
bigint
cctest [code] Update Code names and remove obsolete functions 2023-02-01 08:56:56 +00:00
common
debugger [test] Include shard info in test records 2023-01-23 09:50:01 +00:00
debugging [test] Include shard info in test records 2023-01-23 09:50:01 +00:00
fuzzer [wasm-gc] Make extern.* instructions constant 2023-01-26 09:10:44 +00:00
fuzzilli
inspector Console: Fix namespace class string 2023-01-31 20:35:36 +00:00
intl [test] Include shard info in test records 2023-01-23 09:50:01 +00:00
js-perf-test
memory
message [test] Include shard info in test records 2023-01-23 09:50:01 +00:00
mjsunit [builtins] Update Array.p.toLocaleString to follow ECMA402 2023-02-01 12:07:02 +00:00
mkgrokdump
mozilla
test262 [builtins] Update Array.p.toLocaleString to follow ECMA402 2023-02-01 12:07:02 +00:00
torque
unittests [shared-struct] Disallow property redefinition 2023-01-31 18:42:46 +00:00
wasm-api-tests
wasm-js
wasm-spec-tests [wasm-spec-tests] Document failed memory64 tests 2023-01-24 15:16:19 +00:00
webkit [test] Include shard info in test records 2023-01-23 09:50:01 +00:00
BUILD.gn Configure PGO builders 2023-01-27 13:54:32 +00:00
OWNERS