Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/arkguard/test/grammar/date_validation/
Ddate_tojson.ts18 let date = new Date(); variable
/arkcompiler/ets_frontend/es2panda/test/type_extractor/testcases_with_assert/projects/test-import-export/
Dexport.ts46 date: string property
/arkcompiler/ets_frontend/es2panda/test/type_extractor/testcases_with_assert/projects/test-import-export-type/
Dexport.ts33 date: string, property
/arkcompiler/ets_runtime/test/aottest/formatrangetoparts/
Dformatrangetoparts.js35 const date = Date.now(); constant
/arkcompiler/ets_runtime/ecmascript/
Djs_date.cpp34 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.0; 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()
846 std::array<int64_t, DATE_LENGTH> date = {0}; in GetDateValue() local
[all …]
Ddate_parse.cpp175 DateUnit date = proxy->NextDate(); in ParseLegacyDates() local
Djs_serializer.cpp557 JSHandle<JSDate> date = JSHandle<JSDate>::Cast(value); in WriteJSDate() local
1415 … JSHandle<JSDate> date = JSHandle<JSDate>::Cast(factory_->NewJSObjectByConstructor(dateFunction)); in ReadJSDate() local
Dobject_fast_operator-inl.h459 int date = 1; in FastParseDate() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_date_time_format.cpp161 JSHandle<JSTaggedValue> date = GetCallArg(argv, 0); in AnonymousDateTimeFormat() local
194 JSHandle<JSTaggedValue> date = GetCallArg(argv, 0); in FormatToParts() local
/arkcompiler/ets_runtime/test/moduletest/stubbuilder/
Dstubbuilder.js993 var date = new Date(); variable
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_date_time_format_test.cpp149 static double BuiltinsDateCreate(const double year, const double month, const double date) in BuiltinsDateCreate()
/arkcompiler/ets_runtime/ecmascript/tests/
Ddump_test.cpp611 … JSHandle<JSDate> date = JSHandle<JSDate>::Cast(factory->NewJSObjectWithInit(dateClass)); in HWTEST_F_L0() local
/arkcompiler/toolchain/tooling/test/
Dpt_types_test.cpp407 Local<DateRef> date = DateRef::New(ecmaVm, input); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp2493 JSHandle<JSDate> date(JSNApiHelper::ToJSHandle(this)); in ToString() local
2506 JSHandle<JSDate> date(JSNApiHelper::ToJSHandle(this)); in GetTime() local