Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_date_test.cpp73 JSHandle<JSDate> jsDate = JSDateCreateTest(thread); in HWTEST_F_L0() local
88 JSHandle<JSDate> jsDate = JSDateCreateTest(thread); in HWTEST_F_L0() local
103 JSHandle<JSDate> jsDate = JSDateCreateTest(thread); in HWTEST_F_L0() local
118 JSHandle<JSDate> jsDate = JSDateCreateTest(thread); in HWTEST_F_L0() local
147 JSHandle<JSDate> jsDate = JSDateCreateTest(thread); in HWTEST_F_L0() local
176 JSHandle<JSDate> jsDate = JSDateCreateTest(thread); in HWTEST_F_L0() local
198 JSHandle<JSDate> jsDate = JSDateCreateTest(thread); in HWTEST_F_L0() local
221 JSHandle<JSDate> jsDate = JSDateCreateTest(thread); in HWTEST_F_L0() local
248 JSHandle<JSDate> jsDate = JSDateCreateTest(thread); in HWTEST_F_L0() local
275 JSHandle<JSDate> jsDate = JSDateCreateTest(thread); in HWTEST_F_L0() local
[all …]
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_date_test.cpp67 JSHandle<JSDate> jsDate(thread, JSDateCreate(thread)); in HWTEST_F_L0() local
Djs_serializer_test.cpp1473 JSHandle<JSDate> jsDate(thread, JSDateCreate(ecmaVm)); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_date.cpp58 JSHandle<JSDate> jsDate(thread, JSDate::Cast(value->GetTaggedObject())); in DateConstructor() local
153 JSHandle<JSDate> jsDate(thread, JSDate::Cast(msg->GetTaggedObject())); in SetTime() local