Fix stepping in for-loops.
authoryangguo@chromium.org <yangguo@chromium.org>
Mon, 10 Nov 2014 09:05:48 +0000 (09:05 +0000)
committeryangguo@chromium.org <yangguo@chromium.org>
Mon, 10 Nov 2014 09:08:11 +0000 (09:08 +0000)
commit3bed0a171aea4912d5e5328f8b4d09a97452317a
treee675e875180cd143acea4d925d9c7f43545388a3
parent50a829b3cfe8ec0b7ccd1b7e154e632c9a73e5f0
Fix stepping in for-loops.

R=ulan@chromium.org
BUG=v8:3634
LOG=N

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

Cr-Commit-Position: refs/heads/master@{#25231}
git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@25231 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 [new file with mode: 0644]