Home
last modified time | relevance | path

Searched defs:date (Results 1 – 7 of 7) sorted by relevance

/ark/js_runtime/ecmascript/
Djs_date.cpp28 void DateUtils::TransferTimeToDate(int64_t timeMs, std::array<int64_t, DATE_LENGTH> *date) in TransferTimeToDate()
128 double JSDate::MakeDay(double year, double month, double date) in MakeDay()
241 int date = 1; in LocalParseStringToMs() local
310 int date = 1; in UtcParseStringToMs() local
378 int date = 1; in IsoParseStringToMs() local
491 CString date = ConvertToString(EcmaString::Cast(str->GetTaggedObject())); in Parse() local
521 double date = 1; in UTC() local
634 bool JSDate::GetThisDateValues(std::array<int64_t, DATE_LENGTH> *date, bool isLocal) const in GetThisDateValues()
897 void JSDate::GetDateValues(double timeMs, std::array<int64_t, DATE_LENGTH> *date, bool isLocal) in GetDateValues()
942 std::array<int64_t, DATE_LENGTH> date = {0}; in GetDateValue() local
[all …]
Djs_serializer.cpp342 JSHandle<JSDate> date = JSHandle<JSDate>::Cast(value); in WriteJSDate() local
910 JSHandle<JSDate> date = in ReadJSDate() local
/ark/runtime_core/runtime/
Dtime_utils.cpp61 std::string date {}; in GetCurrentTimeString() local
/ark/runtime_core/runtime/tests/
Dtime_utils_test.cpp83 auto date = GetCurrentTimeString(); in TEST_F() local
/ark/js_runtime/ecmascript/builtins/
Dbuiltins_date_time_format.cpp154 JSHandle<JSTaggedValue> date = GetCallArg(argv, 0); in AnonymousDateTimeFormat() local
186 JSHandle<JSTaggedValue> date = GetCallArg(argv, 0); in FormatToParts() local
/ark/js_runtime/ecmascript/tests/
Ddump_test.cpp342 JSHandle<JSDate> date = JSHandle<JSDate>::Cast(factory->NewJSObject(dateClass)); in HWTEST_F_L0() local
/ark/js_runtime/ecmascript/napi/
Djsnapi.cpp1464 JSHandle<JSDate> date(JSNApiHelper::ToJSHandle(this)); in ToString() local
1476 JSHandle<JSDate> date(JSNApiHelper::ToJSHandle(this)); in GetTime() local