Searched defs:second (Results 1 – 10 of 10) sorted by relevance
/ark/js_runtime/ecmascript/builtins/ |
D | builtins_string_iterator.cpp | 77 uint16_t second = string.GetObject<EcmaString>()->At<false>(position + 1); in Next() local
|
D | builtins_string.cpp | 312 uint16_t second = thisHandle->At<false>(pos + 1); in CodePointAt() local
|
D | builtins_regexp.cpp | 1185 uint16_t second = static_cast<EcmaString *>(inputStr->GetTaggedObject())->At(index + 1); in AdvanceStringIndex() local
|
/ark/js_runtime/ecmascript/ |
D | tagged_array-inl.h | 79 const JSHandle<TaggedArray> &second) in Append() 97 … const JSHandle<TaggedArray> &second, uint32_t copyLength) in AppendSkipHole()
|
D | js_date.cpp | 697 CString second = StrToTargetLength(ToCString(fields[SEC]), STR_LENGTH_OTHERS); in ToDateString() local 721 CString second = StrToTargetLength(ToCString(fields[SEC]), STR_LENGTH_OTHERS); in ToISOString() local 737 CString second = StrToTargetLength(ToCString(fields[SEC]), STR_LENGTH_OTHERS); in GetLocaleTimeStr() local 829 CString second = StrToTargetLength(ToCString(fields[SEC]), STR_LENGTH_OTHERS); in ToString() local 859 CString second = StrToTargetLength(ToCString(fields[SEC]), STR_LENGTH_OTHERS); in ToTimeString() local 883 CString second = StrToTargetLength(ToCString(fields[SEC]), STR_LENGTH_OTHERS); in ToUTCString() local
|
D | js_relative_time_format.cpp | 178 JSHandle<EcmaString> second = JSHandle<EcmaString>::Cast(globalConst->GetHandledSecondString()); in SingularUnitToIcuUnit() local 284 JSHandle<EcmaString> second = JSHandle<EcmaString>::Cast(globalConst->GetHandledSecondString()); in SingularUnitString() local
|
/ark/js_runtime/ecmascript/mem/ |
D | sparse_space.cpp | 180 std::sort(sweepingList_.begin(), sweepingList_.end(), [](Region *first, Region *second) { in SortSweepingRegion() 341 … std::sort(collectRegionSet_.begin(), collectRegionSet_.end(), [](Region *first, Region *second) { in SelectCSet()
|
/ark/js_runtime/ecmascript/builtins/tests/ |
D | builtins_regexp_test.cpp | 324 …JSHandle<JSTaggedValue> second(thread->GetEcmaVM()->GetFactory()->NewFromCanBeCompressString("2")); in HWTEST_F_L0() local 382 …JSHandle<JSTaggedValue> second(thread->GetEcmaVM()->GetFactory()->NewFromCanBeCompressString("2")); in HWTEST_F_L0() local 547 …JSHandle<JSTaggedValue> second(thread->GetEcmaVM()->GetFactory()->NewFromCanBeCompressString("2")); in HWTEST_F_L0() local
|
/ark/js_runtime/ecmascript/containers/tests/ |
D | containers_treeset_test.cpp | 864 JSHandle<JSTaggedValue> second(thread, JSTaggedValue(1)); in HWTEST_F_L0() local
|
D | containers_treemap_test.cpp | 965 JSHandle<JSTaggedValue> second(thread, JSTaggedValue(1)); in HWTEST_F_L0() local
|