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.cpp763 JSHandle<TaggedArray> starEntriesArray(thread, starEntries); in CollectRecordExportInfo() local
764 auto starLength = starEntriesArray->GetLength(); in CollectRecordExportInfo()
767 starExportEntry.Update(starEntriesArray->Get(index)); in CollectRecordExportInfo()