Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(19)

Unified Diff: test/mjsunit/regress/regress-356589.js

Issue 1257063003: Add a --harmony-object-observe runtime flag (on by default) (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Move some initialization back to the snapshot Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « test/mjsunit/regress/regress-3315.js ('k') | test/mjsunit/regress/regress-417709a.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/regress/regress-356589.js
diff --git a/test/mjsunit/regress/regress-356589.js b/test/mjsunit/regress/regress-356589.js
index f93c5456407e6f1a433aa2c63d84f0749489a19b..a47f51bac1bf7541ad42ed8af8b2f285ebea0196 100644
--- a/test/mjsunit/regress/regress-356589.js
+++ b/test/mjsunit/regress/regress-356589.js
@@ -25,6 +25,8 @@
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+// Flags: --harmony-object-observe
+
// This test passes if it does not crash in debug mode
arr = ['a', 'b', 'c', 'd'];
« no previous file with comments | « test/mjsunit/regress/regress-3315.js ('k') | test/mjsunit/regress/regress-417709a.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698