Searched refs:IsTSArrayType (Results 1 – 7 of 7) sorted by relevance
217 CAST_CHECK(TSArrayType, IsTSArrayType);
747 ASSERT(tsType->IsTSArrayType()); in GetArrayParameterTypeGT()
1345 inline bool JSTaggedValue::IsTSArrayType() const in IsTSArrayType() function1347 return IsHeapObject() && GetTaggedObject()->GetClass()->IsTSArrayType(); in IsTSArrayType()
679 bool IsTSArrayType() const;
1394 inline bool IsTSArrayType() const in IsTSArrayType() function
352 EXPECT_TRUE(type->IsTSArrayType()); in HWTEST_F_L0()
802 if (!type->IsTSArrayType() && !type->IsTSTupleType()) { in ParseTsTypeOperatorOrTypeReference()