Searched refs:moduleArray (Results 1 – 2 of 2) sorted by relevance
655 JSHandle<TaggedArray> moduleArray(thread, moduleEnvironment); in CollectRecordImportInfo() local656 auto length = moduleArray->GetLength(); in CollectRecordImportInfo()658 JSTaggedValue resolvedBinding = moduleArray->Get(index); in CollectRecordImportInfo()
1090 JSHandle<TaggedArray> moduleArray(thread, moduleEnvironment); in InferLdExternalModuleVar() local1091 JSTaggedValue resolvedBinding = moduleArray->Get(index); in InferLdExternalModuleVar()