Home
last modified time | relevance | path

Searched refs:IsJSRelativeTimeFormat (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_relative_time_format.cpp99 if (!thisValue->IsJSRelativeTimeFormat()) { in Format()
132 if (!thisValue->IsJSRelativeTimeFormat()) { in FormatToParts()
165 if (!thisValue->IsJSRelativeTimeFormat()) { in ResolvedOptions()
/arkcompiler/ets_runtime/ecmascript/
Djs_relative_time_format.h43 CAST_CHECK(JSRelativeTimeFormat, IsJSRelativeTimeFormat);
Djs_relative_time_format.cpp244 if (!rtf->IsJSRelativeTimeFormat() && isInstanceOf) { in UnwrapRelativeTimeFormat()
252 if (!rtf->IsJSRelativeTimeFormat()) { in UnwrapRelativeTimeFormat()
Djs_tagged_value-inl.h661 inline bool JSTaggedValue::IsJSRelativeTimeFormat() const in IsJSRelativeTimeFormat() function
663 return IsHeapObject() && GetTaggedObject()->GetClass()->IsJSRelativeTimeFormat(); in IsJSRelativeTimeFormat()
Djs_tagged_value.h622 bool IsJSRelativeTimeFormat() const;
Djs_hclass.h844 inline bool IsJSRelativeTimeFormat() const in IsJSRelativeTimeFormat() function
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_relative_time_format_test.cpp82 EXPECT_TRUE(result.IsJSRelativeTimeFormat()); in HWTEST_F_L0()
106 EXPECT_TRUE(result.IsJSRelativeTimeFormat()); in JSRelativeTimeFormatCreateWithLocaleTest()
/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi.h467 bool IsJSRelativeTimeFormat();
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp3336 bool JSValueRef::IsJSRelativeTimeFormat() in IsJSRelativeTimeFormat() function in panda::JSValueRef
3338 return JSNApiHelper::ToJSTaggedValue(this).IsJSRelativeTimeFormat(); in IsJSRelativeTimeFormat()
/arkcompiler/toolchain/tooling/base/
Dpt_types.cpp409 if (tagged->IsJSRelativeTimeFormat()) { in DescriptionForObject()