Reviewers: Jakob, rossberg, Mark Miller,

Message:
On 2015/08/07 06:47:43, Yang wrote:
mailto:[email protected] changed reviewers:
+ mailto:[email protected]

Mark, could you take a look at whether the change to the fix for crbug/69187
makes sense?

Description:
Rewrite Error.prototype.toString in C++.

This avoids many back-and-forth calls to the runtime.

This also slightly changes the way we avoid getters. Previously, we circumvent getting the name property of ReferenceError, SyntaxError and TypeError due to
crbug/69187. Now we do that for all errors created by V8.

[email protected], [email protected]
BUG=crbug:513472, crbug:69187
LOG=N

Please review this at https://codereview.chromium.org/1281833002/

Base URL: https://chromium.googlesource.com/v8/v8.git@master

Affected files (+203, -65 lines):
  M src/bootstrapper.cc
  M src/heap/heap.h
  M src/isolate.h
  M src/messages.h
  M src/messages.cc
  M src/messages.js
  M src/runtime/runtime.h
  M src/runtime/runtime-internal.cc
  M test/mjsunit/error-constructors.js


--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to