diff options
author | 2023-09-20 00:25:59 -0700 | |
---|---|---|
committer | 2023-09-20 00:25:59 -0700 | |
commit | baa89345459006a96bd597a5ed229b45b7369055 (patch) | |
tree | efe7751e772d4ebbdcef9ca7ccee22e85ac57fe5 /src/bun.js/bindings/ZigGlobalObject.h | |
parent | 4a0eb19038fc1ae7debf6f4e67a08d53ea67a7de (diff) | |
download | bun-fix-prepare-stack-trace.tar.gz bun-fix-prepare-stack-trace.tar.zst bun-fix-prepare-stack-trace.zip |
some of itfix-prepare-stack-trace
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 ad5138527..90e9bd11d 100644 --- a/src/bun.js/bindings/ZigGlobalObject.h +++ b/src/bun.js/bindings/ZigGlobalObject.h @@ -152,7 +152,6 @@ public: void clearDOMGuardedObjects(); - static void createCallSitesFromFrames(JSC::JSGlobalObject* lexicalGlobalObject, JSCStackTrace& stackTrace, JSC::JSArray* callSites); JSC::JSValue formatStackTrace(JSC::VM& vm, JSC::JSGlobalObject* lexicalGlobalObject, JSC::JSObject* errorObject, JSC::JSArray* callSites); static void reportUncaughtExceptionAtEventLoop(JSGlobalObject*, JSC::Exception*); |