aboutsummaryrefslogtreecommitdiff
path: root/src/bun.js/bindings/headers.h
diff options
context:
space:
mode:
authorGravatar Dylan Conway <dylan.conway567@gmail.com> 2023-08-15 14:56:21 -0700
committerGravatar Dylan Conway <dylan.conway567@gmail.com> 2023-08-15 14:56:21 -0700
commit17c348ed0aeef725103152001bceded77adb8a07 (patch)
tree02a4035e11a552037fe7a0813c837f36d8937304 /src/bun.js/bindings/headers.h
parentf05a38757adfe7ffdf3b43fe144fe43f890ebd0a (diff)
downloadbun-17c348ed0aeef725103152001bceded77adb8a07.tar.gz
bun-17c348ed0aeef725103152001bceded77adb8a07.tar.zst
bun-17c348ed0aeef725103152001bceded77adb8a07.zip
fix make headers
Diffstat (limited to 'src/bun.js/bindings/headers.h')
-rw-r--r--src/bun.js/bindings/headers.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/bun.js/bindings/headers.h b/src/bun.js/bindings/headers.h
index c809ddcee..8a4908c7c 100644
--- a/src/bun.js/bindings/headers.h
+++ b/src/bun.js/bindings/headers.h
@@ -426,14 +426,14 @@ CPP_DECL size_t JSC__VM__heapSize(JSC__VM* arg0);
CPP_DECL void JSC__VM__holdAPILock(JSC__VM* arg0, void* arg1, void(* ArgFn2)(void* arg0)) __attribute__((nonnull (2)));
CPP_DECL bool JSC__VM__isEntered(JSC__VM* arg0);
CPP_DECL bool JSC__VM__isJITEnabled();
+CPP_DECL void JSC__VM__notifyNeedDebuggerBreak(JSC__VM* arg0);
+CPP_DECL void JSC__VM__notifyNeedShellTimeoutCheck(JSC__VM* arg0);
+CPP_DECL void JSC__VM__notifyNeedTermination(JSC__VM* arg0);
+CPP_DECL void JSC__VM__notifyNeedWatchdogCheck(JSC__VM* arg0);
CPP_DECL void JSC__VM__releaseWeakRefs(JSC__VM* arg0);
CPP_DECL JSC__JSValue JSC__VM__runGC(JSC__VM* arg0, bool arg1);
CPP_DECL void JSC__VM__setControlFlowProfiler(JSC__VM* arg0, bool arg1);
CPP_DECL void JSC__VM__setExecutionForbidden(JSC__VM* arg0, bool arg1);
-CPP_DECL void JSC__VM__notifyNeedTermination(JSC__VM* arg0);
-CPP_DECL void JSC__VM__notifyNeedDebuggerBreak(JSC__VM* arg0);
-CPP_DECL void JSC__VM__notifyNeedShellTimeoutCheck(JSC__VM* arg0);
-CPP_DECL void JSC__VM__notifyNeedWatchdogCheck(JSC__VM* arg0);
CPP_DECL void JSC__VM__setExecutionTimeLimit(JSC__VM* arg0, double arg1);
CPP_DECL void JSC__VM__shrinkFootprint(JSC__VM* arg0);
CPP_DECL void JSC__VM__throwError(JSC__VM* arg0, JSC__JSGlobalObject* arg1, JSC__JSValue JSValue2);