Home
last modified time | relevance | path

Searched defs:second (Results 1 – 18 of 18) sorted by relevance

/arkcompiler/ets_runtime/test/aottest/formatrangetoparts/
Dformatrangetoparts.js33 hour: "numeric", minute: "numeric", second: "numeric" property
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_string_iterator.cpp78 … uint16_t second = EcmaStringAccessor(string.GetObject<EcmaString>()).Get<false>(position + 1); in Next() local
Dbuiltins_regexp.cpp1347 uint16_t second = EcmaStringAccessor(inputStr->GetTaggedObject()).Get(index + 1); in AdvanceStringIndex() local
Dbuiltins_string.cpp316 uint16_t second = EcmaStringAccessor(thisHandle).Get<false>(pos + 1); in CodePointAt() local
/arkcompiler/ets_runtime/ecmascript/
Dtagged_array-inl.h80 const JSHandle<TaggedArray> &second) in Append()
98const JSHandle<TaggedArray> &second, uint32_t copyLength) in AppendSkipHole()
Djs_date.cpp694 CString second = StrToTargetLength(ToCString(fields[SEC]), STR_LENGTH_OTHERS); in ToDateString() local
718 CString second = StrToTargetLength(ToCString(fields[SEC]), STR_LENGTH_OTHERS); in ToISOString() local
755 CString second = StrToTargetLength(ToCString(fields[SEC]), STR_LENGTH_OTHERS); in ToString() local
781 CString second = StrToTargetLength(ToCString(fields[SEC]), STR_LENGTH_OTHERS); in ToTimeString() local
805 CString second = StrToTargetLength(ToCString(fields[SEC]), STR_LENGTH_OTHERS); in ToUTCString() local
Djs_relative_time_format.cpp176 JSHandle<EcmaString> second = JSHandle<EcmaString>::Cast(globalConst->GetHandledSecondString()); in SingularUnitToIcuUnit() local
290 JSHandle<EcmaString> second = JSHandle<EcmaString>::Cast(globalConst->GetHandledSecondString()); in SingularUnitString() local
Ddate_parse.cpp115 DateUnit second = proxy->GetDate(); in ParseIsoDateTime() local
/arkcompiler/ets_runtime/ecmascript/mem/
Dsparse_space.cpp184 std::sort(sweepingList_.begin(), sweepingList_.end(), [](Region *first, Region *second) { in SortSweepingRegion()
396 … std::sort(collectRegionSet_.begin(), collectRegionSet_.end(), [](Region *first, Region *second) { in SelectCSet()
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_regexp_test.cpp325 JSHandle<JSTaggedValue> second(thread->GetEcmaVM()->GetFactory()->NewFromASCII("2")); in HWTEST_F_L0() local
383 JSHandle<JSTaggedValue> second(thread->GetEcmaVM()->GetFactory()->NewFromASCII("2")); in HWTEST_F_L0() local
548 JSHandle<JSTaggedValue> second(thread->GetEcmaVM()->GetFactory()->NewFromASCII("2")); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/containers/tests/
Dcontainers_hashset_test.cpp394 JSHandle<JSTaggedValue> second(thread, JSTaggedValue(1)); in HWTEST_F_L0() local
Dcontainers_plainarray_test.cpp279 JSHandle<JSTaggedValue> second(thread, JSTaggedValue(1)); in HWTEST_F_L0() local
Dcontainers_lightweightset_test.cpp450 JSHandle<JSTaggedValue> second(thread, JSTaggedValue(1)); // 1 means the value in HWTEST_F_L0() local
Dcontainers_lightweightmap_test.cpp483 JSHandle<JSTaggedValue> second(thread, JSTaggedValue(1)); in HWTEST_F_L0() local
Dcontainers_hashmap_test.cpp392 JSHandle<JSTaggedValue> second(thread, JSTaggedValue(1)); in HWTEST_F_L0() local
Dcontainers_treeset_test.cpp879 JSHandle<JSTaggedValue> second(thread, JSTaggedValue(1)); in HWTEST_F_L0() local
Dcontainers_treemap_test.cpp974 JSHandle<JSTaggedValue> second(thread, JSTaggedValue(1)); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_date_time_format_test.cpp616 …auto second = JSTaggedValue::GetProperty(thread, JSHandle<JSTaggedValue>::Cast(dateTimeArray), 13)… in HWTEST_F_L0() local