Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/base/
Dtyped_array_helper.h98 static bool IsNativeArrayIterator(JSThread *thread,
Dtyped_array_helper.cpp1143 bool TypedArrayHelper::IsNativeArrayIterator(JSThread *thread, in IsNativeArrayIterator() function in panda::ecmascript::base::TypedArrayHelper
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_shared_typedarray.cpp180 !TypedArrayHelper::IsNativeArrayIterator(thread, source, usingIterator)) { in From()
Dbuiltins_typedarray.cpp300 …if (!usingIterator->IsUndefined() && !TypedArrayHelper::IsNativeArrayIterator(thread, source, usin… in From()