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

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

Issue 1181013007: Debugger: require debugger to be active when dealing with breaks. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: fix yet another test Created 5 years, 6 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
Index: test/mjsunit/regress/regress-crbug-474297.js
diff --git a/test/mjsunit/regress/regress-crbug-474297.js b/test/mjsunit/regress/regress-crbug-474297.js
index 3169c2815aae84bec4a38fb317e4091356b84510..ce240251bdbc7abcab5be67742e14d9c920e8435 100644
--- a/test/mjsunit/regress/regress-crbug-474297.js
+++ b/test/mjsunit/regress/regress-crbug-474297.js
@@ -4,4 +4,9 @@
// Flags: --gc-interval=33 --expose-gc --allow-natives-syntax
+var Debug = %GetDebugContext().Debug;
+Debug.setListener(function(){});
+
%DebugGetLoadedScripts();
+
+Debug.setListener(null);
« no previous file with comments | « test/mjsunit/regress/regress-crbug-424142.js ('k') | test/mjsunit/regress/regress-debug-code-recompilation.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698