Searched refs:JSI_UINT8_ARRAY (Results 1 – 5 of 5) sorted by relevance
80 JSI_UINT8_ARRAY, enumerator
130 if (arrayType != TypedArrayType::JSI_UINT8_ARRAY) { in ParseUint8ArrayToHksBlob()402 …JSIValue typedArray = JSI::CreateTypedArray(TypedArrayType::JSI_UINT8_ARRAY, result->outData->size, in HksConstructJSIReturnResult()
691 …JSIValue typedArray = JSI::CreateTypedArray(TypedArrayType::JSI_UINT8_ARRAY, byteLength, buffer, i… in JSIInterfaceTest019()715 if (res1 && !res2 && (type == TypedArrayType::JSI_UINT8_ARRAY) && (length == byteLength) && in JSIInterfaceTest019()721 …EXPECT_TRUE(res1 && !res2 && (type == TypedArrayType::JSI_UINT8_ARRAY) && (length == byteLength) && in JSIInterfaceTest019()
427 …JSIValue typedArray = JSI::CreateTypedArray(TypedArrayType::JSI_UINT8_ARRAY, actualLen, arrayBuffe… in ReadArrayFileInner()494 if ((position < 0) || (arrayPtr == nullptr) || (type != TypedArrayType::JSI_UINT8_ARRAY)) { in ExecuteWriteArrayFile()
912 jsiType = TypedArrayType::JSI_UINT8_ARRAY; in GetJsiArrayType()982 case TypedArrayType::JSI_UINT8_ARRAY: in GetJerryArrayType()