summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/auto-regress/bug736609.js
blob: fc7bc9c215293b7fa1d2daa734ef78022ac85271 (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);
    uneval()
    c = new Uint8Array(a);
    c.set(b)
} catch (e) {}