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
h Unnamed repository; edit this file 'description' to name the repository.
aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/issue.yml (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2022-01-31Deprecate unescaped HTML inside of expressions (#2489)Gravatar Nate Moore 9-31/+74