Searched refs:IsJSRelativeTimeFormat (Results 1 – 10 of 10) sorted by relevance
99 if (!thisValue->IsJSRelativeTimeFormat()) { in Format()132 if (!thisValue->IsJSRelativeTimeFormat()) { in FormatToParts()165 if (!thisValue->IsJSRelativeTimeFormat()) { in ResolvedOptions()
43 CAST_CHECK(JSRelativeTimeFormat, IsJSRelativeTimeFormat);
244 if (!rtf->IsJSRelativeTimeFormat() && isInstanceOf) { in UnwrapRelativeTimeFormat()252 if (!rtf->IsJSRelativeTimeFormat()) { in UnwrapRelativeTimeFormat()
661 inline bool JSTaggedValue::IsJSRelativeTimeFormat() const in IsJSRelativeTimeFormat() function663 return IsHeapObject() && GetTaggedObject()->GetClass()->IsJSRelativeTimeFormat(); in IsJSRelativeTimeFormat()
622 bool IsJSRelativeTimeFormat() const;
844 inline bool IsJSRelativeTimeFormat() const in IsJSRelativeTimeFormat() function
82 EXPECT_TRUE(result.IsJSRelativeTimeFormat()); in HWTEST_F_L0()106 EXPECT_TRUE(result.IsJSRelativeTimeFormat()); in JSRelativeTimeFormatCreateWithLocaleTest()
467 bool IsJSRelativeTimeFormat();
3336 bool JSValueRef::IsJSRelativeTimeFormat() in IsJSRelativeTimeFormat() function in panda::JSValueRef3338 return JSNApiHelper::ToJSTaggedValue(this).IsJSRelativeTimeFormat(); in IsJSRelativeTimeFormat()
409 if (tagged->IsJSRelativeTimeFormat()) { in DescriptionForObject()