aboutsummaryrefslogtreecommitdiff
path: root/src/bun.js/bindings/headers-cpp.h
blob: f90e2f0d9d513e36c4adfa06861272f41c9e1d9e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
//-- AUTOGENERATED FILE -- 1681462444
// clang-format off
#pragma once

#include <stddef.h>
#include <stdint.h>
#include <stdbool.h>

#include "root.h"

#ifndef INCLUDED_JavaScriptCore_JSObject_h
#define INCLUDED_JavaScriptCore_JSObject_h
#include "JavaScriptCore/JSObject.h"
#endif

extern "C" const size_t JSC__JSObject_object_size_ = sizeof(JSC::JSObject);
extern "C" const size_t JSC__JSObject_object_align_ = alignof(JSC::JSObject);

#ifndef INCLUDED_DOMFormData_h
#define INCLUDED_DOMFormData_h
#include "DOMFormData.h"
#endif

extern "C" const size_t WebCore__DOMFormData_object_size_ = sizeof(WebCore::DOMFormData);
extern "C" const size_t WebCore__DOMFormData_object_align_ = alignof(WebCore::DOMFormData);

#ifndef INCLUDED_FetchHeaders_h
#define INCLUDED_FetchHeaders_h
#include "FetchHeaders.h"
#endif

extern "C" const size_t WebCore__FetchHeaders_object_size_ = sizeof(WebCore::FetchHeaders);
extern "C" const size_t WebCore__FetchHeaders_object_align_ = alignof(WebCore::FetchHeaders);

#ifndef INCLUDED_JavaScriptCore_JSCell_h
#define INCLUDED_JavaScriptCore_JSCell_h
#include "JavaScriptCore/JSCell.h"
#endif

extern "C" const size_t JSC__JSCell_object_size_ = sizeof(JSC::JSCell);
extern "C" const size_t JSC__JSCell_object_align_ = alignof(JSC::JSCell);

#ifndef INCLUDED_JavaScriptCore_JSString_h
#define INCLUDED_JavaScriptCore_JSString_h
#include "JavaScriptCore/JSString.h"
#endif

extern "C" const size_t JSC__JSString_object_size_ = sizeof(JSC::JSString);
extern "C" const size_t JSC__JSString_object_align_ = alignof(JSC::JSString);

#ifndef INCLUDED_JavaScriptCore_JSModuleLoader_h
#define INCLUDED_JavaScriptCore_JSModuleLoader_h
#include "JavaScriptCore/JSModuleLoader.h"
#endif

extern "C" const size_t JSC__JSModuleLoader_object_size_ = sizeof(JSC::JSModuleLoader);
extern "C" const size_t JSC__JSModuleLoader_object_align_ = alignof(JSC::JSModuleLoader);

#ifndef INCLUDED_webcore_AbortSignal_h
#define INCLUDED_webcore_AbortSignal_h
#include "webcore/AbortSignal.h"
#endif

extern "C" const size_t WebCore__AbortSignal_object_size_ = sizeof(WebCore::AbortSignal);
extern "C" const size_t WebCore__AbortSignal_object_align_ = alignof(WebCore::AbortSignal);

#ifndef INCLUDED_JavaScriptCore_JSPromise_h
#define INCLUDED_JavaScriptCore_JSPromise_h
#include "JavaScriptCore/JSPromise.h"
#endif

extern "C" const size_t JSC__JSPromise_object_size_ = sizeof(JSC::JSPromise);
extern "C" const size_t JSC__JSPromise_object_align_ = alignof(JSC::JSPromise);

#ifndef INCLUDED_JavaScriptCore_JSInternalPromise_h
#define INCLUDED_JavaScriptCore_JSInternalPromise_h
#include "JavaScriptCore/JSInternalPromise.h"
#endif

extern "C" const size_t JSC__JSInternalPromise_object_size_ = sizeof(JSC::JSInternalPromise);
extern "C" const size_t JSC__JSInternalPromise_object_align_ = alignof(JSC::JSInternalPromise);

