Home
last modified time | relevance | path

Searched refs:constructorCall (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
H A DlambdaLowering.cpp875 auto *constructorCall = CreateConstructorCall(ctx, lambda, lambdaClass, &info); in ConvertLambda() local
876 return constructorCall; in ConvertLambda()
1031 auto *constructorCall = CreateConstructorCall(ctx, funcRef, lambdaClass, &info); in ConvertFunctionReference() local
1032 return constructorCall; in ConvertFunctionReference()
/arkcompiler/ets_frontend/ets2panda/checker/ets/
H A Dobject.cpp1526 auto *constructorCall = funcBody->Statements()[0]->AsExpressionStatement()->GetExpression()->AsCallExpression();
1527 ASSERT(constructorCall->Signature());
1528 CheckCyclicConstructorCall(constructorCall->Signature());

Completed in 5 milliseconds