Home
last modified time | relevance | path

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

/expo/ios/versioned/sdk47/EXGL/common/
H A DABI47_0_0EXTypedArrayApi.cpp162 auto jsArrayBuffer = jsObj.getArrayBuffer(runtime); in arrayBufferToVector() local
164 uint8_t *dataBlock = jsArrayBuffer.data(runtime); in arrayBufferToVector()
166 jsArrayBuffer.getProperty(runtime, propNameIDCache.get(runtime, Prop::ByteLength)).asNumber(); in arrayBufferToVector()
/expo/packages/expo-gl/common/
H A DEXTypedArrayApi.cpp162 auto jsArrayBuffer = jsObj.getArrayBuffer(runtime); in arrayBufferToVector() local
164 uint8_t *dataBlock = jsArrayBuffer.data(runtime); in arrayBufferToVector()
166 jsArrayBuffer.getProperty(runtime, propNameIDCache.get(runtime, Prop::ByteLength)).asNumber(); in arrayBufferToVector()
/expo/ios/versioned/sdk48/ExpoGL/common/
H A DABI48_0_0EXTypedArrayApi.cpp162 auto jsArrayBuffer = jsObj.getArrayBuffer(runtime); in arrayBufferToVector() local
164 uint8_t *dataBlock = jsArrayBuffer.data(runtime); in arrayBufferToVector()
166 jsArrayBuffer.getProperty(runtime, propNameIDCache.get(runtime, Prop::ByteLength)).asNumber(); in arrayBufferToVector()
/expo/ios/versioned/sdk49/ExpoGL/common/
H A DABI49_0_0EXTypedArrayApi.cpp162 auto jsArrayBuffer = jsObj.getArrayBuffer(runtime); in arrayBufferToVector() local
164 uint8_t *dataBlock = jsArrayBuffer.data(runtime); in arrayBufferToVector()
166 jsArrayBuffer.getProperty(runtime, propNameIDCache.get(runtime, Prop::ByteLength)).asNumber(); in arrayBufferToVector()