mirror of
https://github.com/oven-sh/bun
synced 2026-03-09 16:59:10 +01:00
Upgrade WebKit (#12873)
Co-authored-by: Jarred-Sumner <Jarred-Sumner@users.noreply.github.com> Co-authored-by: Dylan Conway <dylan.conway567@gmail.com>
This commit is contained in:
@@ -348,7 +348,7 @@ JSValue createEnvironmentVariablesMap(Zig::GlobalObject* globalObject)
|
||||
Identifier::fromString(vm, BUN_CONFIG_VERBOSE_FETCH), JSC::CustomGetterSetter::create(vm, jsBunConfigVerboseFetchGetter, jsBunConfigVerboseFetchSetter), BUN_CONFIG_VERBOSE_FETCH_Attrs);
|
||||
|
||||
#if OS(WINDOWS)
|
||||
JSC::JSFunction* getSourceEvent = JSC::JSFunction::create(vm, processObjectInternalsWindowsEnvCodeGenerator(vm), globalObject);
|
||||
JSC::JSFunction* getSourceEvent = JSC::JSFunction::create(vm, globalObject, processObjectInternalsWindowsEnvCodeGenerator(vm), globalObject);
|
||||
RETURN_IF_EXCEPTION(scope, {});
|
||||
JSC::MarkedArgumentBuffer args;
|
||||
args.append(object);
|
||||
|
||||
Reference in New Issue
Block a user