Home
last modified time | relevance | path

Searched refs:SecondBuffer (Results 1 – 1 of 1) sorted by relevance

/external/v8/test/mjsunit/regress/
Dregress-4665.js21 function SecondBuffer (arg) { class
23 arr.__proto__ = SecondBuffer.prototype
26 SecondBuffer.prototype.__proto__ = Uint8Array.prototype
27 SecondBuffer.__proto__ = Uint8Array
29 var buf3 = new SecondBuffer(10)