| /arkcompiler/ets_frontend/ets2panda/test/unit/plugin/ |
| D | plugin_proceed_to_state_new_expression.cpp | 101 …es2panda_AstNode *newExpr = impl->CreateETSNewClassInstanceExpression(context, typeRef, nullptr, 0… in CreateNewExpr() local 155 es2panda_AstNode *newExpr = CreateNewExpr(); in main() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/ |
| D | optionalArgumentsLowering.cpp | 84 auto newExpr = node->AsETSNewClassInstanceExpression(); in PerformForModule() local
|
| D | arrayLiteralLowering.cpp | 114 …rrayLiteralLowering::TryTransformNewArrayExprToRefArray(ir::ETSNewArrayInstanceExpression *newExpr) in TryTransformNewArrayExprToRefArray() 203 ir::ETSNewMultiDimArrayInstanceExpression *newExpr) in TryTransformNewMultiDimArrayToRefArray()
|
| D | enumPostCheckLowering.cpp | 313 …auto newExpr = HandleUnionTypeForCalls(expr->TsType()->AsETSUnionType(), node->Expr(), node, castT… in GenerateEnumCasting() local 316 auto newExpr = HandleEnumTypeCasting(node->TsType(), node->Expr(), node); in GenerateEnumCasting() local
|
| D | enumLowering.cpp | 700 …auto *const newExpr = ctx->AllocNode<ir::ETSNewClassInstanceExpression>(exceptionReference, std::m… in CreateThrowStatement() local
|
| D | lambdaLowering.cpp | 964 auto *newExpr = util::NodeAllocator::ForceSetParent<ir::ETSNewClassInstanceExpression>( in CreateConstructorCall() local
|
| /arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/core/common/ |
| D | TypeInference.ts | 249 const newExpr = expr.inferType(arkMethod); constant
|
| D | ArkValueTransformer.ts | 287 const newExpr = new ArkNewExpr(anonymousClassType); constant 350 const newExpr = new ArkNewExpr(classType); constant 971 const newExpr = new ArkNewExpr(classType); constant
|
| /arkcompiler/ets_frontend/ets2panda/linter/src/lib/autofixes/ |
| D | Autofixer.ts | 2038 let newExpr: ts.Expression = ts.factory.createAsExpression( variable 2100 …const newExpr = ts.factory.createNewExpression(ts.factory.createIdentifier(newClassName), undefine… constant 2549 let newExpr = voidExpr.expression; variable 2789 const newExpr = ts.factory.createObjectLiteralExpression([assignment1, assignment2], true); constant 3847 const newExpr = ts.factory.createObjectLiteralExpression(assignments, true); constant
|
| /arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/callgraph/pointerAnalysis/ |
| D | PagBuilder.ts | 1188 let newExpr = cidMap.get(calleeCid); variable
|
| /arkcompiler/ets_frontend/ets2panda/linter/src/lib/utils/ |
| D | TsUtils.ts | 237 const newExpr = stmt.expression; constant
|
| /arkcompiler/ets_frontend/ets2panda/declgen_ets2ts/ |
| D | declgenEts2Ts.cpp | 731 auto newExpr = returnStatements.at(0)->Argument()->AsETSNewClassInstanceExpression(); in ProcessFunctionReturnType() local
|
| /arkcompiler/ets_frontend/es2panda/parser/transformer/ |
| D | transformer.cpp | 796 ir::Expression *newExpr = nullptr; in CopyClassKeyExpression() local
|
| /arkcompiler/ets_frontend/ets2panda/linter/src/lib/ |
| D | TypeScriptLinter.ts | 10499 const newExpr = decl.initializer; constant
|