02a015b1c1
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}
6 lines
183 B
Plaintext
6 lines
183 B
Plaintext
*%(basename)s:30: TypeError: Right-hand side of 'instanceof' is not callable
|
|
1 instanceof {};
|
|
^
|
|
TypeError: Right-hand side of 'instanceof' is not callable
|
|
at *%(basename)s:30:3
|