Home
last modified time | relevance | path

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

/external/v8/test/mjsunit/harmony/
Dsharedarraybuffer.js33 function TestByteLength(param, expectedByteLength) { argument
35 assertSame(expectedByteLength, sab.byteLength);
/external/v8/test/mjsunit/es6/
Dtypedarray.js32 function TestByteLength(param, expectedByteLength) { argument
34 assertSame(expectedByteLength, ab.byteLength);