Files
Kmake/deps/v8/test/message/fail/iterator-non-callable.out

7 lines
351 B
Plaintext
Raw Permalink Normal View History

2026-05-26 23:36:42 -07:00
*%(basename)s:7: TypeError: %%Array%%.from requires that the property of the first argument, items[Symbol.iterator], when exists, be a function
Array.from(x);
^
TypeError: %%Array%%.from requires that the property of the first argument, items[Symbol.iterator], when exists, be a function
at Array.from (<anonymous>)
at *%(basename)s:7:7