Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DgenericInstantiationEquivalentToObjectLiteral.ts25 let y: { first: string; second: number; variable
/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.cpp1369 uint16_t second = EcmaStringAccessor(inputStr->GetTaggedObject()).Get(index + 1); in AdvanceStringIndex() local
Dbuiltins_string.cpp329 uint16_t second = EcmaStringAccessor(thisFlat).Get<false>(pos + 1); in CodePointAt() local
/arkcompiler/ets_runtime/ecmascript/
Dtagged_array-inl.h81 const JSHandle<TaggedArray> &second) in Append()
99const JSHandle<TaggedArray> &second, uint32_t copyLength) in AppendSkipHole()
Djs_date.cpp692 CString second = StrToTargetLength(ToCString(fields[SEC]), STR_LENGTH_OTHERS); in ToDateString() local
716 CString second = StrToTargetLength(ToCString(fields[SEC]), STR_LENGTH_OTHERS); in ToISOString() local
753 CString second = StrToTargetLength(ToCString(fields[SEC]), STR_LENGTH_OTHERS); in ToString() local
779 CString second = StrToTargetLength(ToCString(fields[SEC]), STR_LENGTH_OTHERS); in ToTimeString() local
803 CString second = StrToTargetLength(ToCString(fields[SEC]), STR_LENGTH_OTHERS); in ToUTCString() local
Ddate_parse.cpp115 DateUnit second = proxy->GetDate(); in ParseIsoDateTime() local
Djs_relative_time_format.cpp186 JSHandle<EcmaString> second = JSHandle<EcmaString>::Cast(globalConst->GetHandledSecondString()); in SingularUnitToIcuUnit() local
301 JSHandle<EcmaString> second = JSHandle<EcmaString>::Cast(globalConst->GetHandledSecondString()); in SingularUnitString() local
Decma_string-inl.h309 EcmaString *second = EcmaString::Cast(treeSrc->GetSecond()); in WriteToFlat() local
/arkcompiler/ets_runtime/ecmascript/mem/
Dsparse_space.cpp184 std::sort(sweepingList_.begin(), sweepingList_.end(), [](Region *first, Region *second) { in SortSweepingRegion()
451 … 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.cpp619 …auto second = JSTaggedValue::GetProperty(thread, JSHandle<JSTaggedValue>::Cast(dateTimeArray), 13)… in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dgate_meta_data.h1007 explicit UInt32PairAccessor(uint32_t first, uint32_t second) in UInt32PairAccessor()
Dstub_builder-inl.h1142 GateRef second = GetSecondFromTreeString(string); in TreeStringIsFlat() local