Searched refs:SecondBuffer (Results 1 – 1 of 1) sorted by relevance
21 function SecondBuffer (arg) { class23 arr.__proto__ = SecondBuffer.prototype26 SecondBuffer.prototype.__proto__ = Uint8Array.prototype27 SecondBuffer.__proto__ = Uint8Array29 var buf3 = new SecondBuffer(10)