Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(41)

Side by Side Diff: test/message/instanceof-nonobject.out

Issue 1822663002: [es6] Rebaseline tests of 'instanceof' error messages. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@local_instanceof-prepare-tests-1
Patch Set: One more test. Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « test/message/instanceof-noncallable.out ('k') | test/mjsunit/messages.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 *%(basename)s:30: TypeError: right-hand side is not an object 1 *%(basename)s:30: TypeError: Right-hand side of 'instanceof' is not an object
2 1 instanceof 2; 2 1 instanceof 2;
3 ^ 3 ^
4 TypeError: right-hand side is not an object 4 TypeError: Right-hand side of 'instanceof' is not an object
5 at *%(basename)s:30:3 5 at *%(basename)s:30:3
OLDNEW
« no previous file with comments | « test/message/instanceof-noncallable.out ('k') | test/mjsunit/messages.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698