Revision: 23827
Author: [email protected]
Date: Wed Sep 10 08:48:40 2014 UTC
Log: Fix regress-411210 after r23824.
BUG=
[email protected]
Review URL: https://codereview.chromium.org/559863004
https://code.google.com/p/v8/source/detail?r=23827
Modified:
/branches/bleeding_edge/test/mjsunit/regress/regress-411210.js
=======================================
--- /branches/bleeding_edge/test/mjsunit/regress/regress-411210.js Wed Sep
10 07:51:29 2014 UTC
+++ /branches/bleeding_edge/test/mjsunit/regress/regress-411210.js Wed Sep
10 08:48:40 2014 UTC
@@ -13,6 +13,10 @@
__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) { }
--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.