diff options
author | 2022-11-29 23:56:52 -0800 | |
---|---|---|
committer | 2022-11-29 23:56:52 -0800 | |
commit | f999bdca26256b7ad42d93268c34362b251330c2 (patch) | |
tree | 9894939fa5cf30f4d81feee3ceb58da79c9d487d /src/bun.js/bindings/ZigGlobalObject.h | |
parent | e75ce84c375cf93b52df3d38450a58f4b1a8346c (diff) | |
download | bun-f999bdca26256b7ad42d93268c34362b251330c2.tar.gz bun-f999bdca26256b7ad42d93268c34362b251330c2.tar.zst bun-f999bdca26256b7ad42d93268c34362b251330c2.zip |
:scissors:
Diffstat (limited to 'src/bun.js/bindings/ZigGlobalObject.h')
-rw-r--r-- | src/bun.js/bindings/ZigGlobalObject.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/bun.js/bindings/ZigGlobalObject.h b/src/bun.js/bindings/ZigGlobalObject.h index 30749b4ce..91655bd57 100644 --- a/src/bun.js/bindings/ZigGlobalObject.h +++ b/src/bun.js/bindings/ZigGlobalObject.h @@ -169,7 +169,6 @@ public: static void reportUncaughtExceptionAtEventLoop(JSGlobalObject*, JSC::Exception*); static JSGlobalObject* deriveShadowRealmGlobalObject(JSGlobalObject* globalObject); - static void queueMicrotaskToEventLoop(JSC::JSGlobalObject& global, Ref<JSC::Microtask>&& task); static JSC::JSInternalPromise* moduleLoaderImportModule(JSGlobalObject*, JSC::JSModuleLoader*, JSC::JSString* moduleNameValue, JSC::JSValue parameters, |