https://codereview.chromium.org/19775017/diff/5001/src/frames.cc
File src/frames.cc (right):

https://codereview.chromium.org/19775017/diff/5001/src/frames.cc#newcode262
src/frames.cc:262: if (!done()) Advance();
On 2013/07/22 14:18:54, loislo wrote:
if (frame_ == NULL) return;

Advance();

if (frame_ != NULL &&
     !frame_->is_exit() &&
     external_callback_scope_ &&
     external_callback_scope_->scope_address() < frame_->fp()) {
   // Skip top ExternalCallbackScope if we already advanced to a JS
frame
   // under it. Sampler will anyways take this top external callback.
   external_callback_scope_ = external_callback_scope_->previous();
}

Done.

https://codereview.chromium.org/19775017/

--
--
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/groups/opt_out.


Reply via email to