Home
last modified time | relevance | path

Searched defs:body (Results 1 – 21 of 21) sorted by relevance

/arkcompiler/ets_frontend/es2panda/ir/ts/
DtsInterfaceBody.h34 explicit TSInterfaceBody(ArenaVector<Expression *> &&body) in TSInterfaceBody()
DtsInterfaceDeclaration.h45TSInterfaceBody *body, ArenaVector<TSInterfaceHeritage *> &&extends) in TSInterfaceDeclaration()
/arkcompiler/runtime_core/runtime/tooling/inspector/tests/
Dtest_method.cpp25 void TestMethod::Call(const std::function<void(InstructionPointer &)> &body) in Call()
/arkcompiler/ets_frontend/es2panda/ir/statements/
DlabelledStatement.h37 explicit LabelledStatement(Identifier *ident, Statement *body) in LabelledStatement()
DwhileStatement.h40 explicit WhileStatement(binder::LoopScope *scope, Expression *test, Statement *body) in WhileStatement()
DdoWhileStatement.h40 explicit DoWhileStatement(binder::LoopScope *scope, Statement *body, Expression *test) in DoWhileStatement()
DforInStatement.h40 …xplicit ForInStatement(binder::LoopScope *scope, AstNode *left, Expression *right, Statement *body) in ForInStatement()
DforOfStatement.h40 …tatement(binder::LoopScope *scope, AstNode *left, Expression *right, Statement *body, bool isAwait) in ForOfStatement()
DforUpdateStatement.h41 Statement *body) in ForUpdateStatement()
/arkcompiler/ets_frontend/es2panda/ir/base/
DcatchClause.h41 explicit CatchClause(binder::CatchScope *scope, Expression *param, BlockStatement *body) in CatchClause()
DclassDefinition.h51 Expression *superClass, ArenaVector<Statement *> &&body, in ClassDefinition()
DscriptFunction.h43 … TSTypeParameterDeclaration *typeParams, AstNode *body, Expression *returnTypeAnnotation, in ScriptFunction()
/arkcompiler/ets_frontend/es2panda/util/
Dconcurrent.cpp32 auto *body = func->Body(); in SetConcurrent() local
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dfunction.cpp172 const ir::AstNode *body = decl->Body(); in CompileFunction() local
/arkcompiler/ets_frontend/es2panda/parser/
DstatementParser.cpp296 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
DparserImpl.cpp2567 auto *body = AllocNode<ir::BlockStatement>(scope, std::move(statements)); in CreateImplicitConstructor() local
3228 ir::BlockStatement *body = nullptr; in ParseFunction() local
DexpressionParser.cpp359 ir::AstNode *body = nullptr; in ParseArrowFunctionExpressionBody() local
/arkcompiler/ets_frontend/es2panda/parser/transformer/
Dtransformer.cpp425 … 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/
Dhelpers.cpp117 … [[maybe_unused]] const ir::AstNode *body) in CheckTestingKnownTruthyCallableOrAwaitableType()
/arkcompiler/ets_frontend/es2panda/binder/
Dbinder.cpp492 ir::Expression *right, ir::Statement *body) in BuildForInOfLoop()
/arkcompiler/runtime_core/runtime/tests/
Dc2i_bridge_test.cpp169 std::ostringstream body; in MakeCheckArgsMethod() local