Home
last modified time | relevance | path

Searched defs:minute (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/test/moduletest/regress/
Dregress.js232 …const datesList = [{ year: '2021', month: '10', day: '22', hour: '10', minute: '12', second: '32' … property
233 { year: '2021', month: '8', day: '3', hour: '9', minute: '9', second: '6' }]; property
234 const { year, month, day, hour, minute, second } = datesList[0]; constant
/arkcompiler/ets_runtime/ecmascript/
Djs_relative_time_format.cpp187 JSHandle<EcmaString> minute = JSHandle<EcmaString>::Cast(globalConst->GetHandledMinuteString()); in SingularUnitToIcuUnit() local
302 JSHandle<EcmaString> minute = JSHandle<EcmaString>::Cast(globalConst->GetHandledMinuteString()); in SingularUnitString() local
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_date_time_format_second_test.cpp215 …auto minute = JSTaggedValue::GetProperty(thread, JSHandle<JSTaggedValue>::Cast(dateTimeArray), 11)… in CheckOther() local