| /arkcompiler/ets_frontend/es2panda/ir/ts/ |
| D | tsAsExpression.cpp | 85 checker::Type *exprType = expression_->Check(checker); in Check() local 100 checker::Type *exprType = checker->GetBaseTypeOfLiteralType(expression_->Check(checker)); in Check() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/ |
| D | objectIterator.cpp | 143 auto exprType = forOfStatement->Right()->TsType(); in ProcessObjectIterator() local 194 auto hasIterator = [](checker::Type const *const exprType) -> bool { in PerformForModule() 203 if (auto const *const exprType = ast->AsForOfStatement()->Right()->TsType(); in PerformForModule() local
|
| D | expandBrackets.cpp | 64 auto *exprType = ctx->AllocNode<ir::OpaqueTypeNode>(dimType, ctx->Allocator()); in ProcessNewArrayInstanceExpression() local 114 auto *exprType = ctx->AllocNode<ir::OpaqueTypeNode>(dimType, ctx->Allocator()); in ProcessNewMultiDimArrayInstanceExpression() local
|
| D | objectLiteralLowering.cpp | 310 auto *exprType = ast->AsObjectExpression()->TsType(); in PerformForModule() local
|
| D | enumPostCheckLowering.cpp | 211 auto exprType = expr->TsType(); in HandleEnumTypeCasting() local
|
| D | opAssignment.cpp | 266 auto *exprType = CreateProxyTypeNode(ctx, left); in ConstructOpAssignmentResult() local
|
| /arkcompiler/ets_frontend/ets2panda/ir/statements/ |
| D | forOfStatement.cpp | 24 …pe *ForOfStatement::CreateUnionIteratorTypes(checker::ETSChecker *checker, checker::Type *exprType) in CreateUnionIteratorTypes() argument 249 if (auto *exprType = right_->TsType(); exprType != nullptr) { in CheckIteratorMethod() local
|
| /arkcompiler/ets_frontend/es2panda/ir/statements/ |
| D | switchStatement.cpp | 81 checker::Type *exprType = discriminant_->Check(checker); in Check() local
|
| /arkcompiler/ets_frontend/ets2panda/linter/src/lib/ |
| D | InteropTypescriptLinter.ts | 307 const exprType = this.tsTypeChecker.getTypeAtLocation(tsAsExpr.expression).getNonNullableType(); constant
|
| D | TypeScriptLinter.ts | 5320 const exprType = this.tsTypeChecker.getTypeAtLocation(tsAsExpr.expression).getNonNullableType(); constant 8785 const exprType = this.tsTypeChecker.getTypeAtLocation(expr); constant
|
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| D | ETSCompiler.cpp | 224 static void HandleUnionTypeInForOf(compiler::ETSGen *etsg, checker::Type const *const exprType, in HandleUnionTypeInForOf() 277 static void GetSizeInForOf(compiler::ETSGen *etsg, checker::Type const *const exprType, const ir::F… in GetSizeInForOf() 407 const auto *const exprType = expr->TsType(); in Compile() local 1265 checker::Type const *const exprType = st->Right()->TsType(); in Compile() local
|
| D | ETSGen.cpp | 82 auto const *const exprType = expr->TsType(); in CompileAndCheck() local
|
| /arkcompiler/ets_frontend/ets2panda/checker/ |
| D | TSAnalyzer.cpp | 1273 checker::Type *exprType = st->Discriminant()->Check(checker); in Check() local 1485 checker::Type *exprType = expr->Expr()->Check(checker); in Check() local 1500 checker::Type *exprType = checker->GetBaseTypeOfLiteralType(expr->Expr()->Check(checker)); in Check() local
|
| D | ETSAnalyzer.cpp | 327 Type *exprType = expr->Argument()->Check(checker); in Check() local 361 auto exprType = literal->Check(checker); in Check() local 3045 checker::Type *const exprType = st->Right()->Check(checker); in Check() local 3632 auto exprType = expr->expr_->Check(checker); in Check() local
|
| /arkcompiler/ets_frontend/ets2panda/checker/ets/ |
| D | object.cpp | 1659 const auto *const exprType = expr->Property()->TsType(); in ValidateTupleIndex() local 1697 auto *exprType = value->TsType(); in ValidateTupleIndexFromEtsObject() local
|
| /arkcompiler/ets_frontend/ets2panda/linter/src/lib/utils/ |
| D | TsUtils.ts | 1829 const exprType = this.tsTypeChecker.getContextualType(curNode); constant
|