Home
last modified time | relevance | path

Searched refs:firstLength (Results 1 – 1 of 1) sorted by relevance

/ark/js_runtime/ecmascript/
Dtagged_array-inl.h81 uint32_t firstLength = first->GetLength(); in Append() local
83 uint32_t length = firstLength + secondLength; in Append()
87 for (; index < firstLength; ++index) { in Append()
91 argument->Set(thread, index, second->Get(index - firstLength)); in Append()
99 uint32_t firstLength = first->GetLength(); in AppendSkipHole() local
101 ASSERT(firstLength + secondLength >= copyLength); in AppendSkipHole()
106 for (; index < firstLength; ++index) { in AppendSkipHole()