Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/typescript/core/
Dfunction.cpp265 Type *restType = allocator_->New<ArrayType>(GlobalAnyType()); in CheckFunctionRestParameter() local
/arkcompiler/ets_frontend/ets2panda/checker/ts/
Dfunction.cpp266 Type *restType = Allocator()->New<ArrayType>(GlobalAnyType()); in CheckFunctionRestParameter() local
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DETSCompiler.cpp215 auto restType = expr->GetSignature()->RestVar()->TsType()->AsETSArrayType(); in ConvertRestArguments() local
679 auto restType = signature->RestVar()->TsType()->AsETSArrayType(); in ConvertRestArguments() local