Searched refs:IsTSArrayType (Results 1 – 11 of 11) sorted by relevance
170 ASSERT(spreadType_->IsTSArrayType()); in GetType()
218 CAST_CHECK(TSArrayType, IsTSArrayType);
682 } else if (genericsType->IsTSArrayType()) { in InstantiateGenericsType()
691 ASSERT(tsType->IsTSArrayType()); in GetArrayParameterTypeGT()
1405 inline bool JSTaggedValue::IsTSArrayType() const in IsTSArrayType() function1407 return IsHeapObject() && GetTaggedObject()->GetClass()->IsTSArrayType(); in IsTSArrayType()
634 bool IsTSArrayType() const;
1509 inline bool IsTSArrayType() const in IsTSArrayType() function
352 EXPECT_TRUE(type->IsTSArrayType()); in HWTEST_F_L0()
2445 if (typeAnnotation->IsTSArrayType()) { in GetNameForTypeNode()2813 if (!currentTypeAnnotation->IsTSArrayType()) { in ParseETSTupleType()3433 if (paramIdent->IsRestElement() && !typeAnnotation->IsTSArrayType()) { in ParseFunctionParameter()
701 if (!type->IsTSArrayType() && !type->IsTSTupleType()) { in ParseTypeOperatorOrTypeReference()
835 if (!type->IsTSArrayType() && !type->IsTSTupleType()) { in ParseTsTypeOperatorOrTypeReference()