Home
last modified time | relevance | path

Searched defs:LoadModule (Results 1 – 5 of 5) sorted by relevance

/foundation/aafwk/standard/frameworks/kits/runtime/native/
Djs_runtime.cpp360 std::unique_ptr<NativeReference> JsRuntime::LoadModule(const std::string& moduleName, const std::st… in LoadModule() function in OHOS::AbilityRuntime::JsRuntime
/foundation/ace/napi/native_engine/impl/jerryscript/
Djerryscript_native_engine.cpp374 NativeValue* JerryScriptNativeEngine::LoadModule(NativeValue* str, const std::string& fileName) in LoadModule() function in JerryScriptNativeEngine
/foundation/ace/napi/native_engine/impl/quickjs/
Dquickjs_native_engine.cpp491 NativeValue* QuickJSNativeEngine::LoadModule(NativeValue* str, const std::string& fileName) in LoadModule() function in QuickJSNativeEngine
/foundation/ace/napi/native_engine/impl/ark/
Dark_native_engine.cpp759 NativeValue* ArkNativeEngine::LoadModule(NativeValue* str, const std::string& fileName) in LoadModule() function in ArkNativeEngine
/foundation/ace/napi/native_engine/impl/v8/
Dv8_native_engine.cpp557 NativeValue* V8NativeEngine::LoadModule(NativeValue* str, const std::string& fileName) in LoadModule() function in V8NativeEngine