diff options
author | 2022-02-03 21:02:15 -0800 | |
---|---|---|
committer | 2022-02-03 21:02:15 -0800 | |
commit | 475aab6cc3701a9bd63039e74808ffb17b78ae2f (patch) | |
tree | 01ad5c65db9354f16989ff0a0fd5ccdd841800fd /src/javascript/jsc/bindings/headers.h | |
parent | dddd9c23e4939e46d28247c8f707ddb8c95e6672 (diff) | |
download | bun-475aab6cc3701a9bd63039e74808ffb17b78ae2f.tar.gz bun-475aab6cc3701a9bd63039e74808ffb17b78ae2f.tar.zst bun-475aab6cc3701a9bd63039e74808ffb17b78ae2f.zip |
Support loading multiple entry points by changing what `bun:main` points to
Diffstat (limited to 'src/javascript/jsc/bindings/headers.h')
-rw-r--r-- | src/javascript/jsc/bindings/headers.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/javascript/jsc/bindings/headers.h b/src/javascript/jsc/bindings/headers.h index b8934c1a0..8ca9c6e1c 100644 --- a/src/javascript/jsc/bindings/headers.h +++ b/src/javascript/jsc/bindings/headers.h @@ -1,5 +1,5 @@ // clang-format: off -//-- AUTOGENERATED FILE -- 1643849682 +//-- AUTOGENERATED FILE -- 1643935973 #pragma once #include <stddef.h> @@ -359,6 +359,7 @@ CPP_DECL JSC__BigIntPrototype* JSC__JSGlobalObject__bigIntPrototype(JSC__JSGloba CPP_DECL JSC__JSObject* JSC__JSGlobalObject__booleanPrototype(JSC__JSGlobalObject* arg0); CPP_DECL JSC__JSValue JSC__JSGlobalObject__createAggregateError(JSC__JSGlobalObject* arg0, void** arg1, uint16_t arg2, const ZigString* arg3); CPP_DECL JSC__JSObject* JSC__JSGlobalObject__datePrototype(JSC__JSGlobalObject* arg0); +CPP_DECL void JSC__JSGlobalObject__deleteModuleRegistryEntry(JSC__JSGlobalObject* arg0, ZigString* arg1); CPP_DECL JSC__JSObject* JSC__JSGlobalObject__errorPrototype(JSC__JSGlobalObject* arg0); CPP_DECL JSC__FunctionPrototype* JSC__JSGlobalObject__functionPrototype(JSC__JSGlobalObject* arg0); CPP_DECL JSC__JSValue JSC__JSGlobalObject__generateHeapSnapshot(JSC__JSGlobalObject* arg0); |