Skip to content

Commit

Permalink
[symbol-as-weakmap-key] Stage the feature
Browse files Browse the repository at this point in the history
Bug: v8:12947
Change-Id: I0a151a6b301ee93675cc9f87a4fa24cb1be76462
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3928061
Auto-Submit: Shu-yu Guo <syg@chromium.org>
Commit-Queue: Marja Hölttä <marja@chromium.org>
Reviewed-by: Marja Hölttä <marja@chromium.org>
Cr-Commit-Position: refs/heads/main@{#83483}
  • Loading branch information
syg authored and V8 LUCI CQ committed Sep 29, 2022
1 parent f223f1b commit 9a98f96
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/flags/flag-definitions.h
Original file line number Diff line number Diff line change
Expand Up @@ -228,8 +228,7 @@ DEFINE_BOOL(harmony_shipping, true, "enable all shipped harmony features")
V(harmony_temporal, "Temporal") \
V(harmony_shadow_realm, "harmony ShadowRealm") \
V(harmony_struct, "harmony structs, shared structs, and shared arrays") \
V(harmony_regexp_unicode_sets, "harmony RegExp Unicode Sets") \
V(harmony_symbol_as_weakmap_key, "harmony symbols as weakmap keys")
V(harmony_regexp_unicode_sets, "harmony RegExp Unicode Sets")

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

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

#ifdef V8_INTL_SUPPORT
#define HARMONY_STAGED(V) HARMONY_STAGED_BASE(V)
Expand Down

0 comments on commit 9a98f96

Please sign in to comment.