Home
last modified time | relevance | path

Searched refs:moduleArray (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecode_info_collector.cpp733 JSHandle<TaggedArray> moduleArray(thread, moduleEnvironment); in CollectRecordImportInfo() local
734 auto length = moduleArray->GetLength(); in CollectRecordImportInfo()
736 JSTaggedValue resolvedBinding = moduleArray->Get(index); in CollectRecordImportInfo()
/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/
Dmethod_type_infer.cpp1146 JSHandle<TaggedArray> moduleArray(thread, moduleEnvironment); in InferLdExternalModuleVar() local
1147 JSTaggedValue resolvedBinding = moduleArray->Get(index); in InferLdExternalModuleVar()