Searched refs:moduleArray (Results 1 – 2 of 2) sorted by relevance
733 JSHandle<TaggedArray> moduleArray(thread, moduleEnvironment); in CollectRecordImportInfo() local734 auto length = moduleArray->GetLength(); in CollectRecordImportInfo()736 JSTaggedValue resolvedBinding = moduleArray->Get(index); in CollectRecordImportInfo()
1146 JSHandle<TaggedArray> moduleArray(thread, moduleEnvironment); in InferLdExternalModuleVar() local1147 JSTaggedValue resolvedBinding = moduleArray->Get(index); in InferLdExternalModuleVar()