Searched refs:IsJSPromiseAllResolveElementFunction (Results 1 – 4 of 4) sorted by relevance
315 CAST_CHECK(JSPromiseAllResolveElementFunction, IsJSPromiseAllResolveElementFunction);
621 inline bool JSTaggedValue::IsJSPromiseAllResolveElementFunction() const in IsJSPromiseAllResolveElementFunction() function623 return IsHeapObject() && GetTaggedObject()->GetClass()->IsJSPromiseAllResolveElementFunction(); in IsJSPromiseAllResolveElementFunction()
605 bool IsJSPromiseAllResolveElementFunction() const;
723 inline bool IsJSPromiseAllResolveElementFunction() const in IsJSPromiseAllResolveElementFunction() function