http://codereview.chromium.org/2962007/diff/12001/13003 File src/debug.cc (right):
http://codereview.chromium.org/2962007/diff/12001/13003#newcode2237 src/debug.cc:2237: !event_listener_.is_null() && event_listener_->IsProxy(); On 2010/07/13 10:38:22, Yury Semikhatsky wrote:
I don't see why you should ignore event_listener_ if it is not a
proxy. I don't see a point in calling them, because passing a raw pointer to JS code doesn't make much sense, and is cumbersome (for 64-bit case). But if you are insisting on being consistent, here it is. http://codereview.chromium.org/2962007/show -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
