Skip to content

Commit 9a98f96

Browse files
sygV8 LUCI CQ
authored and
V8 LUCI CQ
committed
[symbol-as-weakmap-key] Stage the feature
Bug: v8:12947 Change-Id: I0a151a6b301ee93675cc9f87a4fa24cb1be76462 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3928061 Auto-Submit: Shu-yu Guo <[email protected]> Commit-Queue: Marja Hölttä <[email protected]> Reviewed-by: Marja Hölttä <[email protected]> Cr-Commit-Position: refs/heads/main@{#83483}
1 parent f223f1b commit 9a98f96

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/flags/flag-definitions.h

+6-6
Original file line numberDiff line numberDiff line change
@@ -228,8 +228,7 @@ DEFINE_BOOL(harmony_shipping, true, "enable all shipped harmony features")
228228
V(harmony_temporal, "Temporal") \
229229
V(harmony_shadow_realm, "harmony ShadowRealm") \
230230
V(harmony_struct, "harmony structs, shared structs, and shared arrays") \
231-
V(harmony_regexp_unicode_sets, "harmony RegExp Unicode Sets") \
232-
V(harmony_symbol_as_weakmap_key, "harmony symbols as weakmap keys")
231+
V(harmony_regexp_unicode_sets, "harmony RegExp Unicode Sets")
233232

234233
#ifdef V8_INTL_SUPPORT
235234
#define HARMONY_INPROGRESS(V) \
@@ -240,10 +239,11 @@ DEFINE_BOOL(harmony_shipping, true, "enable all shipped harmony features")
240239
#endif
241240

242241
// Features that are complete (but still behind the --harmony flag).
243-
#define HARMONY_STAGED_BASE(V) \
244-
V(harmony_rab_gsab, \
245-
"harmony ResizableArrayBuffer / GrowableSharedArrayBuffer") \
246-
V(harmony_change_array_by_copy, "harmony change-Array-by-copy")
242+
#define HARMONY_STAGED_BASE(V) \
243+
V(harmony_rab_gsab, \
244+
"harmony ResizableArrayBuffer / GrowableSharedArrayBuffer") \
245+
V(harmony_change_array_by_copy, "harmony change-Array-by-copy") \
246+
V(harmony_symbol_as_weakmap_key, "harmony symbols as weakmap keys")
247247

248248
#ifdef V8_INTL_SUPPORT
249249
#define HARMONY_STAGED(V) HARMONY_STAGED_BASE(V)

0 commit comments

Comments
 (0)