Skip to content

Commit 80822a2

Browse files
committed
[JSC] Enable SharedArrayBuffer feature by default
1 parent f0efd54 commit 80822a2

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
@@ -595,7 +595,7 @@ bool hasCapacityToUseLargeGigacage();
595595
v(Bool, usePromiseTryMethod, false, Normal, "Expose the Promise.try() method."_s) \
596596
v(Bool, useRegExpEscape, false, Normal, "Expose RegExp.escape feature."_s) \
597597
v(Bool, useResizableArrayBuffer, true, Normal, "Expose ResizableArrayBuffer feature."_s) \
598-
v(Bool, useSharedArrayBuffer, false, Normal, nullptr) \
598+
v(Bool, useSharedArrayBuffer, true, Normal, nullptr) \
599599
v(Bool, useShadowRealm, false, Normal, "Expose the ShadowRealm object."_s) \
600600
v(Bool, useStringWellFormed, true, Normal, "Expose the String well-formed methods."_s) \
601601
v(Bool, useTemporal, false, Normal, "Expose the Temporal object."_s) \

0 commit comments

Comments
 (0)