Searched refs:IsJSAPIQueue (Results 1 – 11 of 11) sorted by relevance
55 if (!self->IsJSAPIQueue()) { in Add()56 if (self->IsJSProxy() && JSHandle<JSProxy>::Cast(self)->GetTarget(thread).IsJSAPIQueue()) { in Add()78 if (!self->IsJSAPIQueue()) { in GetFirst()79 if (self->IsJSProxy() && JSHandle<JSProxy>::Cast(self)->GetTarget(thread).IsJSAPIQueue()) { in GetFirst()101 if (!self->IsJSAPIQueue()) { in Pop()102 if (self->IsJSProxy() && JSHandle<JSProxy>::Cast(self)->GetTarget(thread).IsJSAPIQueue()) { in Pop()125 if (!thisHandle->IsJSAPIQueue()) { in ForEach()126 …thisHandle->IsJSProxy() && JSHandle<JSProxy>::Cast(thisHandle)->GetTarget(thread).IsJSAPIQueue()) { in ForEach()182 if (!self->IsJSAPIQueue()) { in GetIteratorObj()183 if (self->IsJSProxy() && JSHandle<JSProxy>::Cast(self)->GetTarget(thread).IsJSAPIQueue()) { in GetIteratorObj()[all …]
52 BRANCH(IsJSAPIQueue(glue, *thisObj), &valueIsJSAPIQueue, &valueNotJSAPIQueue); in ForEach()59 BRANCH(IsJSAPIQueue(glue, tempObj), &objIsJSAPIQueue, slowPath); in ForEach()
82 return IsJSAPIQueue(glue, obj); in IsContainer()
28 ASSERT(JSTaggedValue(object).IsJSAPIQueue()); in Cast()
112 ASSERT_TRUE(result.IsJSAPIQueue()); in HWTEST_F_L0()
578 inline bool JSTaggedValue::IsJSAPIQueue() const in IsJSAPIQueue() function580 return IsHeapObject() && GetTaggedObject()->GetClass()->IsJSAPIQueue(); in IsJSAPIQueue()
702 bool IsJSAPIQueue() const;
1296 inline bool IsJSAPIQueue() const in IsJSAPIQueue() function
515 GateRef IsJSAPIQueue(GateRef glue, GateRef obj);
1759 inline GateRef StubBuilder::IsJSAPIQueue(GateRef glue, GateRef obj) in IsJSAPIQueue() function
1075 return JSNApiHelper::ToJSTaggedValue(this).IsJSAPIQueue(); in IsQueue()