Searched refs:IsJSAPIVector (Results 1 – 11 of 11) sorted by relevance
59 if (!self->IsJSAPIVector()) { in Add()60 if (self->IsJSProxy() && JSHandle<JSProxy>::Cast(self)->GetTarget().IsJSAPIVector()) { in Add()81 if (!self->IsJSAPIVector()) { in Insert()82 if (self->IsJSProxy() && JSHandle<JSProxy>::Cast(self)->GetTarget().IsJSAPIVector()) { in Insert()108 if (!self->IsJSAPIVector()) { in SetLength()109 if (self->IsJSProxy() && JSHandle<JSProxy>::Cast(self)->GetTarget().IsJSAPIVector()) { in SetLength()135 if (!self->IsJSAPIVector()) { in GetCapacity()136 if (self->IsJSProxy() && JSHandle<JSProxy>::Cast(self)->GetTarget().IsJSAPIVector()) { in GetCapacity()156 if (!self->IsJSAPIVector()) { in IncreaseCapacityTo()157 if (self->IsJSProxy() && JSHandle<JSProxy>::Cast(self)->GetTarget().IsJSAPIVector()) { in IncreaseCapacityTo()[all …]
48 ASSERT(vector->IsJSAPIVector()); in Next()
28 ASSERT(JSTaggedValue(object).IsJSAPIVector()); in Cast()
84 return IsJSAPIVector(obj); in IsContainer()
761 inline bool JSTaggedValue::IsJSAPIVector() const in IsJSAPIVector() function763 return IsHeapObject() && GetTaggedObject()->GetClass()->IsJSAPIVector(); in IsJSAPIVector()
647 bool IsJSAPIVector() const;
993 inline bool IsJSAPIVector() const in IsJSAPIVector() function
149 ASSERT_TRUE(result.IsJSAPIVector()); in HWTEST_F_L0()
325 GateRef IsJSAPIVector(GateRef attr);
1171 inline GateRef StubBuilder::IsJSAPIVector(GateRef obj) in IsJSAPIVector() function
3476 return JSNApiHelper::ToJSTaggedValue(this).IsJSAPIVector(); in IsVector()