Searched defs:arrayBufferByteLength (Results 1 – 2 of 2) sorted by relevance
38 void JSArrayBuffer::Attach(JSThread *thread, uint32_t arrayBufferByteLength, JSTaggedValue arrayBuf… in Attach()
231 int32_t arrayBufferByteLength = arrayBufferRef->ByteLength(vm_); in AddTypedArrayRefs() local