iterator-non-callable-2.out 375 Bytes
Newer Older
1 2 3 4 5 6
*%(basename)s:7: TypeError: %%TypedArray%%.from requires that the property of the first argument, items[Symbol.iterator], when exists, be a function
Uint8Array.from(x);
           ^
TypeError: %%TypedArray%%.from requires that the property of the first argument, items[Symbol.iterator], when exists, be a function
    at Function.from (<anonymous>)
    at *%(basename)s:7:12