Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/objects/
Dscope-info.cc1233 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()
Dsource-text-module.h257 kRegularExportLength enumerator
/third_party/node/deps/v8/src/ast/
Dmodules.cc180 SourceTextModuleInfo::kRegularExportLength * regular_exports_.size(), in SerializeRegularExports()
203 index += SourceTextModuleInfo::kRegularExportLength; in SerializeRegularExports()