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

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

Issue 66463002: Fix error message wording when instanceof throws. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 years, 1 month 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 | Annotate | Revision Log
« no previous file with comments | « test/message/instanceof.js ('k') | test/webkit/exception-for-nonobject-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 *%(basename)s:28: TypeError: Expecting a function in instanceof check, but got 2
2 1 instanceof 2;
3 ^
4 TypeError: Expecting a function in instanceof check, but got 2
5 at *%(basename)s:28:3
OLDNEW
« no previous file with comments | « test/message/instanceof.js ('k') | test/webkit/exception-for-nonobject-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698