Do not clear stepping after DebugEvaluate.
authoryangguo <yangguo@chromium.org>
Tue, 19 May 2015 04:56:19 +0000 (21:56 -0700)
committerCommit bot <commit-bot@chromium.org>
Tue, 19 May 2015 04:56:08 +0000 (04:56 +0000)
commit19312c1631c2cade977c6e94398c5b08361bb717
treefb71b99a3986c20387eb24ab9cb52f3a6bfac71d
parent7af6c1eecde0d3269f16253f70a4f58878044c5f
Do not clear stepping after DebugEvaluate.

Clearing stepping was originally introduced in http://codereview.chromium.org/7889039
But DebugEvaluate now also uses a DisableBreak scope, which makes sure we don't step
inside the evaluated code.

R=yurys@chromium.org
BUG=chromium:467180
LOG=N

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

Cr-Commit-Position: refs/heads/master@{#28461}
src/runtime/runtime-debug.cc
test/mjsunit/regress/regress-crbug-467180.js [new file with mode: 0644]