1 2 3 4 5 6 7 8 9 10
var g = newGlobal(); function foo() { try { foo(); } catch { g.Reflect.construct(g.Uint8ClampedArray, new g.Int8Array); } } foo();