Searched defs:date (Results 1 – 11 of 11) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_date.cpp | 34 void DateUtils::TransferTimeToDate(int64_t timeMs, std::array<int64_t, DATE_LENGTH> *date) in TransferTimeToDate() 79 void DateUtils::GetYearFromDays(std::array<int64_t, DATE_LENGTH> *date) in GetYearFromDays() 148 double JSDate::MakeDay(double year, double month, double date) in MakeDay() 261 int date = 1; in LocalParseStringToMs() local 331 int date = 1; in UtcParseStringToMs() local 399 int date = 1; in IsoParseStringToMs() local 537 double date = 1; in UTC() local 634 bool JSDate::GetThisDateValues(std::array<int64_t, DATE_LENGTH> *date, bool isLocal) const in GetThisDateValues() 819 void JSDate::GetDateValues(double timeMs, std::array<int64_t, DATE_LENGTH> *date, bool isLocal) in GetDateValues() 838 std::array<int64_t, DATE_LENGTH> date = {0}; in GetDateValue() local [all …]
|
| D | date_parse.cpp | 175 DateUnit date = proxy->NextDate(); in ParseLegacyDates() local
|
| D | js_serializer.cpp | 546 JSHandle<JSDate> date = JSHandle<JSDate>::Cast(value); in WriteJSDate() local 1425 … JSHandle<JSDate> date = JSHandle<JSDate>::Cast(factory_->NewJSObjectByConstructor(dateFunction)); in ReadJSDate() local
|
| D | object_fast_operator-inl.h | 461 int date = 1; in FastParseDate() local
|
| /arkcompiler/ets_runtime/test/aottest/formatrangetoparts/ |
| D | formatrangetoparts.js | 35 const date = Date.now(); constant
|
| /arkcompiler/runtime_core/runtime/ |
| D | time_utils.cpp | 61 std::string date {}; in GetCurrentTimeString() local
|
| /arkcompiler/runtime_core/runtime/tests/ |
| D | time_utils_test.cpp | 86 auto date = GetCurrentTimeString(); in TEST_F() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_date_time_format.cpp | 156 JSHandle<JSTaggedValue> date = GetCallArg(argv, 0); in AnonymousDateTimeFormat() local 188 JSHandle<JSTaggedValue> date = GetCallArg(argv, 0); in FormatToParts() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
| D | builtins_date_time_format_test.cpp | 147 static double BuiltinsDateCreate(const double year, const double month, const double date) in BuiltinsDateCreate()
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | dump_test.cpp | 611 … JSHandle<JSDate> date = JSHandle<JSDate>::Cast(factory->NewJSObjectWithInit(dateClass)); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/napi/ |
| D | jsnapi.cpp | 1887 JSHandle<JSDate> date(JSNApiHelper::ToJSHandle(this)); in ToString() local 1899 JSHandle<JSDate> date(JSNApiHelper::ToJSHandle(this)); in GetTime() local
|