Skip to content

Commit

Permalink
Unship JavaScript Array grouping
Browse files Browse the repository at this point in the history
Two web incompatibilities have been discovered:

webcompat/web-bugs#112552
webcompat/web-bugs#112923

Unship the proposal until TC39 decides next steps.

Bug: v8:12499, v8:13460
Change-Id: Ib028b2e5b2e0b1db61473fc4f023a35c06e1f237
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4010598
Commit-Queue: Shu-yu Guo <[email protected]>
Reviewed-by: Adam Klein <[email protected]>
Cr-Commit-Position: refs/heads/main@{#84103}
  • Loading branch information
syg authored and V8 LUCI CQ committed Nov 7, 2022
1 parent cbaf8c0 commit f7454be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/flags/flag-definitions.h
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,7 @@ DEFINE_BOOL(harmony_shipping, true, "enable all shipped harmony features")
#define HARMONY_STAGED_BASE(V) \
V(harmony_rab_gsab, \
"harmony ResizableArrayBuffer / GrowableSharedArrayBuffer") \
V(harmony_array_grouping, "harmony array grouping") \
V(harmony_change_array_by_copy, "harmony change-Array-by-copy") \
V(harmony_symbol_as_weakmap_key, "harmony symbols as weakmap keys")

Expand All @@ -249,8 +250,7 @@ DEFINE_BOOL(harmony_shipping, true, "enable all shipped harmony features")
V(harmony_atomics, "harmony atomics") \
V(harmony_class_static_blocks, "harmony static initializer blocks") \
V(harmony_array_find_last, "harmony array find last helpers") \
V(harmony_import_assertions, "harmony import assertions") \
V(harmony_array_grouping, "harmony array grouping")
V(harmony_import_assertions, "harmony import assertions")

#ifdef V8_INTL_SUPPORT
#define HARMONY_SHIPPING(V) \
Expand Down

0 comments on commit f7454be

Please sign in to comment.