Home
last modified time | relevance | path

Searched refs:IsArrayType (Results 1 – 16 of 16) sorted by relevance

/arkcompiler/ets_frontend/es2panda/typescript/types/
DarrayType.cpp38 if (other->IsArrayType()) { in Identical()
45 if (source->IsArrayType()) { in AssignmentTarget()
/arkcompiler/ets_frontend/ets2panda/checker/types/ts/
DarrayType.cpp37 if (other->IsArrayType()) { in Identical()
44 if (source->IsArrayType()) { in AssignmentTarget()
/arkcompiler/ets_frontend/es2panda/typescript/core/
DdestructuringContext.cpp193 if (!inferedType_->IsArrayType() && !inferedType_->IsUnionType() && in ValidateInferedType()
202 if (!it->IsArrayType() && (!it->IsObjectType() || !it->AsObjectType()->IsTupleType())) { in ValidateInferedType()
225 if (inferedType_->IsArrayType()) { in NextInferedType()
252 if (type->IsArrayType()) { in NextInferedType()
285 if (it->IsArrayType()) { in CreateArrayTypeForRest()
337 if (inferedType_->IsArrayType()) { in GetRestType()
349 if (it->IsArrayType()) { in GetRestType()
DtypeElaborationContext.cpp92 if (it->IsArrayType() || it->IsObjectType()) { in RemoveUnnecessaryTypes()
Dobject.cpp305 if (it->IsArrayType()) { in GetPropertyOfUnionType()
400 if (type->IsArrayType()) { in GetPropertyTypeForIndexType()
Dhelpers.cpp323 if (targetType->IsArrayType() && sourceNode->IsArrayExpression()) { in ElaborateElementwise()
Dfunction.cpp283 if (!restType->IsArrayType()) { in CheckFunctionRestParameter()
/arkcompiler/ets_frontend/ets2panda/checker/ts/
DdestructuringContext.cpp194 if (!inferredType_->IsArrayType() && !inferredType_->IsUnionType() && in ValidateInferredType()
203 if (!it->IsArrayType() && (!it->IsObjectType() || !it->AsObjectType()->IsTupleType())) { in ValidateInferredType()
226 if (inferredType_->IsArrayType()) { in NextInferredType()
253 if (type->IsArrayType()) { in NextInferredType()
286 if (it->IsArrayType()) { in CreateArrayTypeForRest()
338 if (inferredType_->IsArrayType()) { in GetRestType()
350 if (it->IsArrayType()) { in GetRestType()
DtypeElaborationContext.cpp92 if (it->IsArrayType() || it->IsObjectType()) { in RemoveUnnecessaryTypes()
Dobject.cpp301 if (it->IsArrayType()) { in GetPropertyOfUnionType()
395 if (type->IsArrayType()) { in GetPropertyTypeForIndexType()
Dhelpers.cpp324 if (targetType->IsArrayType() && sourceNode->IsArrayExpression()) { in ElaborateElementwise()
Dfunction.cpp267 if (!restType->IsArrayType()) { in CheckFunctionRestParameter()
/arkcompiler/ets_frontend/es2panda/ir/expressions/
DarrayExpression.cpp179 if (type->IsArrayType()) { in GetSpreadElementType()
219 if (spreadType->IsArrayType()) { in Check()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dtype_info_accessors.h924 bool IsArrayType() const in IsArrayType() function
Dtyped_bytecode_lowering.cpp772 if (tacc.IsArrayType()) { in TryLowerTypedLdObjByNameForBuiltin()
/arkcompiler/ets_frontend/ets2panda/checker/
DTSAnalyzer.cpp347 if (type->IsArrayType()) { in GetSpreadElementType()
388 if (spreadType->IsArrayType()) { in Check()