Searched refs:arrayByteLength (Results 1 – 1 of 1) sorted by relevance
247 uint32_t arrayByteLength = static_cast<uint32_t>(byteLength); in AllocateArrayBuffer() local250 factory->NewJSArrayBufferData(arrayBuffer, arrayByteLength); in AllocateArrayBuffer()252 arrayBuffer->SetArrayBufferByteLength(arrayByteLength); in AllocateArrayBuffer()