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

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

Issue 680283002: Fix assertion scope in Runtime_GetScript. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: addressed comment Created 6 years, 2 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/runtime/runtime-debug.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-410033.js
diff --git a/test/mjsunit/regress/regress-double-property.js b/test/mjsunit/regress/regress-crbug-410033.js
similarity index 71%
copy from test/mjsunit/regress/regress-double-property.js
copy to test/mjsunit/regress/regress-crbug-410033.js
index 2ddb45b4b66c79600c78abfaf5b64c1a9a13927a..63693e64f732414661b464a39d33ba9eed66569f 100644
--- a/test/mjsunit/regress/regress-double-property.js
+++ b/test/mjsunit/regress/regress-crbug-410033.js
@@ -2,8 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-function f(a) {
- return {0.1: a};
-}
+// Flags: --allow-natives-syntax --expose-gc
-f();
+%GetScript('v8/gc');
« no previous file with comments | « src/runtime/runtime-debug.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698