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

Unified Diff: test/mjsunit/deserialize-reference.js

Issue 411483002: Correctly hook up back references to internalized strings in code deserializer. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: edited comment Created 6 years, 5 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/cctest/test-serialize.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/deserialize-reference.js
diff --git a/test/mjsunit/regress/regress-debug-context-load.js b/test/mjsunit/deserialize-reference.js
similarity index 67%
copy from test/mjsunit/regress/regress-debug-context-load.js
copy to test/mjsunit/deserialize-reference.js
index 0b3c275f99b016825cd563a700772bbddb7e4bad..b03201315932eab59e38c135d219192e6dcdf0eb 100644
--- a/test/mjsunit/regress/regress-debug-context-load.js
+++ b/test/mjsunit/deserialize-reference.js
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-// Flags: --expose-debug-as debug
+// Flags: --cache=code --serialize-toplevel
-Debug = debug.Debug;
-Debug.setListener(null);
+var a = "123";
+assertEquals(a, "123");
« no previous file with comments | « test/cctest/test-serialize.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698