diff options
Diffstat (limited to 'src/bun.js/bindings/ImportMetaObject.h')
-rw-r--r-- | src/bun.js/bindings/ImportMetaObject.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/bun.js/bindings/ImportMetaObject.h b/src/bun.js/bindings/ImportMetaObject.h index 69348f1f6..7527dcb51 100644 --- a/src/bun.js/bindings/ImportMetaObject.h +++ b/src/bun.js/bindings/ImportMetaObject.h @@ -40,6 +40,8 @@ public: static JSObject* createPrototype(VM& vm, JSDOMGlobalObject& globalObject); static void analyzeHeap(JSCell*, JSC::HeapAnalyzer&); + static JSObject* createRequireFunction(VM& vm, JSGlobalObject* globalObject, WTF::String& pathString); + private: ImportMetaObject(JSC::VM& vm, JSC::JSGlobalObject* globalObject, JSC::Structure* structure) : Base(vm, structure) |