v8/test/message/fail/instanceof-nonobject.out

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
184 B
Plaintext
Raw Normal View History

*%(basename)s:30: TypeError: Right-hand side of 'instanceof' is not an object
1 instanceof 2;
^
TypeError: Right-hand side of 'instanceof' is not an object
at *%(basename)s:30:3