Searched defs:timeValue (Results 1 – 5 of 5) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/ |
D | date_parse.cpp | 26 TimeValue timeValue; in ParseDateString() local 90 bool DateParse::ParseIsoDateTime(DateProxy *proxy, DayValue *dayValue, TimeValue *timeValue, TimeZo… in ParseIsoDateTime() 173 bool DateParse::ParseLegacyDates(DateProxy *proxy, DayValue *dayValue, TimeValue *timeValue, TimeZo… in ParseLegacyDates()
|
D | js_date.cpp | 312 double timeValue = TimeClip(MakeDate(day, time)); in LocalParseStringToMs() local 380 double timeValue = TimeClip(MakeDate(day, time)); in UtcParseStringToMs() local 465 double timeValue = TimeClip(MakeDate(day, time)); in IsoParseStringToMs() local 484 double timeValue = TimeClip(MakeDate(day, dateTime)); in GetTimeFromString() local
|
D | js_serializer.cpp | 564 double timeValue = date->GetTimeValue().GetDouble(); in WriteJSDate() local 1421 double timeValue = 0.0; in ReadJSDate() local
|
D | object_fast_operator-inl.h | 482 double timeValue = JSDate::TimeClip(JSDate::MakeDate(day, 0)); in FastParseDate() local
|
/arkcompiler/ets_runtime/ecmascript/builtins/ |
D | builtins_date.cpp | 51 JSTaggedValue timeValue(0.0); in DateConstructor() local 471 JSTaggedValue &timeValue) in ExtractDateFields()
|