Searched refs:IsJSIntlBoundFunction (Results 1 – 6 of 6) sorted by relevance
133 inline bool JSObject::IsJSIntlBoundFunction() const in IsJSIntlBoundFunction() function135 return GetJSHClass()->IsJSIntlBoundFunction(); in IsJSIntlBoundFunction()
434 CAST_CHECK(JSIntlBoundFunction, IsJSIntlBoundFunction);
1061 inline bool JSTaggedValue::IsJSIntlBoundFunction() const in IsJSIntlBoundFunction() function1063 return IsHeapObject() && GetTaggedObject()->GetClass()->IsJSIntlBoundFunction(); in IsJSIntlBoundFunction()
507 bool IsJSIntlBoundFunction() const;
605 bool IsJSIntlBoundFunction() const;
775 inline bool IsJSIntlBoundFunction() const in IsJSIntlBoundFunction() function