michael@0: // Binary: cache/js-dbg-32-c7ef262e3024-linux michael@0: // Flags: michael@0: // michael@0: try { michael@0: a = new ArrayBuffer(76); michael@0: b = new Uint32Array(a); michael@0: uneval() michael@0: c = new Uint8Array(a); michael@0: c.set(b) michael@0: } catch (e) {}