Commit f198f35d authored by Marja Hölttä's avatar Marja Hölttä Committed by V8 LUCI CQ

[rab/gsab] Temporarily stage --harmony-rab-gsab to enable fuzzing

Please revert this CL if it causes any trouble!

Bug: v8:11111
Change-Id: I6061fdc0aed82952f093ede9ecd252be1ac99519
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3528495Reviewed-by: 's avatarJakob Kummerow <jkummerow@chromium.org>
Commit-Queue: Marja Hölttä <marja@chromium.org>
Cr-Commit-Position: refs/heads/main@{#79499}
parent 44c02e18
...@@ -302,8 +302,6 @@ DEFINE_BOOL(harmony_shipping, true, "enable all shipped harmony features") ...@@ -302,8 +302,6 @@ DEFINE_BOOL(harmony_shipping, true, "enable all shipped harmony features")
V(harmony_weak_refs_with_cleanup_some, \ V(harmony_weak_refs_with_cleanup_some, \
"harmony weak references with FinalizationRegistry.prototype.cleanupSome") \ "harmony weak references with FinalizationRegistry.prototype.cleanupSome") \
V(harmony_import_assertions, "harmony import assertions") \ V(harmony_import_assertions, "harmony import assertions") \
V(harmony_rab_gsab, \
"harmony ResizableArrayBuffer / GrowableSharedArrayBuffer") \
V(harmony_temporal, "Temporal") \ V(harmony_temporal, "Temporal") \
V(harmony_shadow_realm, "harmony ShadowRealm") \ V(harmony_shadow_realm, "harmony ShadowRealm") \
V(harmony_struct, "harmony structs and shared structs") V(harmony_struct, "harmony structs and shared structs")
...@@ -317,8 +315,11 @@ DEFINE_BOOL(harmony_shipping, true, "enable all shipped harmony features") ...@@ -317,8 +315,11 @@ DEFINE_BOOL(harmony_shipping, true, "enable all shipped harmony features")
#endif #endif
// Features that are complete (but still behind the --harmony flag). // Features that are complete (but still behind the --harmony flag).
#define HARMONY_STAGED_BASE(V) \ // --harmony-rab-gsab is staged temporarily to enable fuzzing.
V(harmony_array_grouping, "harmony array grouping") #define HARMONY_STAGED_BASE(V) \
V(harmony_array_grouping, "harmony array grouping") \
V(harmony_rab_gsab, \
"harmony ResizableArrayBuffer / GrowableSharedArrayBuffer")
#ifdef V8_INTL_SUPPORT #ifdef V8_INTL_SUPPORT
#define HARMONY_STAGED(V) \ #define HARMONY_STAGED(V) \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment