Searched refs:arrayByteLength (Results 1 – 2 of 2) sorted by relevance
241 uint32_t arrayByteLength = static_cast<uint32_t>(byteLength); in AllocateSendableArrayBuffer() local244 factory->NewJSSendableArrayBufferData(arrayBuffer, arrayByteLength); in AllocateSendableArrayBuffer()246 arrayBuffer->SetArrayBufferByteLength(arrayByteLength); in AllocateSendableArrayBuffer()
235 uint32_t arrayByteLength = static_cast<uint32_t>(byteLength); in AllocateArrayBuffer() local238 factory->NewJSArrayBufferData(arrayBuffer, arrayByteLength); in AllocateArrayBuffer()240 arrayBuffer->SetArrayBufferByteLength(arrayByteLength); in AllocateArrayBuffer()