v8/test/message/instanceof.out

6 lines
190 B
Plaintext
Raw Normal View History

*%(basename)s:28: TypeError: Expecting a function in instanceof check, but got 2
1 instanceof 2;
^
TypeError: Expecting a function in instanceof check, but got 2
at *%(basename)s:28:3