Home
last modified time | relevance | path

Searched refs:dumper (Results 1 – 25 of 270) sorted by relevance

1234567891011

/arkcompiler/ets_frontend/es2panda/ir/statements/
DdebuggerStatement.cpp24 void DebuggerStatement::Dump(ir::AstDumper *dumper) const in Dump()
26 dumper->Add({{"type", "DebuggerStatement"}}); in Dump()
DemptyStatement.cpp24 void EmptyStatement::Dump(ir::AstDumper *dumper) const in Dump()
26 dumper->Add({{"type", "EmptyStatement"}}); in Dump()
/arkcompiler/ets_frontend/es2panda/ir/expressions/
DomittedExpression.cpp25 void OmittedExpression::Dump(ir::AstDumper *dumper) const in Dump()
27 dumper->Add({{"type", "OmittedExpression"}}); in Dump()
DsuperExpression.cpp27 void SuperExpression::Dump(ir::AstDumper *dumper) const in Dump()
29 dumper->Add({{"type", "Super"}}); in Dump()
/arkcompiler/ets_frontend/es2panda/ir/base/
DtemplateElement.cpp27 void TemplateElement::Dump(ir::AstDumper *dumper) const in Dump()
29 dumper->Add({ in Dump()
Ddecorator.cpp28 void Decorator::Dump(ir::AstDumper *dumper) const in Dump()
30 dumper->Add({{"type", "Decorator"}, {"expression", expr_}}); in Dump()
/arkcompiler/ets_frontend/es2panda/ir/expressions/literals/
DtaggedLiteral.cpp25 void TaggedLiteral::Dump(ir::AstDumper *dumper) const in Dump()
27 dumper->Add({{"type", "TaggedLiteral"}, {"value", str_}}); in Dump()
DnullLiteral.cpp26 void NullLiteral::Dump(ir::AstDumper *dumper) const in Dump()
28 dumper->Add({{"type", "NullLiteral"}, {"value", AstDumper::Property::Constant::PROP_NULL}}); in Dump()
/arkcompiler/ets_frontend/es2panda/ir/ts/
DtsBigintKeyword.cpp25 void TSBigintKeyword::Dump(ir::AstDumper *dumper) const in Dump()
27 dumper->Add({{"type", "TSBigIntKeyword"}}); in Dump()
DtsNumberKeyword.cpp25 void TSNumberKeyword::Dump(ir::AstDumper *dumper) const in Dump()
27 dumper->Add({{"type", "TSNumberKeyword"}}); in Dump()
DtsSymbolKeyword.cpp25 void TSSymbolKeyword::Dump(ir::AstDumper *dumper) const in Dump()
27 dumper->Add({{"type", "TSSymbolKeyword"}}); in Dump()
DtsBooleanKeyword.cpp25 void TSBooleanKeyword::Dump(ir::AstDumper *dumper) const in Dump()
27 dumper->Add({{"type", "TSBooleanKeyword"}}); in Dump()
DtsInterfaceHeritage.cpp32 void TSInterfaceHeritage::Dump(ir::AstDumper *dumper) const in Dump()
34 dumper->Add({ in Dump()
DtsUndefinedKeyword.cpp25 void TSUndefinedKeyword::Dump(ir::AstDumper *dumper) const in Dump()
27 dumper->Add({{"type", "TSUndefinedKeyword"}}); in Dump()
DtsUnknownKeyword.cpp25 void TSUnknownKeyword::Dump(ir::AstDumper *dumper) const in Dump()
27 dumper->Add({{"type", "TSUnknownKeyword"}}); in Dump()
DtsNullKeyword.cpp25 void TSNullKeyword::Dump(ir::AstDumper *dumper) const in Dump()
27 dumper->Add({{"type", "TSNullKeyword"}}); in Dump()
DtsStringKeyword.cpp25 void TSStringKeyword::Dump(ir::AstDumper *dumper) const in Dump()
27 dumper->Add({{"type", "TSStringKeyword"}}); in Dump()
DtsExternalModuleReference.cpp27 void TSExternalModuleReference::Dump(ir::AstDumper *dumper) const in Dump()
29 dumper->Add({{"type", "TSExternalModuleReference"}, {"expression", expr_}}); in Dump()
DtsObjectKeyword.cpp25 void TSObjectKeyword::Dump(ir::AstDumper *dumper) const in Dump()
27 dumper->Add({{"type", "TSObjectKeyword"}}); in Dump()
DtsNamespaceExportDeclaration.cpp28 void TSNamespaceExportDeclaration::Dump(ir::AstDumper *dumper) const in Dump()
30 dumper->Add({{"type", "TSNamespaceExportDeclaration"}, {"id", id_}}); in Dump()
DtsNeverKeyword.cpp25 void TSNeverKeyword::Dump(ir::AstDumper *dumper) const in Dump()
27 dumper->Add({{"type", "TSNeverKeyword"}}); in Dump()
DtsVoidKeyword.cpp25 void TSVoidKeyword::Dump(ir::AstDumper *dumper) const in Dump()
27 dumper->Add({{"type", "TSVoidKeyword"}}); in Dump()
DtsAnyKeyword.cpp25 void TSAnyKeyword::Dump(ir::AstDumper *dumper) const in Dump()
27 dumper->Add({{"type", "TSAnyKeyword"}}); in Dump()
/arkcompiler/ets_frontend/es2panda/ir/module/
DimportNamespaceSpecifier.cpp28 void ImportNamespaceSpecifier::Dump(ir::AstDumper *dumper) const in Dump()
30 dumper->Add({{"type", "ImportNamespaceSpecifier"}, {"local", local_}}); in Dump()
DimportDefaultSpecifier.cpp28 void ImportDefaultSpecifier::Dump(ir::AstDumper *dumper) const in Dump()
30 dumper->Add({{"type", "ImportDefaultSpecifier"}, {"local", local_}}); in Dump()

1234567891011