2 * Any copyright is dedicated to the Public Domain.
3 * http://creativecommons.org/licenses/publicdomain/
4 * Contributors: Gary Kwong and Jason Orendorff
10 f.next = function () { throw StopIteration; }
15 for each (var e in [{}, {}, {}, {}, {}, {}, {}, {}, x]) {
16 for (var v in e) // do not assert
20 reportCompare(0, 0, 'ok');