Searched refs:IsJSDateTimeFormat (Results 1 – 6 of 6) sorted by relevance
148 …ASSERT_PRINT(dtf->IsJSObject() && dtf->IsJSDateTimeFormat(), "dtf is not object or JSDateTimeForma… in AnonymousDateTimeFormat()178 if (!dtf->IsJSDateTimeFormat()) { in FormatToParts()247 if (!thisValue->IsJSDateTimeFormat()) { in FormatRange()293 if (!thisValue->IsJSDateTimeFormat()) { in FormatRangeToParts()
90 CAST_CHECK(JSDateTimeFormat, IsJSDateTimeFormat);
563 inline bool JSTaggedValue::IsJSDateTimeFormat() const in IsJSDateTimeFormat() function565 return IsHeapObject() && GetTaggedObject()->GetClass()->IsJSDateTimeFormat(); in IsJSDateTimeFormat()
317 bool IsJSDateTimeFormat() const;
594 inline bool IsJSDateTimeFormat() const in IsJSDateTimeFormat() function
748 if (!dateTimeFormat->IsJSDateTimeFormat() && isInstanceOf) { in UnwrapDateTimeFormat()756 if (!dateTimeFormat->IsJSDateTimeFormat()) { in UnwrapDateTimeFormat()