| /arkcompiler/ets_frontend/ets2panda/ir/statements/ |
| D | debuggerStatement.cpp | 25 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()
|
| D | debuggerStatement.h | 22 class DebuggerStatement : public Statement { 24 explicit DebuggerStatement() : Statement(AstNodeType::DEBUGGER_STATEMENT) {} in DebuggerStatement() function
|
| /arkcompiler/ets_frontend/es2panda/ir/statements/ |
| D | debuggerStatement.cpp | 22 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()
|
| D | debuggerStatement.h | 32 class DebuggerStatement : public Statement { 34 explicit DebuggerStatement() : Statement(AstNodeType::DEBUGGER_STATEMENT) {} in DebuggerStatement() function
|
| /arkcompiler/ets_frontend/ets2panda/test/parser/js/ |
| D | test-debugger-statement-expected.txt | 5 "type": "DebuggerStatement", 18 "type": "DebuggerStatement", 34 "type": "DebuggerStatement", 62 "type": "DebuggerStatement",
|
| /arkcompiler/ets_frontend/es2panda/test/parser/js/ |
| D | test-debugger-statement-expected.txt | 5 "type": "DebuggerStatement", 18 "type": "DebuggerStatement", 34 "type": "DebuggerStatement", 62 "type": "DebuggerStatement",
|
| /arkcompiler/ets_frontend/es2panda/ir/ |
| D | astNodeMapping.h | 39 _(DEBUGGER_STATEMENT, DebuggerStatement) \
|
| /arkcompiler/ets_frontend/ets2panda/ir/ |
| D | astNodeMapping.h | 40 _(DEBUGGER_STATEMENT, DebuggerStatement) \
|
| /arkcompiler/ets_frontend/ets2panda/parser/ |
| D | parserImpl.h | 90 class DebuggerStatement; variable 537 virtual ir::DebuggerStatement *ParseDebuggerStatement();
|
| D | ETSparser.h | 221 ir::DebuggerStatement *ParseDebuggerStatement() override;
|
| D | statementParser.cpp | 214 ir::DebuggerStatement *ParserImpl::ParseDebuggerStatement() in ParseDebuggerStatement() 216 auto *debuggerNode = AllocNode<ir::DebuggerStatement>(); in ParseDebuggerStatement()
|
| D | ETSparser.cpp | 3048 ir::DebuggerStatement *ETSParser::ParseDebuggerStatement() in ParseDebuggerStatement()
|
| /arkcompiler/ets_frontend/es2panda/parser/ |
| D | parserImpl.h | 113 class DebuggerStatement; variable 527 ir::DebuggerStatement *ParseDebuggerStatement(); in DEFINE_BITOPS()
|
| D | statementParser.cpp | 603 ir::DebuggerStatement *ParserImpl::ParseDebuggerStatement() in ParseDebuggerStatement() 605 auto *debuggerNode = AllocNode<ir::DebuggerStatement>(); in ParseDebuggerStatement()
|
| /arkcompiler/toolchain/tooling/base/ |
| D | pt_types.h | 1411 return type == DebuggerStatement() || type == Call() || type == Return(); in Valid() 1413 static std::string DebuggerStatement() in DebuggerStatement() function
|
| /arkcompiler/ets_frontend/ts2panda/src/ |
| D | compiler.ts | 441 case ts.SyntaxKind.DebuggerStatement: // line 291
|
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| D | JSCompiler.cpp | 1490 void JSCompiler::Compile([[maybe_unused]] const ir::DebuggerStatement *st) const {} in Compile()
|
| D | ETSCompiler.cpp | 1451 void ETSCompiler::Compile([[maybe_unused]] const ir::DebuggerStatement *st) const in Compile()
|
| /arkcompiler/ets_frontend/ets2panda/checker/ |
| D | TSAnalyzer.cpp | 1299 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::DebuggerStatement *st) const in Check()
|
| D | ETSAnalyzer.cpp | 1953 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::DebuggerStatement *st) const in Check()
|
| /arkcompiler/ets_frontend/legacy_bin/api8/src/ |
| D | index.js | 2 …t",l[l.TryStatement=250]="TryStatement",l[l.DebuggerStatement=251]="DebuggerStatement",l[l.Variabl…
|