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 | 314 double timeValue = TimeClip(MakeDate(day, time)); in LocalParseStringToMs() local 382 double timeValue = TimeClip(MakeDate(day, time)); in UtcParseStringToMs() local 467 double timeValue = TimeClip(MakeDate(day, time)); in IsoParseStringToMs() local 486 double timeValue = TimeClip(MakeDate(day, dateTime)); in GetTimeFromString() local
|
| D | js_serializer.cpp | 555 double timeValue = date->GetTimeValue().GetDouble(); in WriteJSDate() local 1431 double timeValue = 0.0; in ReadJSDate() local
|
| D | object_fast_operator-inl.h | 480 double timeValue = JSDate::TimeClip(JSDate::MakeDate(day, 0)); in FastParseDate() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_date.cpp | 45 JSTaggedValue timeValue(0.0); in DateConstructor() local
|