Home
last modified time | relevance | path

Searched refs:dstLen (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
H A Dstd_core_Arrays.cpp30 auto dstLen = static_cast<int32_t>(dst->GetLength()); in StdCoreCopyTo() local
35 } else if (dstStart < 0 || dstStart > dstLen) { in StdCoreCopyTo()
37 } else if ((srcEnd - srcStart) > (dstLen - dstStart)) { in StdCoreCopyTo()
/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stubs-inl.h494 uint32_t dstLen = static_cast<uint32_t>(index.GetInt()); in RuntimeStArraySpread() local
499 JSTaggedValue::SetProperty(thread, dst, dstLen + i, strValue, true); in RuntimeStArraySpread()
502 JSHandle<JSTaggedValue> length(thread, JSTaggedValue(dstLen + strLen)); in RuntimeStArraySpread()

Completed in 7 milliseconds