| /arkcompiler/ets_frontend/es2panda/ir/ts/ |
| D | tsInterfaceBody.h | 34 explicit TSInterfaceBody(ArenaVector<Expression *> &&body) in TSInterfaceBody()
|
| D | tsInterfaceDeclaration.h | 45 … TSInterfaceBody *body, ArenaVector<TSInterfaceHeritage *> &&extends) in TSInterfaceDeclaration()
|
| /arkcompiler/runtime_core/runtime/tooling/inspector/tests/ |
| D | test_method.cpp | 25 void TestMethod::Call(const std::function<void(InstructionPointer &)> &body) in Call()
|
| /arkcompiler/ets_frontend/es2panda/ir/statements/ |
| D | labelledStatement.h | 37 explicit LabelledStatement(Identifier *ident, Statement *body) in LabelledStatement()
|
| D | whileStatement.h | 40 explicit WhileStatement(binder::LoopScope *scope, Expression *test, Statement *body) in WhileStatement()
|
| D | doWhileStatement.h | 40 explicit DoWhileStatement(binder::LoopScope *scope, Statement *body, Expression *test) in DoWhileStatement()
|
| D | forInStatement.h | 40 …xplicit ForInStatement(binder::LoopScope *scope, AstNode *left, Expression *right, Statement *body) in ForInStatement()
|
| D | forOfStatement.h | 40 …tatement(binder::LoopScope *scope, AstNode *left, Expression *right, Statement *body, bool isAwait) in ForOfStatement()
|
| D | forUpdateStatement.h | 41 Statement *body) in ForUpdateStatement()
|
| /arkcompiler/ets_frontend/es2panda/ir/base/ |
| D | catchClause.h | 41 explicit CatchClause(binder::CatchScope *scope, Expression *param, BlockStatement *body) in CatchClause()
|
| D | classDefinition.h | 51 Expression *superClass, ArenaVector<Statement *> &&body, in ClassDefinition()
|
| D | scriptFunction.h | 43 … TSTypeParameterDeclaration *typeParams, AstNode *body, Expression *returnTypeAnnotation, in ScriptFunction()
|
| /arkcompiler/ets_frontend/es2panda/util/ |
| D | concurrent.cpp | 32 auto *body = func->Body(); in SetConcurrent() local
|
| /arkcompiler/ets_frontend/es2panda/compiler/core/ |
| D | function.cpp | 172 const ir::AstNode *body = decl->Body(); in CompileFunction() local
|
| /arkcompiler/ets_frontend/es2panda/parser/ |
| D | statementParser.cpp | 296 ir::Statement *body = nullptr; in ParseTsAmbientExternalModuleDeclaration() local 343 ir::Statement *body = nullptr; in ParseTsModuleOrNamespaceDelaration() local 737 auto *body = AllocNode<ir::TSInterfaceBody>(std::move(members)); in ParseTsInterfaceDeclaration() local 990 ir::Statement *body = ParseStatement(); in ParseDoWhileStatement() local 1506 ir::Statement *body = ParseStatement(StatementParsingFlags::LABELLED); in ParseLabelledStatement() local 1761 ir::BlockStatement *body = ParseBlockStatement(); in ParseTryStatement() local 2009 ir::Statement *body = ParseStatement(); in ParseWhileStatement() local
|
| D | parserImpl.cpp | 2567 auto *body = AllocNode<ir::BlockStatement>(scope, std::move(statements)); in CreateImplicitConstructor() local 3228 ir::BlockStatement *body = nullptr; in ParseFunction() local
|
| D | expressionParser.cpp | 359 ir::AstNode *body = nullptr; in ParseArrowFunctionExpressionBody() local
|
| /arkcompiler/ets_frontend/es2panda/parser/transformer/ |
| D | transformer.cpp | 425 … auto body = std::get<std::vector<ir::AstNode *>>(VisitTsModuleDeclaration(tsModule, true)); in CreateCallExpressionForTsModule() local 432 auto body = VisitTSNodes(node->Body()); in CreateCallExpressionForTsModule() local
|
| /arkcompiler/ets_frontend/es2panda/typescript/core/ |
| D | helpers.cpp | 117 … [[maybe_unused]] const ir::AstNode *body) in CheckTestingKnownTruthyCallableOrAwaitableType()
|
| /arkcompiler/ets_frontend/es2panda/binder/ |
| D | binder.cpp | 492 ir::Expression *right, ir::Statement *body) in BuildForInOfLoop()
|
| /arkcompiler/runtime_core/runtime/tests/ |
| D | c2i_bridge_test.cpp | 169 std::ostringstream body; in MakeCheckArgsMethod() local
|