Home
last modified time | relevance | path

Searched defs:jsDate (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_date_test.cpp84 JSHandle<JSDate> jsDate = JSDateCreateTest(thread); in HWTEST_F_L0() local
98 JSHandle<JSDate> jsDate = JSDateCreateTest(thread); in HWTEST_F_L0() local
112 JSHandle<JSDate> jsDate = JSDateCreateTest(thread); in HWTEST_F_L0() local
126 JSHandle<JSDate> jsDate = JSDateCreateTest(thread); in HWTEST_F_L0() local
150 JSHandle<JSDate> jsDate = JSDateCreateTest(thread); in HWTEST_F_L0() local
174 JSHandle<JSDate> jsDate = JSDateCreateTest(thread); in HWTEST_F_L0() local
194 JSHandle<JSDate> jsDate = JSDateCreateTest(thread); in HWTEST_F_L0() local
214 JSHandle<JSDate> jsDate = JSDateCreateTest(thread); in HWTEST_F_L0() local
237 JSHandle<JSDate> jsDate = JSDateCreateTest(thread); in HWTEST_F_L0() local
260 JSHandle<JSDate> jsDate = JSDateCreateTest(thread); in HWTEST_F_L0() local
[all …]
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_date_test.cpp43 JSHandle<JSDate> jsDate(thread, JSDateCreate(thread)); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_date.cpp53 JSHandle<JSDate> jsDate(thread, JSDate::Cast(value->GetTaggedObject())); in DateConstructor() local
132 JSHandle<JSDate> jsDate(thread, JSDate::Cast(msg->GetTaggedObject())); in SetTime() local
/arkcompiler/ets_runtime/ecmascript/serializer/tests/
Dinter_op_serializer_test.cpp1706 JSHandle<JSDate> jsDate(thread, JSDateCreate(ecmaVm)); in HWTEST_F_L0() local
Dserializer_test.cpp1835 JSHandle<JSDate> jsDate(thread, JSDateCreate(ecmaVm)); in HWTEST_F_L0() local