blob: a6e53f24e17840ccd4895f9e4de5dfea80b81a3d [file] [log] [blame]
This is a testharness.js-based test.
PASS An array
PASS A generator
FAIL An array with an overridden Symbol.iterator assert_array_equals: expected property 0 to be 6 but got 1 (expected array [6, 7] got [1, 2])
PASS An object with an overriden Symbol.iterator
FAIL An array with an overridden Symbol.iterator on the prototype assert_array_equals: value is 11, expected array
FAIL An array with an overridden %ArrayIterator%.prototype.next assert_array_equals: value is 8, expected array
PASS A holey array with fallback to an accessor on the prototype
PASS A string array in sequence<sequence> or record
Harness: the test ran to completion.