Searched defs:arrayBuffer (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/JavaScriptCore-7600.1.17/runtime/
H A DJSGenericTypedArrayViewPrototypeInlines.h113 RefPtr<ArrayBuffer> arrayBuffer = thisObject->buffer(); local
H A DIndexingHeader.h68 ArrayBuffer* arrayBuffer() { return u.typedArray.buffer; } function in class:JSC::IndexingHeader
H A DJSArrayBuffer.cpp37 JSArrayBuffer::JSArrayBuffer(VM& vm, Structure* structure, PassRefPtr<ArrayBuffer> arrayBuffer) argument
H A DJSArrayBufferView.cpp87 ConstructionContext( VM& vm, Structure* structure, PassRefPtr<ArrayBuffer> arrayBuffer, unsigned byteOffset, unsigned length) argument
100 ConstructionContext( Structure* structure, PassRefPtr<ArrayBuffer> arrayBuffer, unsigned byteOffset, unsigned length, DataViewTag) argument

Completed in 62 milliseconds