Home
last modified time | relevance | path

Searched defs:castExpr (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/linter/homecheck/src/checker/migration/
DNoTSLikeAsCheck.ts145 const castExpr = this.getCastExpr(stmt); constant
238 const castExpr = this.getCastExpr(stmt); constant
/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/core/common/
DArkIRTransformer.ts569 const castExpr = new ArkCastExpr(yieldValue, UnknownType.getInstance()); constant
DArkValueTransformer.ts1308 const castExpr = new ArkCastExpr(exprValue, this.resolveTypeNode(asExpression.type)); constant
1319 const castExpr = new ArkCastExpr(exprValue, this.resolveTypeNode(typeAssertion.type)); constant