Home
last modified time | relevance | path

Searched refs:starExportNum (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/runtime_core/libpandafile/
H A Dmodule_data_accessor-inl.h59 auto starExportNum = panda_file::helpers::Read<panda_file::ID_SIZE>(&sp); in EnumerateModuleRecord() local
60 for (size_t idx = 0; idx < starExportNum; idx++) { in EnumerateModuleRecord()
/arkcompiler/ets_runtime/ecmascript/jspandafile/accessor/
H A Dmodule_data_accessor.cpp221 auto starExportNum = panda_file::helpers::Read<panda_file::ID_SIZE>(&sp); in EnumerateStarExportEntry() local
222 if (starExportNum == 0) { in EnumerateStarExportEntry()
228 JSHandle<TaggedArray> starExportEntries = CreatEntries(thread, starExportNum, sharedType); in EnumerateStarExportEntry()
230 for (size_t idx = 0; idx < starExportNum; idx++) { in EnumerateStarExportEntry()

Completed in 2 milliseconds