Home
last modified time | relevance | path

Searched refs:ExecuteNativeModule (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/module/
Djs_dynamic_import.h26 static JSTaggedValue ExecuteNativeModule(JSThread *thread, JSHandle<EcmaString> specifierString,
Djs_dynamic_import.cpp27 JSTaggedValue DynamicImport::ExecuteNativeModule(JSThread *thread, JSHandle<EcmaString> specifierSt… in ExecuteNativeModule() function in panda::ecmascript::DynamicImport
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_promise_job.cpp162 … return DynamicImport::ExecuteNativeModule(thread, specifierString, moduleType, resolve, reject); in DynamicImportJob()