Reviewers: Søren Thygesen Gjesse,

Message:
In order to step into callback functions from within builtin functions such as
Array.forEach (those are implemented in array.js), we now call
%PrepareBreakSlotsForCallback to set break slots if
%DebugStepIntoBuiltinCallback indicates that we are indeed using the debugger to
step.

Please take a look.


Description:
Enable stepping into callback passed to builtins (e.g. Array.forEach).

BUG=
TEST=


Please review this at http://codereview.chromium.org/10078014/

SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files:
  M src/array.js
  M src/debug.h
  M src/runtime.h
  M src/runtime.cc
  A test/mjsunit/debug-stepin-builtin-callback.js


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

Reply via email to