Home
last modified time | relevance | path

Searched refs:timeZoneValue (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
Djs_date_time_format_test.cpp363 JSHandle<JSTaggedValue> timeZoneValue(factory->NewFromASCII("ETC/GMT-8")); in HWTEST_F_L0() local
364 JSObject::SetProperty(thread, options, timeZoneKey, timeZoneValue); in HWTEST_F_L0()
392 JSHandle<JSTaggedValue> timeZoneValue(factory->NewFromASCII("ETC/GMT-8")); in HWTEST_F_L0() local
393 JSObject::SetProperty(thread, options, timeZoneKey, timeZoneValue); in HWTEST_F_L0()
422 JSHandle<JSTaggedValue> timeZoneValue(factory->NewFromASCII("ETC/GMT-8")); in HWTEST_F_L0() local
423 JSObject::SetProperty(thread, options, timeZoneKey, timeZoneValue); in HWTEST_F_L0()
468 JSHandle<JSTaggedValue> timeZoneValue(factory->NewFromASCII("ETC/GMT-8")); in HWTEST_F_L0() local
469 JSObject::SetProperty(thread, options, timeZoneKey, timeZoneValue); in HWTEST_F_L0()
536 JSHandle<JSTaggedValue> timeZoneValue(factory->NewFromASCII("ETC/GMT-8")); in HWTEST_F_L0() local
537 JSObject::SetProperty(thread, options, timeZoneKey, timeZoneValue); in HWTEST_F_L0()
[all …]
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_date_time_format_test.cpp106 JSHandle<JSTaggedValue> timeZoneValue(factory->NewFromASCII("UTC")); // test UTC in BuiltinsDateTimeOptionsSet() local
125 JSObject::SetProperty(thread, optionsObj, timeZone, timeZoneValue); in BuiltinsDateTimeOptionsSet()
360 JSHandle<JSTaggedValue> timeZoneValue(factory->NewFromASCII("UTC")); in HWTEST_F_L0() local
362 JSObject::GetProperty(thread, resultObj, timeZone).GetValue(), timeZoneValue), true); in HWTEST_F_L0()
586 JSHandle<JSTaggedValue> timeZoneValue(factory->NewFromASCII("UTC")); in JSDateTimeFormatForObj_002() local
611 JSObject::SetProperty(thread, optionsObj, timeZone, timeZoneValue); in JSDateTimeFormatForObj_002()