1dab065bb4
Previously the error was "undefined is not a function". Now it is "1 is not iterable". Bug: v8:6522 Change-Id: If338ddefca78fd6a10cc12b26f0dec632900f32b Reviewed-on: https://chromium-review.googlesource.com/959728 Commit-Queue: Sathya Gunasekaran <gsathya@chromium.org> Reviewed-by: Sathya Gunasekaran <gsathya@chromium.org> Cr-Commit-Position: refs/heads/master@{#51918}
7 lines
143 B
Plaintext
7 lines
143 B
Plaintext
*%(basename)s:5: TypeError: 1 is not iterable
|
|
new Map(1);
|
|
^
|
|
TypeError: 1 is not iterable
|
|
at new Map (<anonymous>)
|
|
at *%(basename)s:5:1
|