Searched refs:GetTypedArrayType (Results 1 – 4 of 4) sorted by relevance
176 NativeTypedArrayType GetTypedArrayType(panda::Local<panda::TypedArrayRef> typedArray) override;
1300 NativeTypedArrayType ArkNativeEngine::GetTypedArrayType(panda::Local<panda::TypedArrayRef> typedArr… in GetTypedArrayType() function in ArkNativeEngine
127 … virtual NativeTypedArrayType GetTypedArrayType(panda::Local<panda::TypedArrayRef> typedArray) = 0;
2762 *type = static_cast<napi_typedarray_type>(engine->GetTypedArrayType(typedArray)); in napi_get_typedarray_info()