nodejs/deps/v8/test/message/fail/destructuring-function-non-iterable.out

6 lines
204 B
Plaintext
Raw Permalink Normal View History

*%(basename)s:6: TypeError: f is not a function or its return value is not iterable
var [a] = f();
^
TypeError: f is not a function or its return value is not iterable
at *%(basename)s:6:11