(value, index)
| 97 | |
| 98 | // Use a map function that returns non-numbers. |
| 99 | function mapper(value, index) { |
| 100 | return String.fromCharCode(value); |
| 101 | } |
| 102 | var d = defaultValue(constructor); |
| 103 | assertArrayLikeEquals( |
| 104 | constructor.from([72, 69, 89], mapper), [d, d, d], constructor); |