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

Unified Diff: test/mjsunit/regress/regress-crbug-351262.js

Issue 195163002: fix bad access check check (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 9 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 | « src/objects.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/regress/regress-crbug-351262.js
diff --git a/test/mjsunit/regress/regress-349870.js b/test/mjsunit/regress/regress-crbug-351262.js
similarity index 78%
copy from test/mjsunit/regress/regress-349870.js
copy to test/mjsunit/regress/regress-crbug-351262.js
index 72df05524bf1ccbcc8e4201512238e6f99e3fdea..a2f4eadc0de5c2bd7d27f6e78ff9940fce7b0f85 100644
--- a/test/mjsunit/regress/regress-349870.js
+++ b/test/mjsunit/regress/regress-crbug-351262.js
@@ -2,6 +2,5 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-var r = /x/;
-Object.freeze(r);
-r.compile("x");
+for (var x in this) {};
+JSON.stringify(this);
« no previous file with comments | « src/objects.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698