Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/checker/ets/
DtypeCheckingHelpers.cpp1243 … ir::ArrowFunctionExpression *const arrowFuncExpr, Type *const parameterType, in CheckLambdaTypeAnnotation()
1321 Type *const parameterType = signature->Params()[index]->TsType(); in TypeInference() local