Home
last modified time | relevance | path

Searched refs:AddSpecialExport (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/ast/
Dmodules.cc106 AddSpecialExport(entry, zone); in AddExport()
116 AddSpecialExport(entry, zone); in AddStarExport()
256 AddSpecialExport(entry, zone); in MakeIndirectExportsExplicit()
Dmodules.h204 void AddSpecialExport(const Entry* entry, Zone* zone) { in AddSpecialExport() function