Searched refs:SetTimeValue (Results 1 - 10 of 10) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
H A D | builtins_date_test.cpp | 664 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 D | date_parse.cpp | 38 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 D | date_parse.h | 470 bool SetTimeValue(int *time);
|
H A D | ecma_macros.h | 306 jsDate->SetTimeValue(thread, result); \
|
H A D | object_factory.cpp | 1341 JSDate::Cast(*obj)->SetTimeValue(thread_, JSTaggedValue(0.0)); in InitializeJSObject()
|
/arkcompiler/ets_runtime/ecmascript/tests/ |
H A D | js_date_test.cpp | 47 jsDate->SetTimeValue(thread, JSTaggedValue(tm)); in HWTEST_F_L0()
|
H A D | dump_test.cpp | 731 date->SetTimeValue(thread, JSTaggedValue(0.0)); in HWTEST_F_L0()
|
/arkcompiler/ets_runtime/ecmascript/builtins/ |
H A D | builtins_date.cpp | 80 dateObject->SetTimeValue(thread, timeValue); in DateConstructor() 137 jsDate->SetTimeValue(thread, JSTaggedValue(value)); in SetTime()
|
/arkcompiler/ets_runtime/ecmascript/serializer/tests/ |
H A D | serializer_test.cpp | 1559 jsDate->SetTimeValue(thread, JSTaggedValue(tm)); in HWTEST_F_L0()
|
/arkcompiler/ets_runtime/ecmascript/napi/ |
H A D | jsnapi_expo.cpp | 3174 dateObject->SetTimeValue(thread, JSTaggedValue(time)); in New()
|
Completed in 37 milliseconds