Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/ast/
H A Dmodules.cc180 SourceTextModuleInfo::kRegularExportLength * regular_exports_.size(), in SerializeRegularExports()
184 for (auto it = regular_exports_.begin(); it != regular_exports_.end();) { in SerializeRegularExports()
193 } while (next != regular_exports_.end() && next->first == it->first); in SerializeRegularExports()
233 for (auto it = regular_exports_.begin(); it != regular_exports_.end();) { in MakeIndirectExportsExplicit()
257 it = regular_exports_.erase(it); in MakeIndirectExportsExplicit()
273 for (auto it = regular_exports_.begin(); it != regular_exports_.end();) { in AssignCellIndices()
285 } while (it != regular_exports_ in AssignCellIndices()
[all...]
H A Dmodules.h29 regular_exports_(zone), in SourceTextModuleDescriptor()
194 const RegularExportMap& regular_exports() const { return regular_exports_; } in regular_exports()
201 regular_exports_.insert(std::make_pair(entry->local_name, entry)); in AddRegularExport()
236 RegularExportMap regular_exports_; member in v8::internal::SourceTextModuleDescriptor

Completed in 2 milliseconds