Home
last modified time | relevance | path

Searched defs:newExpr (Results 1 – 14 of 14) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/test/unit/plugin/
Dplugin_proceed_to_state_new_expression.cpp101 …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/
DoptionalArgumentsLowering.cpp84 auto newExpr = node->AsETSNewClassInstanceExpression(); in PerformForModule() local
DarrayLiteralLowering.cpp114 …rrayLiteralLowering::TryTransformNewArrayExprToRefArray(ir::ETSNewArrayInstanceExpression *newExpr) in TryTransformNewArrayExprToRefArray()
203 ir::ETSNewMultiDimArrayInstanceExpression *newExpr) in TryTransformNewMultiDimArrayToRefArray()
DenumPostCheckLowering.cpp313 …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
DenumLowering.cpp700 …auto *const newExpr = ctx->AllocNode<ir::ETSNewClassInstanceExpression>(exceptionReference, std::m… in CreateThrowStatement() local
DlambdaLowering.cpp964 auto *newExpr = util::NodeAllocator::ForceSetParent<ir::ETSNewClassInstanceExpression>( in CreateConstructorCall() local
/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/core/common/
DTypeInference.ts249 const newExpr = expr.inferType(arkMethod); constant
DArkValueTransformer.ts287 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/
DAutofixer.ts2038 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/
DPagBuilder.ts1188 let newExpr = cidMap.get(calleeCid); variable
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/utils/
DTsUtils.ts237 const newExpr = stmt.expression; constant
/arkcompiler/ets_frontend/ets2panda/declgen_ets2ts/
DdeclgenEts2Ts.cpp731 auto newExpr = returnStatements.at(0)->Argument()->AsETSNewClassInstanceExpression(); in ProcessFunctionReturnType() local
/arkcompiler/ets_frontend/es2panda/parser/transformer/
Dtransformer.cpp796 ir::Expression *newExpr = nullptr; in CopyClassKeyExpression() local
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/
DTypeScriptLinter.ts10499 const newExpr = decl.initializer; constant