Enable stepping into callback passed to builtins (e.g. Array.forEach).
authoryangguo@chromium.org <yangguo@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Fri, 20 Apr 2012 11:06:12 +0000 (11:06 +0000)
committeryangguo@chromium.org <yangguo@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Fri, 20 Apr 2012 11:06:12 +0000 (11:06 +0000)
commitf516037a6fba7202b60c0abe33e833cf0003a659
tree3e2034382f1ba1a1f5440fe2a981a10673d2561a
parent913568ce015e6e5af61387109df3d1b342abfc75
Enable stepping into callback passed to builtins (e.g. Array.forEach).

BUG=109564
TEST=

Review URL: https://chromiumcodereview.appspot.com/10078014

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@11399 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/array.js
src/debug.h
src/runtime.cc
src/runtime.h
src/string.js
test/mjsunit/debug-stepin-builtin-callback.js [new file with mode: 0644]