Searched refs:IsNativeArrayIterator (Results 1 – 4 of 4) sorted by relevance
98 static bool IsNativeArrayIterator(JSThread *thread,
1143 bool TypedArrayHelper::IsNativeArrayIterator(JSThread *thread, in IsNativeArrayIterator() function in panda::ecmascript::base::TypedArrayHelper
180 !TypedArrayHelper::IsNativeArrayIterator(thread, source, usingIterator)) { in From()
300 …if (!usingIterator->IsUndefined() && !TypedArrayHelper::IsNativeArrayIterator(thread, source, usin… in From()