Searched defs:date (Results 1 – 7 of 7) sorted by relevance
/ark/js_runtime/ecmascript/ |
D | js_date.cpp | 28 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 …]
|
D | js_serializer.cpp | 342 JSHandle<JSDate> date = JSHandle<JSDate>::Cast(value); in WriteJSDate() local 910 JSHandle<JSDate> date = in ReadJSDate() local
|
/ark/runtime_core/runtime/ |
D | time_utils.cpp | 61 std::string date {}; in GetCurrentTimeString() local
|
/ark/runtime_core/runtime/tests/ |
D | time_utils_test.cpp | 83 auto date = GetCurrentTimeString(); in TEST_F() local
|
/ark/js_runtime/ecmascript/builtins/ |
D | builtins_date_time_format.cpp | 154 JSHandle<JSTaggedValue> date = GetCallArg(argv, 0); in AnonymousDateTimeFormat() local 186 JSHandle<JSTaggedValue> date = GetCallArg(argv, 0); in FormatToParts() local
|
/ark/js_runtime/ecmascript/tests/ |
D | dump_test.cpp | 342 JSHandle<JSDate> date = JSHandle<JSDate>::Cast(factory->NewJSObject(dateClass)); in HWTEST_F_L0() local
|
/ark/js_runtime/ecmascript/napi/ |
D | jsnapi.cpp | 1464 JSHandle<JSDate> date(JSNApiHelper::ToJSHandle(this)); in ToString() local 1476 JSHandle<JSDate> date(JSNApiHelper::ToJSHandle(this)); in GetTime() local
|