#pragma once #include "../bindings/ZigGlobalObject.h" #include namespace Zig { JSC::SyntheticSourceProvider::SyntheticSourceGenerator generateObjectModuleSourceCode(JSC::JSGlobalObject* globalObject, JSC::JSObject* object); JSC::SyntheticSourceProvider::SyntheticSourceGenerator generateObjectModuleSourceCodeForJSON(JSC::JSGlobalObject* globalObject, JSC::JSObject* object); JSC::SyntheticSourceProvider::SyntheticSourceGenerator generateJSValueModuleSourceCode(JSC::JSGlobalObject* globalObject, JSC::JSValue value); } // namespace Zig