Home
last modified time | relevance | path

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

/ark/js_runtime/ecmascript/
Dtagged_array-inl.h82 uint32_t secondLength = second->GetLength(); in Append() local
83 uint32_t length = firstLength + secondLength; in Append()
100 uint32_t secondLength = second->GetLength(); in AppendSkipHole() local
101 ASSERT(firstLength + secondLength >= copyLength); in AppendSkipHole()
114 for (uint32_t i = 0; i < secondLength; ++i) { in AppendSkipHole()