blob: 25a3e5130b1c2071de00796b8db6ef9b5f56360e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
#pragma once
#include "../bindings/ZigGlobalObject.h"
#include "JavaScriptCore/JSGlobalObject.h"
namespace Zig {
JSC::SyntheticSourceProvider::SyntheticSourceGenerator
generateObjectModuleSourceCode(JSC::JSGlobalObject *globalObject,
JSC::JSObject *object);
} // namespace Zig
|