Searched refs:IsJSRelativeTimeFormat (Results 1 – 12 of 12) 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);
247 if (!rtf->IsJSRelativeTimeFormat() && isInstanceOf) { in UnwrapRelativeTimeFormat()255 if (!rtf->IsJSRelativeTimeFormat()) { in UnwrapRelativeTimeFormat()
691 inline bool JSTaggedValue::IsJSRelativeTimeFormat() const in IsJSRelativeTimeFormat() function693 return IsHeapObject() && GetTaggedObject()->GetClass()->IsJSRelativeTimeFormat(); in IsJSRelativeTimeFormat()
572 bool IsJSRelativeTimeFormat() const;
956 inline bool IsJSRelativeTimeFormat() const in IsJSRelativeTimeFormat() function
82 EXPECT_TRUE(result.IsJSRelativeTimeFormat()); in HWTEST_F_L0()106 EXPECT_TRUE(result.IsJSRelativeTimeFormat()); in JSRelativeTimeFormatCreateWithLocaleTest()
274 relative->IsJSRelativeTimeFormat(); in IsJSRelativeTimeFormatFuzztest()
461 bool IsJSRelativeTimeFormat();
664 bool JSValueRef::IsJSRelativeTimeFormat() in IsJSRelativeTimeFormat() function in panda::JSValueRef666 return JSNApiHelper::ToJSTaggedValue(this).IsJSRelativeTimeFormat(); in IsJSRelativeTimeFormat()
1486 JSNApiHelper::ToLocal<JSValueRef>(jsTaggedValue)->IsJSRelativeTimeFormat(); in HWTEST_F_L0()1489 TEST_TIME(JSValueRef::IsJSRelativeTimeFormat); in HWTEST_F_L0()1490 …O) << std::boolalpha << JSNApiHelper::ToLocal<JSValueRef>(jsTaggedValue)->IsJSRelativeTimeFormat(); in HWTEST_F_L0()
434 if (tagged->IsJSRelativeTimeFormat()) { in DescriptionForObject()