Home
last modified time | relevance | path

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

/external/v8/src/objects/
Dscope-info.cc947 DCHECK_EQ(regular_exports()->length() % kRegularExportLength, 0); in RegularExportCount()
948 return regular_exports()->length() / kRegularExportLength; in RegularExportCount()
952 return String::cast(regular_exports()->get(i * kRegularExportLength + in RegularExportLocalName()
957 return Smi::ToInt(regular_exports()->get(i * kRegularExportLength + in RegularExportCellIndex()
963 i * kRegularExportLength + kRegularExportExportNamesOffset)); in RegularExportExportNames()
Dmodule.h295 kRegularExportLength enumerator
/external/v8/src/ast/
Dmodules.cc142 ModuleInfo::kRegularExportLength * regular_exports_.size(), zone); in SerializeRegularExports()
162 index += ModuleInfo::kRegularExportLength; in SerializeRegularExports()