aboutsummaryrefslogtreecommitdiff
path: root/src/bun.js/modules/ObjectModule.h
diff options
context:
space:
mode:
authorGravatar Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> 2022-09-05 05:15:07 -0700
committerGravatar Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> 2022-09-05 05:15:07 -0700
commitc31422b308097506768fb9502b7f22325ebdf0ed (patch)
treef5a145231c9dc12a17f8a4748fc1905fcd3098ca /src/bun.js/modules/ObjectModule.h
parent7ea9909618f245e528933c2c002cd52e756139ac (diff)
downloadbun-c31422b308097506768fb9502b7f22325ebdf0ed.tar.gz
bun-c31422b308097506768fb9502b7f22325ebdf0ed.tar.zst
bun-c31422b308097506768fb9502b7f22325ebdf0ed.zip
`inline`
Diffstat (limited to 'src/bun.js/modules/ObjectModule.h')
-rw-r--r--src/bun.js/modules/ObjectModule.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bun.js/modules/ObjectModule.h b/src/bun.js/modules/ObjectModule.h
index 7a782a407..3a651b0c4 100644
--- a/src/bun.js/modules/ObjectModule.h
+++ b/src/bun.js/modules/ObjectModule.h
@@ -4,7 +4,7 @@
#include "JavaScriptCore/JSGlobalObject.h"
namespace Zig {
-JSC::SyntheticSourceProvider::SyntheticSourceGenerator
+inline JSC::SyntheticSourceProvider::SyntheticSourceGenerator
generateObjectModuleSourceCode(JSC::JSGlobalObject *globalObject,
JSC::JSObject *object) {
JSC::VM &vm = globalObject->vm();