mirror of
https://github.com/oven-sh/bun
synced 2026-02-14 21:01:52 +00:00
9 lines
237 B
C++
9 lines
237 B
C++
|
|
namespace Zig {
|
|
void generateNativeModule_BunObject(JSC::JSGlobalObject* lexicalGlobalObject,
|
|
JSC::Identifier moduleKey,
|
|
Vector<JSC::Identifier, 4>& exportNames,
|
|
JSC::MarkedArgumentBuffer& exportValues);
|
|
|
|
} // namespace Zig
|