Home
last modified time | relevance | path

Searched refs:DebuggerStatement (Results 1 – 21 of 21) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/ir/statements/
DdebuggerStatement.cpp25 void DebuggerStatement::TransformChildren([[maybe_unused]] const NodeTransformer &cb) {} in TransformChildren()
26 void DebuggerStatement::Iterate([[maybe_unused]] const NodeTraverser &cb) const {} in Iterate()
28 void DebuggerStatement::Dump(ir::AstDumper *dumper) const in Dump()
33 void DebuggerStatement::Dump(ir::SrcDumper *dumper) const in Dump()
38 void DebuggerStatement::Compile(compiler::PandaGen *pg) const in Compile()
43 void DebuggerStatement::Compile(compiler::ETSGen *etsg) const in Compile()
48 checker::Type *DebuggerStatement::Check(checker::TSChecker *checker) in Check()
53 checker::Type *DebuggerStatement::Check(checker::ETSChecker *checker) in Check()
DdebuggerStatement.h22 class DebuggerStatement : public Statement {
24 explicit DebuggerStatement() : Statement(AstNodeType::DEBUGGER_STATEMENT) {} in DebuggerStatement() function
/arkcompiler/ets_frontend/es2panda/ir/statements/
DdebuggerStatement.cpp22 void DebuggerStatement::Iterate([[maybe_unused]] const NodeTraverser &cb) const {} in Iterate()
24 void DebuggerStatement::Dump(ir::AstDumper *dumper) const in Dump()
29 void DebuggerStatement::Compile(compiler::PandaGen *pg) const in Compile()
34 checker::Type *DebuggerStatement::Check([[maybe_unused]] checker::Checker *checker) const in Check()
39 void DebuggerStatement::UpdateSelf([[maybe_unused]] const NodeUpdater &cb, [[maybe_unused]] binder:… in UpdateSelf()
DdebuggerStatement.h32 class DebuggerStatement : public Statement {
34 explicit DebuggerStatement() : Statement(AstNodeType::DEBUGGER_STATEMENT) {} in DebuggerStatement() function
/arkcompiler/ets_frontend/ets2panda/test/parser/js/
Dtest-debugger-statement-expected.txt5 "type": "DebuggerStatement",
18 "type": "DebuggerStatement",
34 "type": "DebuggerStatement",
62 "type": "DebuggerStatement",
/arkcompiler/ets_frontend/es2panda/test/parser/js/
Dtest-debugger-statement-expected.txt5 "type": "DebuggerStatement",
18 "type": "DebuggerStatement",
34 "type": "DebuggerStatement",
62 "type": "DebuggerStatement",
/arkcompiler/ets_frontend/es2panda/ir/
DastNodeMapping.h39 _(DEBUGGER_STATEMENT, DebuggerStatement) \
/arkcompiler/ets_frontend/ets2panda/ir/
DastNodeMapping.h40 _(DEBUGGER_STATEMENT, DebuggerStatement) \
/arkcompiler/ets_frontend/ets2panda/parser/
DparserImpl.h90 class DebuggerStatement; variable
537 virtual ir::DebuggerStatement *ParseDebuggerStatement();
DETSparser.h221 ir::DebuggerStatement *ParseDebuggerStatement() override;
DstatementParser.cpp214 ir::DebuggerStatement *ParserImpl::ParseDebuggerStatement() in ParseDebuggerStatement()
216 auto *debuggerNode = AllocNode<ir::DebuggerStatement>(); in ParseDebuggerStatement()
DETSparser.cpp3048 ir::DebuggerStatement *ETSParser::ParseDebuggerStatement() in ParseDebuggerStatement()
/arkcompiler/ets_frontend/es2panda/parser/
DparserImpl.h113 class DebuggerStatement; variable
527 ir::DebuggerStatement *ParseDebuggerStatement(); in DEFINE_BITOPS()
DstatementParser.cpp603 ir::DebuggerStatement *ParserImpl::ParseDebuggerStatement() in ParseDebuggerStatement()
605 auto *debuggerNode = AllocNode<ir::DebuggerStatement>(); in ParseDebuggerStatement()
/arkcompiler/toolchain/tooling/base/
Dpt_types.h1411 return type == DebuggerStatement() || type == Call() || type == Return(); in Valid()
1413 static std::string DebuggerStatement() in DebuggerStatement() function
/arkcompiler/ets_frontend/ts2panda/src/
Dcompiler.ts441 case ts.SyntaxKind.DebuggerStatement: // line 291
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DJSCompiler.cpp1490 void JSCompiler::Compile([[maybe_unused]] const ir::DebuggerStatement *st) const {} in Compile()
DETSCompiler.cpp1451 void ETSCompiler::Compile([[maybe_unused]] const ir::DebuggerStatement *st) const in Compile()
/arkcompiler/ets_frontend/ets2panda/checker/
DTSAnalyzer.cpp1299 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::DebuggerStatement *st) const in Check()
DETSAnalyzer.cpp1953 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::DebuggerStatement *st) const in Check()
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 …t",l[l.TryStatement=250]="TryStatement",l[l.DebuggerStatement=251]="DebuggerStatement",l[l.Variabl…