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.cpp655 JSHandle<TaggedArray> moduleArray(thread, moduleEnvironment); in CollectRecordImportInfo() local
656 auto length = moduleArray->GetLength(); in CollectRecordImportInfo()
658 JSTaggedValue resolvedBinding = moduleArray->Get(index); in CollectRecordImportInfo()
/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/
Dmethod_type_infer.cpp1090 JSHandle<TaggedArray> moduleArray(thread, moduleEnvironment); in InferLdExternalModuleVar() local
1091 JSTaggedValue resolvedBinding = moduleArray->Get(index); in InferLdExternalModuleVar()