/arkcompiler/ets_runtime/test/typeinfer/automatedcases/ |
D | destructureOfVariableSameAsShorthand.ts | 39 const body = response.data; constant 61 const body = response.data; constant
|
D | controlFlowSuperPropertyAccess.ts | 25 body() { method in C
|
/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/ets_frontend/es2panda/ir/statements/ |
D | labelledStatement.h | 37 explicit LabelledStatement(Identifier *ident, Statement *body) in LabelledStatement()
|
D | doWhileStatement.h | 40 explicit DoWhileStatement(binder::LoopScope *scope, Statement *body, Expression *test) in DoWhileStatement()
|
D | whileStatement.h | 40 explicit WhileStatement(binder::LoopScope *scope, Expression *test, Statement *body) in WhileStatement()
|
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/compiler/core/ |
D | function.cpp | 179 const ir::AstNode *body = decl->Body(); in CompileFunction() local
|
/arkcompiler/ets_frontend/es2panda/parser/ |
D | statementParser.cpp | 358 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
|
D | parserImpl.cpp | 2709 auto *body = AllocNode<ir::BlockStatement>(scope, std::move(statements)); in CreateImplicitConstructor() local 3495 ir::BlockStatement *body = nullptr; in ParseFunction() local
|
D | expressionParser.cpp | 364 ir::AstNode *body = nullptr; in ParseArrowFunctionExpressionBody() local
|
/arkcompiler/ets_frontend/es2panda/typescript/core/ |
D | helpers.cpp | 117 … [[maybe_unused]] const ir::AstNode *body) in CheckTestingKnownTruthyCallableOrAwaitableType()
|
/arkcompiler/ets_frontend/es2panda/parser/transformer/ |
D | transformer.cpp | 154 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/ |
D | helpers.cpp | 676 auto *body = func->Body(); in ScanDirectives() local
|
/arkcompiler/ets_frontend/es2panda/binder/ |
D | binder.cpp | 604 ir::Expression *right, ir::Statement *body) in BuildForInOfLoop()
|
/arkcompiler/ets_frontend/es2panda/test/compiler/js/ |
D | cocos_worker_test.js | 6397 body: this._bodyInit property
|