Searched refs:IsJSRelativeTimeFormat (Results 1 – 12 of 12) sorted by relevance
97 if (!thisValue->IsJSRelativeTimeFormat()) { in Format()130 if (!thisValue->IsJSRelativeTimeFormat()) { in FormatToParts()163 if (!thisValue->IsJSRelativeTimeFormat()) { in ResolvedOptions()
43 CAST_CHECK(JSRelativeTimeFormat, IsJSRelativeTimeFormat);
244 if (!rtf->IsJSRelativeTimeFormat() && isInstanceOf) { in UnwrapRelativeTimeFormat()252 if (!rtf->IsJSRelativeTimeFormat()) { in UnwrapRelativeTimeFormat()
459 inline bool JSTaggedValue::IsJSRelativeTimeFormat() const in IsJSRelativeTimeFormat() function461 return IsHeapObject() && GetTaggedObject()->GetClass()->IsJSRelativeTimeFormat(); in IsJSRelativeTimeFormat()
616 bool IsJSRelativeTimeFormat() const;
1103 inline bool IsJSRelativeTimeFormat() const in IsJSRelativeTimeFormat() function
48 EXPECT_TRUE(result.IsJSRelativeTimeFormat()); in HWTEST_F_L0()72 EXPECT_TRUE(result.IsJSRelativeTimeFormat()); in JSRelativeTimeFormatCreateWithLocaleTest()
302 relative->IsJSRelativeTimeFormat(vm); in IsJSRelativeTimeFormatFuzztest()
571 bool IsJSRelativeTimeFormat(const EcmaVM *vm);
1486 JSNApiHelper::ToLocal<JSValueRef>(jsTaggedValue)->IsJSRelativeTimeFormat(vm_); in HWTEST_F_L0()1489 TEST_TIME(JSValueRef::IsJSRelativeTimeFormat); in HWTEST_F_L0()1491 JSNApiHelper::ToLocal<JSValueRef>(jsTaggedValue)->IsJSRelativeTimeFormat(vm_); in HWTEST_F_L0()
467 if (tagged->IsJSRelativeTimeFormat(ecmaVm)) { in DescriptionForObject()
839 bool JSValueRef::IsJSRelativeTimeFormat(const EcmaVM *vm) in IsJSRelativeTimeFormat() function in panda::JSValueRef842 return JSNApiHelper::ToJSTaggedValue(this).IsJSRelativeTimeFormat(); in IsJSRelativeTimeFormat()