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

Unified Diff: test/debugger/wrapper/enable-disable.js

Issue 2447073007: [debugger] Various break-related functionality in test wrapper (Closed)
Patch Set: Move DebugEvent to DebugWrapper to preserve old API Created 4 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 | « test/debugger/wrapper/break-on-debugger-stmt.js ('k') | test/mjsunit/debug-step.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/debugger/wrapper/enable-disable.js
diff --git a/test/debugger/wrapper/enable-disable.js b/test/debugger/wrapper/enable-disable.js
index 871e90590e9c07c4b8ac0354f73229108d940dfb..36813efb67c40c7a67e5b8887e7047f360ee7463 100644
--- a/test/debugger/wrapper/enable-disable.js
+++ b/test/debugger/wrapper/enable-disable.js
@@ -7,7 +7,7 @@ let compileCount = 0;
const Debug = new DebugWrapper();
Debug.setListener(function(event, exec_state, event_data, data) {
- if (event != DebugEvent.AfterCompile) return;
+ if (event != Debug.DebugEvent.AfterCompile) return;
compileCount++;
});
« no previous file with comments | « test/debugger/wrapper/break-on-debugger-stmt.js ('k') | test/mjsunit/debug-step.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698