Lines Matching refs:GetArrayLength
29 uint32_t length = queue->GetLength().GetArrayLength(); in Add()
73 if (queue->GetLength().GetArrayLength() < 1) { in GetFirst()
86 uint32_t length = queue->GetLength().GetArrayLength(); in Pop()
125 if (index < 0 || index >= GetLength().GetArrayLength()) { in Set()
128 << (GetLength().GetArrayLength() - 1) << ". Received value is: " << index; in Set()
158 uint32_t length = obj->GetLength().GetArrayLength(); in OwnKeys()
177 uint32_t length = obj->GetLength().GetArrayLength(); in OwnEnumKeys()
208 uint32_t length = obj->GetLength().GetArrayLength(); in GetOwnProperty()
225 int length = static_cast<int>(obj->GetLength().GetArrayLength()); in GetProperty()
244 int length = static_cast<int>(obj->GetLength().GetArrayLength()); in SetProperty()
255 uint32_t JSAPIQueue::GetArrayLength(JSThread *thread, const JSHandle<JSAPIQueue> &queue) in GetArrayLength() function in panda::ecmascript::JSAPIQueue