summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/auto-regress/bug736609.js
blob: a4b3633153640e80e77b6d8a87ce2aa83ea128bb (plain)
1
2
3
4
5
6
7
8
9
10
// Binary: cache/js-dbg-32-c7ef262e3024-linux
// Flags:
//
try {
    a = new ArrayBuffer(76);
    b = new Uint32Array(a);
    String()
    c = new Uint8Array(a);
    c.set(b)
} catch (e) {}