Home
last modified time | relevance | path

Searched refs:IsJSRelativeTimeFormat (Results 1 – 12 of 12) 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.cpp247 if (!rtf->IsJSRelativeTimeFormat() && isInstanceOf) { in UnwrapRelativeTimeFormat()
255 if (!rtf->IsJSRelativeTimeFormat()) { in UnwrapRelativeTimeFormat()
Djs_tagged_value-inl.h691 inline bool JSTaggedValue::IsJSRelativeTimeFormat() const in IsJSRelativeTimeFormat() function
693 return IsHeapObject() && GetTaggedObject()->GetClass()->IsJSRelativeTimeFormat(); in IsJSRelativeTimeFormat()
Djs_tagged_value.h572 bool IsJSRelativeTimeFormat() const;
Djs_hclass.h956 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/test/fuzztest/jsvaluerefismodulenamespace_fuzzer/
Djsvaluerefismodulenamespace_fuzzer.cpp274 relative->IsJSRelativeTimeFormat(); in IsJSRelativeTimeFormatFuzztest()
/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi_expo.h461 bool IsJSRelativeTimeFormat();
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp664 bool JSValueRef::IsJSRelativeTimeFormat() in IsJSRelativeTimeFormat() function in panda::JSValueRef
666 return JSNApiHelper::ToJSTaggedValue(this).IsJSRelativeTimeFormat(); in IsJSRelativeTimeFormat()
/arkcompiler/ets_runtime/ecmascript/napi/test/
Dffi_workload.cpp1486 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()
/arkcompiler/toolchain/tooling/base/
Dpt_types.cpp434 if (tagged->IsJSRelativeTimeFormat()) { in DescriptionForObject()