Searched defs:LoadModule (Results 1 – 4 of 4) sorted by relevance
252 NativeValue* LoadModule(NativeValue* str, const std::string& fileName) override in LoadModule() function
254 NativeValue* LoadModule(NativeValue* str, const std::string& fileName) override in LoadModule() function
737 std::unique_ptr<NativeReference> JsRuntime::LoadModule(const std::string& moduleName, const std::st… in LoadModule() function in OHOS::AbilityRuntime::JsRuntime
1029 NativeValue* ArkNativeEngine::LoadModule(NativeValue* str, const std::string& fileName) in LoadModule() function in ArkNativeEngine