var e = new Error();
function test() {
  var arr = new Float32Array(1);
  for (var Number in e) {}
  var a = arr [0];
  switch (a) {}
} test();