Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DdestructureOfVariableSameAsShorthand.ts39 const body = response.data; constant
61 const body = response.data; constant
DcontrolFlowSuperPropertyAccess.ts25 body() { method in C
/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/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/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/compiler/core/
Dfunction.cpp179 const ir::AstNode *body = decl->Body(); in CompileFunction() local
/arkcompiler/ets_frontend/es2panda/parser/
DstatementParser.cpp358 ir::Statement *body = nullptr; in ParseTsAmbientExternalModuleDeclaration() local
405 ir::Statement *body = nullptr; in ParseTsModuleOrNamespaceDelaration() local
828 auto *body = AllocNode<ir::TSInterfaceBody>(std::move(members)); in ParseTsInterfaceDeclaration() local
1081 ir::Statement *body = ParseStatement(); in ParseDoWhileStatement() local
1624 ir::Statement *body = ParseStatement(StatementParsingFlags::LABELLED); in ParseLabelledStatement() local
1879 ir::BlockStatement *body = ParseBlockStatement(); in ParseTryStatement() local
2138 ir::Statement *body = ParseStatement(); in ParseWhileStatement() local
DparserImpl.cpp2709 auto *body = AllocNode<ir::BlockStatement>(scope, std::move(statements)); in CreateImplicitConstructor() local
3495 ir::BlockStatement *body = nullptr; in ParseFunction() local
DexpressionParser.cpp364 ir::AstNode *body = nullptr; in ParseArrowFunctionExpressionBody() local
/arkcompiler/ets_frontend/es2panda/typescript/core/
Dhelpers.cpp117 … [[maybe_unused]] const ir::AstNode *body) in CheckTestingKnownTruthyCallableOrAwaitableType()
/arkcompiler/ets_frontend/es2panda/parser/transformer/
Dtransformer.cpp154 auto *body = scope->Node()->AsScriptFunction()->Body(); in PushVariablesToNearestStatements() local
646 auto *body = func->Body(); in VisitTSParameterProperty() local
1436 … auto body = std::get<std::vector<ir::AstNode *>>(VisitTsModuleDeclaration(tsModule, true)); in CreateCallExpressionForTsModule() local
1443 auto body = VisitTSNodes(node->Body()); in CreateCallExpressionForTsModule() local
/arkcompiler/ets_frontend/es2panda/util/
Dhelpers.cpp676 auto *body = func->Body(); in ScanDirectives() local
/arkcompiler/ets_frontend/es2panda/binder/
Dbinder.cpp604 ir::Expression *right, ir::Statement *body) in BuildForInOfLoop()
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
Dcocos_worker_test.js6397 body: this._bodyInit property