Lines Matching refs:buffer
61 * Serializes a V8 object into the buffer.
66 * Returns the buffer, allocated via the delegate, and its size.
67 * Caller assumes ownership of the buffer.
100 // Managing allocations of the internal buffer.
149 * buffer. Returns the number of keys actually written, which may be smaller
213 * Deserializes a V8 object from the buffer.
218 * Reads an object, consuming the entire buffer.
228 * Accepts the array buffer corresponding to the one passed previously to
297 Handle<JSArrayBuffer> buffer) V8_WARN_UNUSED_RESULT;
299 JSArrayBufferView view, JSArrayBuffer buffer,