Skip to content

Commit 627a2f5

Browse files
magomezpgorszkowski-igalia
authored andcommitted
[JSC] Enable SharedArrayBuffer feature by default
1 parent df304d0 commit 627a2f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Source/JavaScriptCore/runtime/OptionsList.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -594,7 +594,7 @@ bool hasCapacityToUseLargeGigacage();
594594
v(Bool, usePromiseTryMethod, false, Normal, "Expose the Promise.try() method.") \
595595
v(Bool, useRegExpEscape, false, Normal, "Expose RegExp.escape feature.") \
596596
v(Bool, useResizableArrayBuffer, true, Normal, "Expose ResizableArrayBuffer feature.") \
597-
v(Bool, useSharedArrayBuffer, false, Normal, nullptr) \
597+
v(Bool, useSharedArrayBuffer, true, Normal, nullptr) \
598598
v(Bool, useShadowRealm, false, Normal, "Expose the ShadowRealm object.") \
599599
v(Bool, useStringWellFormed, true, Normal, "Expose the String well-formed methods.") \
600600
v(Bool, useTemporal, false, Normal, "Expose the Temporal object.") \

0 commit comments

Comments
 (0)