There are two things about this CL that don't sit quite right with me.

First, the API behavior should be the same whether it's debug or release.
Second, I really don't like adding a printing API to the API: There are no other
ones except for the single entry for printing stack traces to a FILE.

I would much prefer a callback mechanism for the trace. You make the API call and it calls you back for each object along the trace. Then you can do whatever
you like on the client side... inspect fields, print verbose info, whatever.

https://chromiumcodereview.appspot.com/9749008/

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to