Searched refs:IsJSIntlBoundFunction (Results 1 – 6 of 6) sorted by relevance
121 inline bool JSObject::IsJSIntlBoundFunction() const in IsJSIntlBoundFunction() function123 return GetJSHClass()->IsJSIntlBoundFunction(); in IsJSIntlBoundFunction()
395 CAST_CHECK(JSIntlBoundFunction, IsJSIntlBoundFunction);
1026 inline bool JSTaggedValue::IsJSIntlBoundFunction() const in IsJSIntlBoundFunction() function1028 return IsHeapObject() && GetTaggedObject()->GetClass()->IsJSIntlBoundFunction(); in IsJSIntlBoundFunction()
559 bool IsJSIntlBoundFunction() const;
542 bool IsJSIntlBoundFunction() const;
688 inline bool IsJSIntlBoundFunction() const in IsJSIntlBoundFunction() function