summaryrefslogtreecommitdiffstats
path: root/js/src/tests/non262/ArrayBuffer/bug1777413.js
blob: 3c58aecbfc9d625bb98a5442d2477ebf175c1dac (plain)
1
2
3
4
5
6
7
// |reftest| skip-if(!xulRuntime.shell) -- needs shell functions

var b = createExternalArrayBuffer(0);
assertEq(b.byteLength, 0);

if (typeof reportCompare === 'function')
  reportCompare(true, true);