Revert "Fix stepping in for-loops."
authoryangguo@chromium.org <yangguo@chromium.org>
Mon, 10 Nov 2014 09:35:28 +0000 (09:35 +0000)
committeryangguo@chromium.org <yangguo@chromium.org>
Mon, 10 Nov 2014 09:36:16 +0000 (09:36 +0000)
commit4a6d092fdff2eb52464cf51494994ad5d35e3eaa
tree12ee302147d954ecc2928a5a98246fc990a41e02
parent3bed0a171aea4912d5e5328f8b4d09a97452317a
Revert "Fix stepping in for-loops."

TBR=mvstanton@chromium.org

Review URL: https://codereview.chromium.org/713813002

Cr-Commit-Position: refs/heads/master@{#25233}
git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@25233 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
12 files changed:
src/arm/full-codegen-arm.cc
src/arm64/full-codegen-arm64.cc
src/full-codegen.cc
src/ia32/full-codegen-ia32.cc
src/mips/full-codegen-mips.cc
src/mips64/full-codegen-mips64.cc
src/parser.cc
src/x64/full-codegen-x64.cc
src/x87/full-codegen-x87.cc
test/cctest/test-debug.cc
test/mjsunit/debug-step.js
test/mjsunit/es6/debug-stepnext-for.js [deleted file]