https://codereview.chromium.org/781623004/diff/40001/src/debug.cc
File src/debug.cc (right):

https://codereview.chromium.org/781623004/diff/40001/src/debug.cc#newcode2864
src/debug.cc:2864: DebugScope debug_scope(this);
On 2014/12/08 14:31:22, yurys wrote:
You might want to skip this if debug context is on top of the stack
but we most
likely won't receive compile events from debug context here, so I
think it
should be fine as is.

Acknowledged.

https://codereview.chromium.org/781623004/diff/40001/test/mjsunit/debug-clearbreakpointgroup.js
File test/mjsunit/debug-clearbreakpointgroup.js (right):

https://codereview.chromium.org/781623004/diff/40001/test/mjsunit/debug-clearbreakpointgroup.js#newcode43
test/mjsunit/debug-clearbreakpointgroup.js:43: muteListener = true;
On 2014/12/08 14:31:22, yurys wrote:
try/finally

Done.

https://codereview.chromium.org/781623004/diff/40001/test/mjsunit/debug-compile-event.js
File test/mjsunit/debug-compile-event.js (right):

https://codereview.chromium.org/781623004/diff/40001/test/mjsunit/debug-compile-event.js#newcode86
test/mjsunit/debug-compile-event.js:86: var msg = eval('(' + json +
')');
On 2014/12/08 14:31:22, yurys wrote:
try/finally

Done.

https://codereview.chromium.org/781623004/diff/40001/test/mjsunit/debug-evaluate-with-context.js
File test/mjsunit/debug-evaluate-with-context.js (right):

https://codereview.chromium.org/781623004/diff/40001/test/mjsunit/debug-evaluate-with-context.js#newcode35
test/mjsunit/debug-evaluate-with-context.js:35: if (event ==
Debug.DebugEvent.AfterCompile ||
On 2014/12/08 14:31:22, yurys wrote:
should it be

if (event !== Debug.DebugEvent.DebugBreak)
     return
  ?

Done.

https://codereview.chromium.org/781623004/

--
--
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