Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/checker/ets/
H A Dfunction.cpp1177 auto *const restParamTypeAnnotation = param->TypeAnnotation(); in ComposeSignatureInfo() local
1178 ASSERT(restParamTypeAnnotation); in ComposeSignatureInfo()
1180 signatureInfo->restVar->SetTsType(restParamTypeAnnotation->GetType(this)); in ComposeSignatureInfo()
1246 auto *const restParamTypeAnnotation = param->TypeAnnotation(); in SetParamForSignatureInfoOfArrowFunction() local
1247 ASSERT(restParamTypeAnnotation); in SetParamForSignatureInfoOfArrowFunction()
1249 signatureInfo->restVar->SetTsType(restParamTypeAnnotation->GetType(this)); in SetParamForSignatureInfoOfArrowFunction()

Completed in 4 milliseconds