Source code

Revision control

Copy as Markdown

Other Tools

// 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) {}