Added new patch set.
https://chromiumcodereview.appspot.com/9568005/diff/1/src/messages.js File src/messages.js (right): https://chromiumcodereview.appspot.com/9568005/diff/1/src/messages.js#newcode1194 src/messages.js:1194: throw MakeTypeError("called_on_non_object", ["Error.toString"]); On 2012/03/05 10:04:58, rossberg wrote:
Shouldn't that be Error.prototype.toString?
Done. You are right. I thought this is consistent with v8natives.js, but those functions are actually installed on the constructor whereas this is installed on the prototype. https://chromiumcodereview.appspot.com/9568005/ -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
