diff options
author | 2022-08-20 23:03:35 -0700 | |
---|---|---|
committer | 2022-08-20 23:03:50 -0700 | |
commit | 32d2be0d083224845ae413c6ae3668b5ed4b0ca9 (patch) | |
tree | 92bb1b1c91b2bc4e602071bb439f0ceeb676fab8 /src/bun.js/bindings/headers.h | |
parent | 83e4d04ce70c36e8461afe6f9f9c5547f5221fa2 (diff) | |
download | bun-32d2be0d083224845ae413c6ae3668b5ed4b0ca9.tar.gz bun-32d2be0d083224845ae413c6ae3668b5ed4b0ca9.tar.zst bun-32d2be0d083224845ae413c6ae3668b5ed4b0ca9.zip |
Export `createSyntheticModule`
Diffstat (limited to 'src/bun.js/bindings/headers.h')
-rw-r--r-- | src/bun.js/bindings/headers.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/bun.js/bindings/headers.h b/src/bun.js/bindings/headers.h index e7f4880bd..7501e3342 100644 --- a/src/bun.js/bindings/headers.h +++ b/src/bun.js/bindings/headers.h @@ -1,5 +1,5 @@ // clang-format off -//-- AUTOGENERATED FILE -- 1660803660 +//-- AUTOGENERATED FILE -- 1661011208 #pragma once #include <stddef.h> @@ -390,6 +390,7 @@ CPP_DECL JSC__BigIntPrototype* JSC__JSGlobalObject__bigIntPrototype(JSC__JSGloba CPP_DECL JSC__JSObject* JSC__JSGlobalObject__booleanPrototype(JSC__JSGlobalObject* arg0); CPP_DECL VirtualMachine* JSC__JSGlobalObject__bunVM(JSC__JSGlobalObject* arg0); CPP_DECL JSC__JSValue JSC__JSGlobalObject__createAggregateError(JSC__JSGlobalObject* arg0, void** arg1, uint16_t arg2, const ZigString* arg3); +CPP_DECL void JSC__JSGlobalObject__createSyntheticModule_(JSC__JSGlobalObject* arg0, ZigString* arg1, size_t arg2, JSC__JSValue* arg3, size_t arg4); 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); |