Home
last modified time | relevance | path

Searched refs:SetTimeValue (Results 1 - 10 of 10) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/tests/
H A Dbuiltins_date_test.cpp664 JSDate::Cast(jsDate.GetTaggedValue().GetTaggedObject())->SetTimeValue(thread, JSTaggedValue(1605788298132.0)); in HWTEST_F_L0()
677 JSDate::Cast(jsDate.GetTaggedValue().GetTaggedObject())->SetTimeValue(thread, JSTaggedValue(-4357419161618.0)); in HWTEST_F_L0()
693 jsDate->SetTimeValue(thread, JSTaggedValue(1605788298132.0)); in HWTEST_F_L0()
706 jsDate->SetTimeValue(thread, JSTaggedValue(base::POSITIVE_INFINITY)); in HWTEST_F_L0()
722 jsDate->SetTimeValue(thread, JSTaggedValue(-4357419161618.0)); in HWTEST_F_L0()
804 JSDate::Cast(jsDate.GetTaggedValue().GetTaggedObject())->SetTimeValue(thread, JSTaggedValue(1605788298132.0)); in HWTEST_F_L0()
821 JSDate::Cast(jsDate.GetTaggedValue().GetTaggedObject())->SetTimeValue(thread, JSTaggedValue(-4357419161618.0)); in HWTEST_F_L0()
836 JSDate::Cast(jsDate.GetTaggedValue().GetTaggedObject())->SetTimeValue(thread, JSTaggedValue(1605788298132.0)); in HWTEST_F_L0()
862 JSDate::Cast(jsDate.GetTaggedValue().GetTaggedObject())->SetTimeValue(thread, JSTaggedValue(-4357419161618.0)); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/
H A Ddate_parse.cpp38 bool success = timeZone.SetTimeZone(time) && timeValue.SetTimeValue(time) && dayValue.SetDayValue(time); in ParseDateString()
356 bool DateParse::TimeValue::SetTimeValue(int *time) in SetTimeValue() function in panda::ecmascript::DateParse::TimeValue
H A Ddate_parse.h470 bool SetTimeValue(int *time);
H A Decma_macros.h306 jsDate->SetTimeValue(thread, result); \
H A Dobject_factory.cpp1341 JSDate::Cast(*obj)->SetTimeValue(thread_, JSTaggedValue(0.0)); in InitializeJSObject()
/arkcompiler/ets_runtime/ecmascript/tests/
H A Djs_date_test.cpp47 jsDate->SetTimeValue(thread, JSTaggedValue(tm)); in HWTEST_F_L0()
H A Ddump_test.cpp731 date->SetTimeValue(thread, JSTaggedValue(0.0)); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_date.cpp80 dateObject->SetTimeValue(thread, timeValue); in DateConstructor()
137 jsDate->SetTimeValue(thread, JSTaggedValue(value)); in SetTime()
/arkcompiler/ets_runtime/ecmascript/serializer/tests/
H A Dserializer_test.cpp1559 jsDate->SetTimeValue(thread, JSTaggedValue(tm)); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/napi/
H A Djsnapi_expo.cpp3174 dateObject->SetTimeValue(thread, JSTaggedValue(time)); in New()

Completed in 37 milliseconds