diff options
Diffstat (limited to 'src/bun.js/bindings/headers.h')
-rw-r--r-- | src/bun.js/bindings/headers.h | 18 |
1 files changed, 12 insertions, 6 deletions
diff --git a/src/bun.js/bindings/headers.h b/src/bun.js/bindings/headers.h index 85781699a..e422d4cb0 100644 --- a/src/bun.js/bindings/headers.h +++ b/src/bun.js/bindings/headers.h @@ -1,5 +1,5 @@ // clang-format off -//-- AUTOGENERATED FILE -- 1660434151 +//-- AUTOGENERATED FILE -- 1660480861 #pragma once #include <stddef.h> @@ -88,9 +88,10 @@ typedef void* JSClassRef; typedef bJSC__JSModuleLoader JSC__JSModuleLoader; // JSC::JSModuleLoader typedef struct JSC__AsyncGeneratorPrototype JSC__AsyncGeneratorPrototype; // JSC::AsyncGeneratorPrototype typedef struct JSC__AsyncGeneratorFunctionPrototype JSC__AsyncGeneratorFunctionPrototype; // JSC::AsyncGeneratorFunctionPrototype - typedef WebSocketClientTLS WebSocketClientTLS; + typedef Uint8Array_alias Uint8Array_alias; typedef bJSC__Identifier JSC__Identifier; // JSC::Identifier typedef struct JSC__ArrayPrototype JSC__ArrayPrototype; // JSC::ArrayPrototype + typedef WebSocketClientTLS WebSocketClientTLS; typedef struct Zig__JSMicrotaskCallback Zig__JSMicrotaskCallback; // Zig::JSMicrotaskCallback typedef bJSC__JSPromise JSC__JSPromise; // JSC::JSPromise typedef WebSocketHTTPClient WebSocketHTTPClient; @@ -192,6 +193,7 @@ typedef void* JSClassRef; typedef ErrorableResolvedSource ErrorableResolvedSource; typedef ErrorableZigString ErrorableZigString; typedef WebSocketClient WebSocketClient; + typedef Uint8Array_alias Uint8Array_alias; typedef WebSocketClientTLS WebSocketClientTLS; typedef WebSocketHTTPClient WebSocketHTTPClient; typedef SystemError SystemError; @@ -638,6 +640,14 @@ CPP_DECL bool WTF__StringView__is16Bit(const WTF__StringView* arg0); CPP_DECL bool WTF__StringView__is8Bit(const WTF__StringView* arg0); CPP_DECL bool WTF__StringView__isEmpty(const WTF__StringView* arg0); CPP_DECL size_t WTF__StringView__length(const WTF__StringView* arg0); +CPP_DECL void FFI__ptr__put(JSC__JSGlobalObject* arg0, JSC__JSValue JSValue1); + +#ifdef __cplusplus + +ZIG_DECL JSC__JSValue FFI__ptr__fastpath(JSC__JSGlobalObject* arg0, void* arg1, Uint8Array_alias* arg2); +ZIG_DECL JSC__JSValue FFI__ptr__slowpath(JSC__JSGlobalObject* arg0, JSC__JSValue JSValue1, JSC__JSValue* arg2, size_t arg3); + +#endif #pragma mark - Zig::GlobalObject @@ -843,7 +853,6 @@ ZIG_DECL void Bun__HTTPRequestContext__resolve(void* arg0, JSC__JSGlobalObject* #endif - #ifdef __cplusplus ZIG_DECL void Bun__HTTPRequestContextTLS__reject(void* arg0, JSC__JSGlobalObject* arg1, JSC__CallFrame* arg2); @@ -851,7 +860,6 @@ ZIG_DECL void Bun__HTTPRequestContextTLS__resolve(void* arg0, JSC__JSGlobalObjec #endif - #ifdef __cplusplus ZIG_DECL void Bun__HTTPRequestContextDebug__reject(void* arg0, JSC__JSGlobalObject* arg1, JSC__CallFrame* arg2); @@ -859,11 +867,9 @@ ZIG_DECL void Bun__HTTPRequestContextDebug__resolve(void* arg0, JSC__JSGlobalObj #endif - #ifdef __cplusplus ZIG_DECL void Bun__HTTPRequestContextDebugTLS__reject(void* arg0, JSC__JSGlobalObject* arg1, JSC__CallFrame* arg2); ZIG_DECL void Bun__HTTPRequestContextDebugTLS__resolve(void* arg0, JSC__JSGlobalObject* arg1, JSC__CallFrame* arg2); #endif - |