diff options
Diffstat (limited to 'src/bun.js/bindings/ZigGlobalObject.h')
| -rw-r--r-- | src/bun.js/bindings/ZigGlobalObject.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/bun.js/bindings/ZigGlobalObject.h b/src/bun.js/bindings/ZigGlobalObject.h index e16230b32..0bdfd1d82 100644 --- a/src/bun.js/bindings/ZigGlobalObject.h +++ b/src/bun.js/bindings/ZigGlobalObject.h @@ -48,8 +48,6 @@ extern "C" void Bun__reportUnhandledError(JSC__JSGlobalObject*, JSC::EncodedJSVa // defined in ModuleLoader.cpp extern "C" JSC::EncodedJSValue jsFunctionOnLoadObjectResultResolve(JSC::JSGlobalObject* globalObject, JSC::CallFrame* callFrame); extern "C" JSC::EncodedJSValue jsFunctionOnLoadObjectResultReject(JSC::JSGlobalObject* globalObject, JSC::CallFrame* callFrame); -extern "C" JSC::EncodedJSValue jsFunctionOnLoadObjectResultResolveForJSBundlerPlugin(JSC::JSGlobalObject* globalObject, JSC::CallFrame* callFrame); -extern "C" JSC::EncodedJSValue jsFunctionOnLoadObjectResultRejectForJSBundlerPlugin(JSC::JSGlobalObject* globalObject, JSC::CallFrame* callFrame); // #include "EventTarget.h" // namespace WebCore { @@ -294,8 +292,6 @@ public: jsFunctionOnLoadObjectResultResolve, jsFunctionOnLoadObjectResultReject, - jsFunctionOnLoadObjectResultResolveForJSBundlerPlugin, - jsFunctionOnLoadObjectResultRejectForJSBundlerPlugin, Bun__TestScope__onReject, Bun__TestScope__onResolve, @@ -303,7 +299,7 @@ public: CallbackJob__onResolve, CallbackJob__onReject, }; - static constexpr size_t promiseFunctionsSize = 24; + static constexpr size_t promiseFunctionsSize = 22; static PromiseFunctions promiseHandlerID(EncodedJSValue (*handler)(JSC__JSGlobalObject* arg0, JSC__CallFrame* arg1)); |
