aboutsummaryrefslogtreecommitdiff
path: root/src/bun.js/bindings/ZigGlobalObject.h
diff options
context:
space:
mode:
authorGravatar Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> 2022-11-29 23:56:52 -0800
committerGravatar Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> 2022-11-29 23:56:52 -0800
commitf999bdca26256b7ad42d93268c34362b251330c2 (patch)
tree9894939fa5cf30f4d81feee3ceb58da79c9d487d /src/bun.js/bindings/ZigGlobalObject.h
parente75ce84c375cf93b52df3d38450a58f4b1a8346c (diff)
downloadbun-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.h1
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,