v8/test/message/instanceof-nonobject.out
mstarzinger 02a015b1c1 [es6] Rebaseline tests of 'instanceof' error messages.
This rebaselines all our internal tests for error messages thrown by the
implementation of 'instanceof' to the new ES6 semantics. It also applies
a minor rephrasing to the messages in question.

R=rossberg@chromium.org
BUG=v8:4447
LOG=n

Review URL: https://codereview.chromium.org/1822663002

Cr-Commit-Position: refs/heads/master@{#34940}
2016-03-21 14:01:50 +00:00

6 lines
184 B
Plaintext

*%(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