Searched refs:kRegularExportLength (Results 1 – 3 of 3) sorted by relevance
1233 DCHECK_EQ(regular_exports().length() % kRegularExportLength, 0); in RegularExportCount()1234 return regular_exports().length() / kRegularExportLength; in RegularExportCount()1238 return String::cast(regular_exports().get(i * kRegularExportLength + in RegularExportLocalName()1243 return Smi::ToInt(regular_exports().get(i * kRegularExportLength + in RegularExportCellIndex()1249 i * kRegularExportLength + kRegularExportExportNamesOffset)); in RegularExportExportNames()
257 kRegularExportLength enumerator
180 SourceTextModuleInfo::kRegularExportLength * regular_exports_.size(), in SerializeRegularExports()203 index += SourceTextModuleInfo::kRegularExportLength; in SerializeRegularExports()