Searched defs:typedArray (Results 1 – 10 of 10) sorted by relevance
181 JSObjectRef typedArray = JSValueToObject(context, value, nullptr); in getPointerElements() local
444 napi_value typedArray = nullptr; in ReadFromAshmem() local512 napi_value typedArray = nullptr; in TransferByteToJsData() local
130 napi_value typedArray = nullptr; variable
3046 napi_value typedArray = nullptr; variable
280 bool typedArray = false; in GenBufferData() local
1676 Local<panda::TypedArrayRef> typedArray; in NapiNewTypedArray() local1723 Local<panda::SendableTypedArrayRef> typedArray; in NapiNewSendableTypedArray() local1757 …tiveTypedArrayType ArkNativeEngine::GetTypedArrayType(panda::Local<panda::TypedArrayRef> typedArra… in GetTypedArrayType()1787 …ayType ArkNativeEngine::GetSendableTypedArrayType(panda::Local<panda::SendableTypedArrayRef> typed… in GetSendableTypedArrayType()
691 …JSIValue typedArray = JSI::CreateTypedArray(TypedArrayType::JSI_UINT8_ARRAY, byteLength, buffer, i… in JSIInterfaceTest019() local
943 uint8_t *JSI::GetTypedArrayInfo(JSIValue typedArray, in GetTypedArrayInfo()
2961 Local<panda::TypedArrayRef> typedArray = Local<panda::TypedArrayRef>(value); in napi_get_typedarray_info() local2980 Local<panda::SendableTypedArrayRef> typedArray = Local<panda::SendableTypedArrayRef>(value); in napi_get_typedarray_info() local4431 Local<TypedArrayRef> typedArray = stringVal->EncodeIntoUint8Array(vm); in napi_encode() local