Searched refs:timeZoneValue (Results 1 – 2 of 2) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/tests/ |
D | js_date_time_format_test.cpp | 363 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/ |
D | builtins_date_time_format_test.cpp | 106 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()
|