Compare commits

...

2 Commits

Author SHA1 Message Date
Jarred Sumner
b007ee158c Update ZigGlobalObject.cpp 2026-02-01 00:41:44 -08:00
Jarred Sumner
eb71690138 Bump WebKit 2026-02-01 00:31:58 -08:00
2 changed files with 1 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ option(WEBKIT_LOCAL "If a local version of WebKit should be used instead of down
option(WEBKIT_BUILD_TYPE "The build type for local WebKit (defaults to CMAKE_BUILD_TYPE)")
if(NOT WEBKIT_VERSION)
set(WEBKIT_VERSION 515344bc5d65aa2d4f9ff277b5fb944f0e051dcd)
set(WEBKIT_VERSION 7cec243f94bbfaa3d09432b27d826169f3e70c6b)
endif()
# Use preview build URL for Windows ARM64 until the fix is merged to main

View File

@@ -302,7 +302,6 @@ extern "C" void JSCInitialize(const char* envp[], size_t envc, void (*onCrash)(c
JSC::Options::useJITCage() = false;
JSC::Options::useShadowRealm() = true;
JSC::Options::useV8DateParser() = true;
JSC::Options::useMathSumPreciseMethod() = true;
JSC::Options::evalMode() = evalMode;
JSC::Options::heapGrowthSteepnessFactor() = 1.0;
JSC::Options::heapGrowthMaxIncrease() = 2.0;