1 2 3 4 5 6 7
var e = new Error(); function test() { var arr = new Float32Array(1); for (var Number in e) {} var a = arr [0]; switch (a) {} } test();