Home
last modified time | relevance | path

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

1234

/arkcompiler/ets_frontend/test/scripts/performance_test/
Dtest_error_report.json25 "body":{ object
43 "body":{ object
59 "body":{ object
77 "body":{ object
95 "body":{ object
Dtest_report.json25 "body":{ object
43 "body":{ object
59 "body":{ object
77 "body":{ object
/arkcompiler/ets_frontend/ets2panda/ast_verifier/
DcheckInfiniteLoop.cpp71 auto const *body = stmt->Body(); in HandleWhileStatement() local
89 auto const *body = stmt->Body(); in HandleDoWhileStatement() local
107 auto const *body = stmt->Body(); in HandleForUpdateStatement() local
DforLoopCorrectlyInitialized.cpp76 auto const *body = ast->AsForUpdateStatement()->Body(); in HandleForUpdateStatement() local
/arkcompiler/ets_frontend/es2panda/ir/ts/
DtsInterfaceBody.h34 explicit TSInterfaceBody(ArenaVector<Expression *> &&body) in TSInterfaceBody()
DtsInterfaceDeclaration.h45TSInterfaceBody *body, ArenaVector<TSInterfaceHeritage *> &&extends) in TSInterfaceDeclaration()
/arkcompiler/ets_frontend/ets2panda/ir/ts/
DtsInterfaceBody.h30 explicit TSInterfaceBody(ArenaVector<AstNode *> &&body) in TSInterfaceBody()
/arkcompiler/ets_frontend/ets2panda/util/ast-builders/
DwhileStatementBuilder.h41 WhileStatementBuilder &SetBody(Statement *body) in SetBody()
/arkcompiler/ets_frontend/es2panda/ir/statements/
DlabelledStatement.h37 explicit LabelledStatement(Identifier *ident, Statement *body) in LabelledStatement()
DdoWhileStatement.h40 explicit DoWhileStatement(binder::LoopScope *scope, Statement *body, Expression *test) in DoWhileStatement()
DwhileStatement.h40 explicit WhileStatement(binder::LoopScope *scope, Expression *test, Statement *body) in WhileStatement()
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/ets2panda/ir/statements/
DlabelledStatement.h31 explicit LabelledStatement(Identifier *ident, Statement *body) in LabelledStatement()
DdoWhileStatement.h30 explicit DoWhileStatement(Statement *body, Expression *test) in DoWhileStatement()
DwhileStatement.h30 explicit WhileStatement(Expression *test, Statement *body) in WhileStatement()
DforInStatement.h30 explicit ForInStatement(AstNode *left, Expression *right, Statement *body) in ForInStatement()
DforUpdateStatement.h30 … explicit ForUpdateStatement(AstNode *init, Expression *test, Expression *update, Statement *body) in ForUpdateStatement()
DforOfStatement.h50 explicit ForOfStatement(AstNode *left, Expression *right, Statement *body, bool const isAwait) in ForOfStatement()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/be/
Dtry_catch.h127 TryCatchBlocksLower(MemPool &memPool, BlockNode &body, MIRModule &mirModule) in TryCatchBlocksLower()
151 BlockNode &body; variable
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DpromiseVoid.cpp34ir::BlockStatement *body) in HandleAsyncScriptFunctionBody()
150 const auto &body = function->Body(); in Perform() local
206 auto checkFunctionBody = [](const ir::BlockStatement *body) -> bool { in Postcondition()
DenumLowering.cpp217 auto *body = checker_->AllocNode<ir::BlockStatement>(Allocator(), std::move(statements)); in CreateCCtorForEnumClass() local
289 auto *body = checker_->AllocNode<ir::BlockStatement>(Allocator(), std::move(statements)); in CreateCtorForEnumClass() local
624 ArenaVector<ir::Statement *> body(Allocator()->Adapter()); in CreateEnumFromIntMethod() local
651 ArenaVector<ir::Statement *> body(Allocator()->Adapter()); in CreateEnumToStringMethod() local
680 ArenaVector<ir::Statement *> body(Allocator()->Adapter()); in CreateEnumValueOfMethod() local
709 ArenaVector<ir::Statement *> body(Allocator()->Adapter()); in CreateEnumGetNameMethod() local
835 ArenaVector<ir::Statement *> body(Allocator()->Adapter()); in CreateEnumGetValueOfMethod() local
862 ArenaVector<ir::Statement *> body(Allocator()->Adapter()); in CreateEnumValuesMethod() local
888 ArenaVector<ir::Statement *> body(Allocator()->Adapter()); in CreateUnboxingMethod() local
/arkcompiler/ets_frontend/es2panda/ir/base/
DcatchClause.h41 explicit CatchClause(binder::CatchScope *scope, Expression *param, BlockStatement *body) in CatchClause()
/arkcompiler/ets_frontend/ets2panda/ir/base/
DcatchClause.h28 explicit CatchClause(Expression *param, BlockStatement *body) in CatchClause()

1234