http://codereview.chromium.org/10388208/diff/1/test/mjsunit/error-tostring.js File test/mjsunit/error-tostring.js (right):
http://codereview.chromium.org/10388208/diff/1/test/mjsunit/error-tostring.js#newcode103 test/mjsunit/error-tostring.js:103: assertEquals('MyError toString', e.toString()); I don't think this tests the right thing. This just calls our toString. What we need to test is that v8::Message uses our toString. This test would pass before the code change too. http://codereview.chromium.org/10388208/ -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
