/arkcompiler/ets_frontend/es2panda/ir/statements/ |
D | debuggerStatement.cpp | 24 void DebuggerStatement::Dump(ir::AstDumper *dumper) const in Dump() 26 dumper->Add({{"type", "DebuggerStatement"}}); in Dump()
|
D | emptyStatement.cpp | 24 void EmptyStatement::Dump(ir::AstDumper *dumper) const in Dump() 26 dumper->Add({{"type", "EmptyStatement"}}); in Dump()
|
/arkcompiler/ets_frontend/es2panda/ir/expressions/ |
D | omittedExpression.cpp | 25 void OmittedExpression::Dump(ir::AstDumper *dumper) const in Dump() 27 dumper->Add({{"type", "OmittedExpression"}}); in Dump()
|
D | superExpression.cpp | 27 void SuperExpression::Dump(ir::AstDumper *dumper) const in Dump() 29 dumper->Add({{"type", "Super"}}); in Dump()
|
/arkcompiler/ets_frontend/es2panda/ir/base/ |
D | templateElement.cpp | 27 void TemplateElement::Dump(ir::AstDumper *dumper) const in Dump() 29 dumper->Add({ in Dump()
|
D | decorator.cpp | 28 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/ |
D | taggedLiteral.cpp | 25 void TaggedLiteral::Dump(ir::AstDumper *dumper) const in Dump() 27 dumper->Add({{"type", "TaggedLiteral"}, {"value", str_}}); in Dump()
|
D | nullLiteral.cpp | 26 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/ |
D | tsBigintKeyword.cpp | 25 void TSBigintKeyword::Dump(ir::AstDumper *dumper) const in Dump() 27 dumper->Add({{"type", "TSBigIntKeyword"}}); in Dump()
|
D | tsNumberKeyword.cpp | 25 void TSNumberKeyword::Dump(ir::AstDumper *dumper) const in Dump() 27 dumper->Add({{"type", "TSNumberKeyword"}}); in Dump()
|
D | tsSymbolKeyword.cpp | 25 void TSSymbolKeyword::Dump(ir::AstDumper *dumper) const in Dump() 27 dumper->Add({{"type", "TSSymbolKeyword"}}); in Dump()
|
D | tsBooleanKeyword.cpp | 25 void TSBooleanKeyword::Dump(ir::AstDumper *dumper) const in Dump() 27 dumper->Add({{"type", "TSBooleanKeyword"}}); in Dump()
|
D | tsInterfaceHeritage.cpp | 32 void TSInterfaceHeritage::Dump(ir::AstDumper *dumper) const in Dump() 34 dumper->Add({ in Dump()
|
D | tsUndefinedKeyword.cpp | 25 void TSUndefinedKeyword::Dump(ir::AstDumper *dumper) const in Dump() 27 dumper->Add({{"type", "TSUndefinedKeyword"}}); in Dump()
|
D | tsUnknownKeyword.cpp | 25 void TSUnknownKeyword::Dump(ir::AstDumper *dumper) const in Dump() 27 dumper->Add({{"type", "TSUnknownKeyword"}}); in Dump()
|
D | tsNullKeyword.cpp | 25 void TSNullKeyword::Dump(ir::AstDumper *dumper) const in Dump() 27 dumper->Add({{"type", "TSNullKeyword"}}); in Dump()
|
D | tsStringKeyword.cpp | 25 void TSStringKeyword::Dump(ir::AstDumper *dumper) const in Dump() 27 dumper->Add({{"type", "TSStringKeyword"}}); in Dump()
|
D | tsExternalModuleReference.cpp | 27 void TSExternalModuleReference::Dump(ir::AstDumper *dumper) const in Dump() 29 dumper->Add({{"type", "TSExternalModuleReference"}, {"expression", expr_}}); in Dump()
|
D | tsObjectKeyword.cpp | 25 void TSObjectKeyword::Dump(ir::AstDumper *dumper) const in Dump() 27 dumper->Add({{"type", "TSObjectKeyword"}}); in Dump()
|
D | tsNamespaceExportDeclaration.cpp | 28 void TSNamespaceExportDeclaration::Dump(ir::AstDumper *dumper) const in Dump() 30 dumper->Add({{"type", "TSNamespaceExportDeclaration"}, {"id", id_}}); in Dump()
|
D | tsNeverKeyword.cpp | 25 void TSNeverKeyword::Dump(ir::AstDumper *dumper) const in Dump() 27 dumper->Add({{"type", "TSNeverKeyword"}}); in Dump()
|
D | tsVoidKeyword.cpp | 25 void TSVoidKeyword::Dump(ir::AstDumper *dumper) const in Dump() 27 dumper->Add({{"type", "TSVoidKeyword"}}); in Dump()
|
D | tsAnyKeyword.cpp | 25 void TSAnyKeyword::Dump(ir::AstDumper *dumper) const in Dump() 27 dumper->Add({{"type", "TSAnyKeyword"}}); in Dump()
|
/arkcompiler/ets_frontend/es2panda/ir/module/ |
D | importNamespaceSpecifier.cpp | 28 void ImportNamespaceSpecifier::Dump(ir::AstDumper *dumper) const in Dump() 30 dumper->Add({{"type", "ImportNamespaceSpecifier"}, {"local", local_}}); in Dump()
|
D | importDefaultSpecifier.cpp | 28 void ImportDefaultSpecifier::Dump(ir::AstDumper *dumper) const in Dump() 30 dumper->Add({{"type", "ImportDefaultSpecifier"}, {"local", local_}}); in Dump()
|