Commit 99301fc8 authored by ulan@chromium.org's avatar ulan@chromium.org

Fix regress-411210 after r23824.

BUG=
R=hpayer@chromium.org

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

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@23827 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent 4948c064
......@@ -13,6 +13,10 @@ function __f_2() {
__v_1[2] = 20;
return __v_1;
}
for (var __v_2 = 0; __v_2 < 3; ++__v_2) {
__v_3 = __f_2();
try {
for (var __v_2 = 0; __v_2 < 3; ++__v_2) {
__v_3 = __f_2();
}
}
catch (e) { }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment