Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecode_info_collector.cpp685 JSHandle<TaggedArray> starEntriesArray(thread, starEntries); in CollectRecordExportInfo() local
686 auto starLength = starEntriesArray->GetLength(); in CollectRecordExportInfo()
689 starExportEntry.Update(starEntriesArray->Get(index)); in CollectRecordExportInfo()