1 2 3 4 5 6
// for-of on an empty slow array does nothing. var a = []; a.slow = true; for (var x of a) fail();