Home
last modified time | relevance | path

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

/foundation/ability/ability_runtime/test/unittest/runtime_test/
Dmock_js_native_engine.h247 NativeValue *LoadModule(NativeValue *str, const std::string &fileName) override in LoadModule() function
/foundation/ability/ability_runtime/test/unittest/ability_runtime_error_util_test/
Dmock_native_engine.h259 NativeValue* LoadModule(NativeValue* str, const std::string& fileName) override in LoadModule() function
/foundation/ability/ability_runtime/frameworks/native/runtime/
Djs_runtime.cpp673 std::unique_ptr<NativeReference> JsRuntime::LoadModule(const std::string& moduleName, const std::st… in LoadModule() function in OHOS::AbilityRuntime::JsRuntime
/foundation/arkui/napi/native_engine/impl/jerryscript/
Djerryscript_native_engine_impl.cpp401 NativeValue* JerryScriptNativeEngineImpl::LoadModule( in LoadModule() function in JerryScriptNativeEngineImpl
Djerryscript_native_engine.cpp284 NativeValue* JerryScriptNativeEngine::LoadModule(NativeValue* str, const std::string& fileName) in LoadModule() function in JerryScriptNativeEngine
/foundation/arkui/napi/native_engine/impl/quickjs/
Dquickjs_native_engine.cpp290 NativeValue* QuickJSNativeEngine::LoadModule(NativeValue* str, const std::string& fileName) in LoadModule() function in QuickJSNativeEngine
Dquickjs_native_engine_impl.cpp521 NativeValue* QuickJSNativeEngineImpl::LoadModule(NativeEngine* engine, NativeValue* str, const std:… in LoadModule() function in QuickJSNativeEngineImpl
/foundation/arkui/napi/native_engine/impl/ark/
Dark_native_engine.cpp417 NativeValue* ArkNativeEngine::LoadModule(NativeValue* str, const std::string& fileName) in LoadModule() function in ArkNativeEngine
Dark_native_engine_impl.cpp1046 NativeValue* ArkNativeEngineImpl::LoadModule(NativeEngine* engine, NativeValue* str, const std::str… in LoadModule() function in ArkNativeEngineImpl
/foundation/arkui/napi/native_engine/impl/v8/
Dv8_native_engine.cpp563 NativeValue* V8NativeEngine::LoadModule(NativeValue* str, const std::string& fileName) in LoadModule() function in V8NativeEngine