Searched refs:IsJSIntl (Results 1 – 7 of 7) sorted by relevance
26 ASSERT(JSTaggedValue(object).IsJSIntl()); in Cast()
651 inline bool JSTaggedValue::IsJSIntl() const in IsJSIntl() function653 return IsHeapObject() && GetTaggedObject()->GetClass()->IsJSIntl(); in IsJSIntl()
623 bool IsJSIntl() const;
834 inline bool IsJSIntl() const in IsJSIntl() function
468 bool IsJSIntl();
3341 bool JSValueRef::IsJSIntl() in IsJSIntl() function in panda::JSValueRef3343 return JSNApiHelper::ToJSTaggedValue(this).IsJSIntl(); in IsJSIntl()
412 if (tagged->IsJSIntl()) { in DescriptionForObject()