Home
last modified time | relevance | path

Searched defs:specifierString (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/module/
Djs_dynamic_import.cpp28 …gedValue DynamicImport::ExecuteNativeOrJsonModule(JSThread *thread, const CString &specifierString, in ExecuteNativeOrJsonModule()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_promise_job.cpp142 JSHandle<EcmaString> specifierString = JSTaggedValue::ToString(thread, specifier); in DynamicImportJob() local