#ifndef INCLUDED_JavaScriptCore_JSFunction_h
#define INCLUDED_JavaScriptCore_JSFunction_h
#include "JavaScriptCore/JSFunction.h"
#endif

extern "C" const size_t JSC__JSFunction_object_size_ = sizeof(JSC::JSFunction);
extern "C" const size_t JSC__JSFunction_object_align_ = alignof(JSC::JSFunction);

#ifndef INCLUDED_JavaScriptCore_JSGlobalObject_h
#define INCLUDED_JavaScriptCore_JSGlobalObject_h
#include "JavaScriptCore/JSGlobalObject.h"
#endif

extern "C" const size_t JSC__JSGlobalObject_object_size_ = sizeof(JSC::JSGlobalObject);
extern "C" const size_t JSC__JSGlobalObject_object_align_ = alignof(JSC::JSGlobalObject);

#ifndef INCLUDED_JavaScriptCore_JSValue_h
#define INCLUDED_JavaScriptCore_JSValue_h
#include "JavaScriptCore/JSValue.h"
#endif

extern "C" const size_t JSC__JSValue_object_size_ = sizeof(JSC::JSValue);
extern "C" const size_t JSC__JSValue_object_align_ = alignof(JSC::JSValue);

#ifndef INCLUDED_JavaScriptCore_Exception_h
#define INCLUDED_JavaScriptCore_Exception_h
#include "JavaScriptCore/Exception.h"
#endif

extern "C" const size_t JSC__Exception_object_size_ = sizeof(JSC::Exception);
extern "C" const size_t JSC__Exception_object_align_ = alignof(JSC::Exception);

#ifndef INCLUDED_JavaScriptCore_VM_h
#define INCLUDED_JavaScriptCore_VM_h
#include "JavaScriptCore/VM.h"
#endif

extern "C" const size_t JSC__VM_object_size_ = sizeof(JSC::VM);
extern "C" const size_t JSC__VM_object_align_ = alignof(JSC::VM);

#ifndef INCLUDED_JavaScriptCore_ThrowScope_h
#define INCLUDED_JavaScriptCore_ThrowScope_h
#include "JavaScriptCore/ThrowScope.h"
#endif

extern "C" const size_t JSC__ThrowScope_object_size_ = sizeof(JSC::ThrowScope);
extern "C" const size_t JSC__ThrowScope_object_align_ = alignof(JSC::ThrowScope);

#ifndef INCLUDED_JavaScriptCore_CatchScope_h
#define INCLUDED_JavaScriptCore_CatchScope_h
#include "JavaScriptCore/CatchScope.h"
#endif

extern "C" const size_t JSC__CatchScope_object_size_ = sizeof(JSC::CatchScope);
extern "C" const size_t JSC__CatchScope_object_align_ = alignof(JSC::CatchScope);

#ifndef INCLUDED__ZigGlobalObject_h_
#define INCLUDED__ZigGlobalObject_h_
#include ""ZigGlobalObject.h""
#endif

extern "C" const size_t Zig__GlobalObject_object_size_ = sizeof(Zig::GlobalObject);
extern "C" const size_t Zig__GlobalObject_object_align_ = alignof(Zig::GlobalObject);

#ifndef INCLUDED_Path_h
#define INCLUDED_Path_h
#include "Path.h"
#endif

extern "C" const size_t Bun__Path_object_size_ = sizeof(Bun__Path);
extern "C" const size_t Bun__Path_object_align_ = alignof(Bun__Path);

#ifndef INCLUDED__ZigConsoleClient_h_
#define INCLUDED__ZigConsoleClient_h_
#include ""ZigConsoleClient.h""
#endif

extern "C" const size_t Zig__ConsoleClient_object_size_ = sizeof(Zig::ConsoleClient);
extern "C" const size_t Zig__ConsoleClient_object_align_ = alignof(Zig::ConsoleClient);

#ifndef INCLUDED_
#define INCLUDED_
#include ""
#endif

