Home
last modified time | relevance | path

Searched refs:IsJSDateTimeFormat (Results 1 – 6 of 6) sorted by relevance

/ark/js_runtime/ecmascript/builtins/
Dbuiltins_date_time_format.cpp148 …ASSERT_PRINT(dtf->IsJSObject() && dtf->IsJSDateTimeFormat(), "dtf is not object or JSDateTimeForma… in AnonymousDateTimeFormat()
178 if (!dtf->IsJSDateTimeFormat()) { in FormatToParts()
247 if (!thisValue->IsJSDateTimeFormat()) { in FormatRange()
293 if (!thisValue->IsJSDateTimeFormat()) { in FormatRangeToParts()
/ark/js_runtime/ecmascript/
Djs_date_time_format.h90 CAST_CHECK(JSDateTimeFormat, IsJSDateTimeFormat);
Djs_tagged_value-inl.h563 inline bool JSTaggedValue::IsJSDateTimeFormat() const in IsJSDateTimeFormat() function
565 return IsHeapObject() && GetTaggedObject()->GetClass()->IsJSDateTimeFormat(); in IsJSDateTimeFormat()
Djs_tagged_value.h317 bool IsJSDateTimeFormat() const;
Djs_hclass.h594 inline bool IsJSDateTimeFormat() const in IsJSDateTimeFormat() function
Djs_date_time_format.cpp748 if (!dateTimeFormat->IsJSDateTimeFormat() && isInstanceOf) { in UnwrapDateTimeFormat()
756 if (!dateTimeFormat->IsJSDateTimeFormat()) { in UnwrapDateTimeFormat()