Home
last modified time | relevance | path

Searched defs:restType (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/es2panda/typescript/core/
H A Dfunction.cpp281 Type *restType = allocator_->New<ArrayType>(GlobalAnyType()); in CheckFunctionRestParameter() local
/arkcompiler/ets_frontend/ets2panda/checker/ts/
H A Dfunction.cpp262 Type *restType = Allocator()->New<ArrayType>(GlobalAnyType()); in CheckFunctionRestParameter() local
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A DETSCompiler.cpp242 auto restType = expr->GetSignature()->RestVar()->TsType()->AsETSArrayType(); in ConvertRestArguments() local
690 auto restType = signature->RestVar()->TsType()->AsETSArrayType(); in ConvertRestArguments() local
711 auto *restType = signature->RestVar()->TsType(); in ConvertArgumentsForFunctionalCall() local

Completed in 8 milliseconds