Searched refs:IsJSIntlBoundFunction (Results 1 – 6 of 6) sorted by relevance
137 inline bool JSObject::IsJSIntlBoundFunction() const in IsJSIntlBoundFunction() function139 return GetJSHClass()->IsJSIntlBoundFunction(); in IsJSIntlBoundFunction()
911 inline bool JSTaggedValue::IsJSIntlBoundFunction() const in IsJSIntlBoundFunction() function913 return IsHeapObject() && GetTaggedObject()->GetClass()->IsJSIntlBoundFunction(); in IsJSIntlBoundFunction()
543 CAST_CHECK(JSIntlBoundFunction, IsJSIntlBoundFunction);
546 bool IsJSIntlBoundFunction() const;
623 bool IsJSIntlBoundFunction() const;
906 inline bool IsJSIntlBoundFunction() const in IsJSIntlBoundFunction() function