Home
last modified time | relevance | path

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

/external/v8/src/objects/
Dscope-info.cc1166 DCHECK_EQ(regular_exports().length() % kRegularExportLength, 0); in RegularExportCount()
1167 return regular_exports().length() / kRegularExportLength; in RegularExportCount()
1171 return String::cast(regular_exports().get(i * kRegularExportLength + in RegularExportLocalName()
1176 return Smi::ToInt(regular_exports().get(i * kRegularExportLength + in RegularExportCellIndex()
1182 i * kRegularExportLength + kRegularExportExportNamesOffset)); in RegularExportExportNames()
Dsource-text-module.h235 kRegularExportLength enumerator
/external/v8/src/ast/
Dmodules.cc185 SourceTextModuleInfo::kRegularExportLength * regular_exports_.size(), in SerializeRegularExports()
207 index += SourceTextModuleInfo::kRegularExportLength; in SerializeRegularExports()