mirror of
https://github.com/oven-sh/bun
synced 2026-02-14 12:51:54 +00:00
248 lines
12 KiB
C
248 lines
12 KiB
C
//-- AUTOGENERATED FILE -- 1665309067
|
|
// 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_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_ScriptArguments_h
|
|
#define INCLUDED_JavaScriptCore_ScriptArguments_h
|
|
#include "JavaScriptCore/ScriptArguments.h"
|
|
#endif
|
|
|
|
extern "C" const size_t Inspector__ScriptArguments_object_size_ = sizeof(Inspector::ScriptArguments);
|
|
extern "C" const size_t Inspector__ScriptArguments_object_align_ = alignof(Inspector::ScriptArguments);
|
|
|
|
#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_JavaScriptCore_JSModuleRecord_h
|
|
#define INCLUDED_JavaScriptCore_JSModuleRecord_h
|
|
#include "JavaScriptCore/JSModuleRecord.h"
|
|
#endif
|
|
|
|
extern "C" const size_t JSC__JSModuleRecord_object_size_ = sizeof(JSC::JSModuleRecord);
|
|
extern "C" const size_t JSC__JSModuleRecord_object_align_ = alignof(JSC::JSModuleRecord);
|
|
|
|
#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_SourceOrigin_h
|
|
#define INCLUDED_JavaScriptCore_SourceOrigin_h
|
|
#include "JavaScriptCore/SourceOrigin.h"
|
|
#endif
|
|
|
|
extern "C" const size_t JSC__SourceOrigin_object_size_ = sizeof(JSC::SourceOrigin);
|
|
extern "C" const size_t JSC__SourceOrigin_object_align_ = alignof(JSC::SourceOrigin);
|
|
|
|
#ifndef INCLUDED_JavaScriptCore_SourceProvider_h
|
|
#define INCLUDED_JavaScriptCore_SourceProvider_h
|
|
#include "JavaScriptCore/SourceProvider.h"
|
|
#endif
|
|
|
|
extern "C" const size_t JSC__SourceCode_object_size_ = sizeof(JSC::SourceCode);
|
|
extern "C" const size_t JSC__SourceCode_object_align_ = alignof(JSC::SourceCode);
|
|
|
|
#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_wtf_URL_h
|
|
#define INCLUDED_wtf_URL_h
|
|
#include "wtf/URL.h"
|
|
#endif
|
|
|
|
extern "C" const size_t WTF__URL_object_size_ = sizeof(WTF::URL);
|
|
extern "C" const size_t WTF__URL_object_align_ = alignof(WTF::URL);
|
|
|
|
#ifndef INCLUDED_wtf_text_WTFString_h
|
|
#define INCLUDED_wtf_text_WTFString_h
|
|
#include "wtf/text/WTFString.h"
|
|
#endif
|
|
|
|
extern "C" const size_t WTF__String_object_size_ = sizeof(WTF::String);
|
|
extern "C" const size_t WTF__String_object_align_ = alignof(WTF::String);
|
|
|
|
#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_PropertyName_h
|
|
#define INCLUDED_JavaScriptCore_PropertyName_h
|
|
#include "JavaScriptCore/PropertyName.h"
|
|
#endif
|
|
|
|
extern "C" const size_t JSC__PropertyName_object_size_ = sizeof(JSC::PropertyName);
|
|
extern "C" const size_t JSC__PropertyName_object_align_ = alignof(JSC::PropertyName);
|
|
|
|
#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_JavaScriptCore_Identifier_h
|
|
#define INCLUDED_JavaScriptCore_Identifier_h
|
|
#include "JavaScriptCore/Identifier.h"
|
|
#endif
|
|
|
|
extern "C" const size_t JSC__Identifier_object_size_ = sizeof(JSC::Identifier);
|
|
extern "C" const size_t JSC__Identifier_object_align_ = alignof(JSC::Identifier);
|
|
|
|
#ifndef INCLUDED_wtf_text_StringImpl_h
|
|
#define INCLUDED_wtf_text_StringImpl_h
|
|
#include "wtf/text/StringImpl.h"
|
|
#endif
|
|
|
|
extern "C" const size_t WTF__StringImpl_object_size_ = sizeof(WTF::StringImpl);
|
|
extern "C" const size_t WTF__StringImpl_object_align_ = alignof(WTF::StringImpl);
|
|
|
|
#ifndef INCLUDED_wtf_text_ExternalStringImpl_h
|
|
#define INCLUDED_wtf_text_ExternalStringImpl_h
|
|
#include "wtf/text/ExternalStringImpl.h"
|
|
#endif
|
|
|
|
extern "C" const size_t WTF__ExternalStringImpl_object_size_ = sizeof(WTF::ExternalStringImpl);
|
|
extern "C" const size_t WTF__ExternalStringImpl_object_align_ = alignof(WTF::ExternalStringImpl);
|
|
|
|
#ifndef INCLUDED_wtf_text_StringView_h
|
|
#define INCLUDED_wtf_text_StringView_h
|
|
#include "wtf/text/StringView.h"
|
|
#endif
|
|
|
|
extern "C" const size_t WTF__StringView_object_size_ = sizeof(WTF::StringView);
|
|
extern "C" const size_t WTF__StringView_object_align_ = alignof(WTF::StringView);
|
|
|
|
#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[48] = {sizeof(JSC::JSObject), sizeof(WebCore::DOMURL), sizeof(WebCore::FetchHeaders), sizeof(SystemError), sizeof(JSC::JSCell), sizeof(JSC::JSString), sizeof(Inspector::ScriptArguments), sizeof(JSC::JSModuleLoader), sizeof(JSC::JSModuleRecord), sizeof(JSC::JSPromise), sizeof(JSC::JSInternalPromise), sizeof(JSC::SourceOrigin), sizeof(JSC::SourceCode), sizeof(JSC::JSFunction), sizeof(JSC::JSGlobalObject), sizeof(WTF::URL), sizeof(WTF::String), sizeof(JSC::JSValue), sizeof(JSC::PropertyName), sizeof(JSC::Exception), sizeof(JSC::VM), sizeof(JSC::ThrowScope), sizeof(JSC::CatchScope), sizeof(JSC::Identifier), sizeof(WTF::StringImpl), sizeof(WTF::ExternalStringImpl), sizeof(WTF::StringView), 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(Zig::GlobalObject), sizeof(Bun__Path), sizeof(ArrayBufferSink), sizeof(HTTPSResponseSink), sizeof(HTTPResponseSink), sizeof(FileSink)};
|
|
|
|
const char* names[48] = {"JSC__JSObject", "WebCore__DOMURL", "WebCore__FetchHeaders", "SystemError", "JSC__JSCell", "JSC__JSString", "Inspector__ScriptArguments", "JSC__JSModuleLoader", "JSC__JSModuleRecord", "JSC__JSPromise", "JSC__JSInternalPromise", "JSC__SourceOrigin", "JSC__SourceCode", "JSC__JSFunction", "JSC__JSGlobalObject", "WTF__URL", "WTF__String", "JSC__JSValue", "JSC__PropertyName", "JSC__Exception", "JSC__VM", "JSC__ThrowScope", "JSC__CatchScope", "JSC__Identifier", "WTF__StringImpl", "WTF__ExternalStringImpl", "WTF__StringView", "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", "Zig__GlobalObject", "Bun__Path", "ArrayBufferSink", "HTTPSResponseSink", "HTTPResponseSink", "FileSink"};
|
|
|
|
const size_t aligns[48] = {alignof(JSC::JSObject), alignof(WebCore::DOMURL), alignof(WebCore::FetchHeaders), alignof(SystemError), alignof(JSC::JSCell), alignof(JSC::JSString), alignof(Inspector::ScriptArguments), alignof(JSC::JSModuleLoader), alignof(JSC::JSModuleRecord), alignof(JSC::JSPromise), alignof(JSC::JSInternalPromise), alignof(JSC::SourceOrigin), alignof(JSC::SourceCode), alignof(JSC::JSFunction), alignof(JSC::JSGlobalObject), alignof(WTF::URL), alignof(WTF::String), alignof(JSC::JSValue), alignof(JSC::PropertyName), alignof(JSC::Exception), alignof(JSC::VM), alignof(JSC::ThrowScope), alignof(JSC::CatchScope), alignof(JSC::Identifier), alignof(WTF::StringImpl), alignof(WTF::ExternalStringImpl), alignof(WTF::StringView), 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(Zig::GlobalObject), alignof(Bun__Path), alignof(ArrayBufferSink), alignof(HTTPSResponseSink), alignof(HTTPResponseSink), alignof(FileSink)};
|