@@ -228,8 +228,7 @@ DEFINE_BOOL(harmony_shipping, true, "enable all shipped harmony features")
228
228
V(harmony_temporal, "Temporal") \
229
229
V(harmony_shadow_realm, "harmony ShadowRealm") \
230
230
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")
233
232
234
233
#ifdef V8_INTL_SUPPORT
235
234
#define HARMONY_INPROGRESS (V ) \
@@ -240,10 +239,11 @@ DEFINE_BOOL(harmony_shipping, true, "enable all shipped harmony features")
240
239
#endif
241
240
242
241
// 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")
247
247
248
248
#ifdef V8_INTL_SUPPORT
249
249
#define HARMONY_STAGED (V ) HARMONY_STAGED_BASE(V)
0 commit comments