Home
last modified time | relevance | path

Searched defs:AstDumper (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/es2panda/ir/
DastDump.cpp25 AstDumper::AstDumper(const BlockStatement *program, util::StringView sourceCode) : index_(sourceCod… in AstDumper() function in panda::es2panda::ir::AstDumper
30 AstDumper::AstDumper(const ir::AstNode *node) : indent_(0), dumpNodeOnly_(true) in AstDumper() function in panda::es2panda::ir::AstDumper
DastNode.h101 class AstDumper; variable