mirror of
https://github.com/oven-sh/bun
synced 2026-02-14 21:01:52 +00:00
import bun (#4055)
Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>
This commit is contained in:
8
src/bun.js/modules/BunObjectModule.h
Normal file
8
src/bun.js/modules/BunObjectModule.h
Normal file
@@ -0,0 +1,8 @@
|
||||
|
||||
namespace Zig {
|
||||
void generateNativeModule_BunObject(JSC::JSGlobalObject *lexicalGlobalObject,
|
||||
JSC::Identifier moduleKey,
|
||||
Vector<JSC::Identifier, 4> &exportNames,
|
||||
JSC::MarkedArgumentBuffer &exportValues);
|
||||
|
||||
} // namespace Zig
|
||||
Reference in New Issue
Block a user