Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/module/
Djs_dynamic_import.h26 static JSTaggedValue ExecuteNativeOrJsonModule(JSThread *thread, const CString &specifierString,
Djs_dynamic_import.cpp31 JSTaggedValue DynamicImport::ExecuteNativeOrJsonModule(JSThread *thread, const CString &specifierSt… in ExecuteNativeOrJsonModule() function in panda::ecmascript::DynamicImport
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_promise_job.cpp178 … return DynamicImport::ExecuteNativeOrJsonModule(thread, requestPath, moduleType, resolve, reject); in DynamicImportJob()
209 return DynamicImport::ExecuteNativeOrJsonModule( in DynamicImportJob()