extern "C" const size_t Bun__Timer_object_size_ = sizeof(Bun__Timer);
extern "C" const size_t Bun__Timer_object_align_ = alignof(Bun__Timer);

const size_t sizes[40] = {sizeof(JSC::JSObject), sizeof(WebCore::DOMURL), sizeof(WebCore::DOMFormData), sizeof(WebCore::FetchHeaders), sizeof(SystemError), sizeof(JSC::JSCell), sizeof(JSC::JSString), sizeof(JSC::JSModuleLoader), sizeof(WebCore::AbortSignal), sizeof(JSC::JSPromise), sizeof(JSC::JSInternalPromise), sizeof(JSC::JSFunction), sizeof(JSC::JSGlobalObject), sizeof(JSC::JSValue), sizeof(JSC::Exception), sizeof(JSC::VM), sizeof(JSC::ThrowScope), sizeof(JSC::CatchScope), sizeof(FFI__ptr), sizeof(Reader__u8), sizeof(Reader__u16), sizeof(Reader__u32), sizeof(Reader__ptr), sizeof(Reader__i8), sizeof(Reader__i16), sizeof(Reader__i32), sizeof(Reader__f32), sizeof(Reader__f64), sizeof(Reader__i64), sizeof(Reader__u64), sizeof(Reader__intptr), sizeof(Crypto__getRandomValues), sizeof(Crypto__randomUUID), sizeof(Crypto__timingSafeEqual), sizeof(Zig::GlobalObject), sizeof(Bun__Path), sizeof(ArrayBufferSink), sizeof(HTTPSResponseSink), sizeof(HTTPResponseSink), sizeof(FileSink)};

const char* names[40] = {"JSC__JSObject", "WebCore__DOMURL", "WebCore__DOMFormData", "WebCore__FetchHeaders", "SystemError", "JSC__JSCell", "JSC__JSString", "JSC__JSModuleLoader", "WebCore__AbortSignal", "JSC__JSPromise", "JSC__JSInternalPromise", "JSC__JSFunction", "JSC__JSGlobalObject", "JSC__JSValue", "JSC__Exception", "JSC__VM", "JSC__ThrowScope", "JSC__CatchScope", "FFI__ptr", "Reader__u8", "Reader__u16", "Reader__u32", "Reader__ptr", "Reader__i8", "Reader__i16", "Reader__i32", "Reader__f32", "Reader__f64", "Reader__i64", "Reader__u64", "Reader__intptr", "Crypto__getRandomValues", "Crypto__randomUUID", "Crypto__timingSafeEqual", "Zig__GlobalObject", "Bun__Path", "ArrayBufferSink", "HTTPSResponseSink", "HTTPResponseSink", "FileSink"};

const size_t aligns[40] = {alignof(JSC::JSObject), alignof(WebCore::DOMURL), alignof(WebCore::DOMFormData), alignof(WebCore::FetchHeaders), alignof(SystemError), alignof(JSC::JSCell), alignof(JSC::JSString), alignof(JSC::JSModuleLoader), alignof(WebCore::AbortSignal), alignof(JSC::JSPromise), alignof(JSC::JSInternalPromise), alignof(JSC::JSFunction), alignof(JSC::JSGlobalObject), alignof(JSC::JSValue), alignof(JSC::Exception), alignof(JSC::VM), alignof(JSC::ThrowScope), alignof(JSC::CatchScope), alignof(FFI__ptr), alignof(Reader__u8), alignof(Reader__u16), alignof(Reader__u32), alignof(Reader__ptr), alignof(Reader__i8), alignof(Reader__i16), alignof(Reader__i32), alignof(Reader__f32), alignof(Reader__f64), alignof(Reader__i64), alignof(Reader__u64), alignof(Reader__intptr), alignof(Crypto__getRandomValues), alignof(Crypto__randomUUID), alignof(Crypto__timingSafeEqual), alignof(Zig::GlobalObject), alignof(Bun__Path), alignof(ArrayBufferSink), alignof(HTTPSResponseSink), alignof(HTTPResponseSink), alignof(FileSink)};