@@ -307,8 +307,7 @@ DEFINE_BOOL(harmony_shipping, true, "enable all shipped harmony features")
|
307 | 307 | "harmony ResizableArrayBuffer / GrowableSharedArrayBuffer") \ |
308 | 308 | V(harmony_temporal, "Temporal") \ |
309 | 309 | V(harmony_shadow_realm, "harmony ShadowRealm") \ |
310 | | - V(harmony_struct, "harmony structs and shared structs") \ |
311 | | - V(harmony_symbol_as_weakmap_key, "harmony symbols as weakmap keys") |
| 310 | + V(harmony_struct, "harmony structs and shared structs") |
312 | 311 | |
313 | 312 | #ifdef V8_INTL_SUPPORT |
314 | 313 | #define HARMONY_INPROGRESS(V) \ |
@@ -319,8 +318,9 @@ DEFINE_BOOL(harmony_shipping, true, "enable all shipped harmony features")
|
319 | 318 | #endif |
320 | 319 | |
321 | 320 | // Features that are complete (but still behind the --harmony flag). |
322 | | -#define HARMONY_STAGED_BASE(V) \ |
323 | | - V(harmony_array_grouping, "harmony array grouping") |
| 321 | +#define HARMONY_STAGED_BASE(V) \ |
| 322 | + V(harmony_array_grouping, "harmony array grouping") \ |
| 323 | + V(harmony_symbol_as_weakmap_key, "harmony symbols as weakmap keys") |
324 | 324 | |
325 | 325 | #ifdef V8_INTL_SUPPORT |
326 | 326 | #define HARMONY_STAGED(V) \ |
|