Searched defs:LoadModule (Results 1 – 5 of 5) sorted by relevance
360 std::unique_ptr<NativeReference> JsRuntime::LoadModule(const std::string& moduleName, const std::st… in LoadModule() function in OHOS::AbilityRuntime::JsRuntime
374 NativeValue* JerryScriptNativeEngine::LoadModule(NativeValue* str, const std::string& fileName) in LoadModule() function in JerryScriptNativeEngine
491 NativeValue* QuickJSNativeEngine::LoadModule(NativeValue* str, const std::string& fileName) in LoadModule() function in QuickJSNativeEngine
759 NativeValue* ArkNativeEngine::LoadModule(NativeValue* str, const std::string& fileName) in LoadModule() function in ArkNativeEngine
557 NativeValue* V8NativeEngine::LoadModule(NativeValue* str, const std::string& fileName) in LoadModule() function in V8NativeEngine