aboutsummaryrefslogtreecommitdiff
path: root/src/bun.js/modules/BunObjectModule.h
blob: 3d7ba1534f0825c829751e805afd2e18c08c53c6 (plain) (blame)
1
2
3
4
5
6
7
8

namespace Zig {
void generateNativeModule_BunObject(JSC::JSGlobalObject *lexicalGlobalObject,
                                    JSC::Identifier moduleKey,
                                    Vector<JSC::Identifier, 4> &exportNames,
                                    JSC::MarkedArgumentBuffer &exportValues);

} // namespace Zig