diff options
author | 2022-05-02 06:26:03 -0700 | |
---|---|---|
committer | 2022-05-02 06:26:03 -0700 | |
commit | 21ab47d9fe1085b7a1a959df810386367ebd5c23 (patch) | |
tree | 99773c7fc26cc253111fb13ccccaffbf2f28fa2f /src/javascript/jsc/bindings/headers-cpp.h | |
parent | d70e92e79f3940f80bee186a6c7c3c8ef23aed00 (diff) | |
download | bun-21ab47d9fe1085b7a1a959df810386367ebd5c23.tar.gz bun-21ab47d9fe1085b7a1a959df810386367ebd5c23.tar.zst bun-21ab47d9fe1085b7a1a959df810386367ebd5c23.zip |
[bun:ffi] Support `i64` and `u64`
Diffstat (limited to 'src/javascript/jsc/bindings/headers-cpp.h')
-rw-r--r-- | src/javascript/jsc/bindings/headers-cpp.h | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/src/javascript/jsc/bindings/headers-cpp.h b/src/javascript/jsc/bindings/headers-cpp.h index fdac529b7..e33e5893c 100644 --- a/src/javascript/jsc/bindings/headers-cpp.h +++ b/src/javascript/jsc/bindings/headers-cpp.h @@ -1,4 +1,4 @@ -//-- AUTOGENERATED FILE -- 1651480881 +//-- AUTOGENERATED FILE -- 1651495723 // clang-format off #pragma once @@ -218,7 +218,7 @@ extern "C" const size_t WTF__StringView_object_align_ = alignof(WTF::StringView) #ifndef INCLUDED__ZigGlobalObject_h_ #define INCLUDED__ZigGlobalObject_h_ -#include "ZigGlobalObject.h" +#include ""ZigGlobalObject.h"" #endif extern "C" const size_t Zig__GlobalObject_object_size_ = sizeof(Zig::GlobalObject); @@ -242,9 +242,7 @@ extern "C" const size_t Bun__Writable_object_align_ = alignof(Bun__Writable); #ifndef INCLUDED_Path_h #define INCLUDED_Path_h -// #include "Path.h" -#define Bun__Path void* -#define Bun__Timer void* +#include "Path.h" #endif extern "C" const size_t Bun__Path_object_size_ = sizeof(Bun__Path); @@ -252,7 +250,7 @@ extern "C" const size_t Bun__Path_object_align_ = alignof(Bun__Path); #ifndef INCLUDED__ZigConsoleClient_h_ #define INCLUDED__ZigConsoleClient_h_ -#include "ZigConsoleClient.h" +#include ""ZigConsoleClient.h"" #endif extern "C" const size_t Zig__ConsoleClient_object_size_ = sizeof(Zig::ConsoleClient); @@ -260,7 +258,7 @@ extern "C" const size_t Zig__ConsoleClient_object_align_ = alignof(Zig::ConsoleC #ifndef INCLUDED_ #define INCLUDED_ -// #include "" +#include "" #endif extern "C" const size_t Bun__Timer_object_size_ = sizeof(Bun__Timer); |