Home
last modified time | relevance | path

Searched refs:ExportDeclaration (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/
Drewriter.cc216 void Processor::VisitExportDeclaration(ExportDeclaration* node) {} in VisitExportDeclaration()
Dast.h68 V(ExportDeclaration) \
574 class ExportDeclaration: public Declaration {
576 DECLARE_NODE_TYPE(ExportDeclaration) in DECLARE_NODE_TYPE() argument
585 ExportDeclaration(VariableProxy* proxy, in ExportDeclaration() function
2676 ExportDeclaration* NewExportDeclaration(VariableProxy* proxy, in NewExportDeclaration()
2678 ExportDeclaration* decl = in NewExportDeclaration()
2679 new(zone_) ExportDeclaration(proxy, scope); in NewExportDeclaration()
2680 VISIT_AND_RETURN(ExportDeclaration, decl) in NewExportDeclaration()
Dprettyprinter.cc95 void PrettyPrinter::VisitExportDeclaration(ExportDeclaration* node) { in VisitExportDeclaration()
797 void AstPrinter::VisitExportDeclaration(ExportDeclaration* node) { in VisitExportDeclaration()
Dfull-codegen.cc71 ExportDeclaration* decl) { in VisitExportDeclaration()
641 void FullCodeGenerator::VisitExportDeclaration(ExportDeclaration* decl) { in VisitExportDeclaration()
Dast.cc1005 INCREASE_NODE_COUNT(ExportDeclaration) in INCREASE_NODE_COUNT()
Dhydrogen.cc7089 void HGraphBuilder::VisitExportDeclaration(ExportDeclaration* decl) { in VisitExportDeclaration()