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

Unified Diff: test/debugger/test-api.js

Issue 2532693002: [debug-wrapper] AsyncTaskEvent event type (Closed)
Patch Set: Created 4 years, 1 month 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/debug/harmony/debug-async-function-async-task-event.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/debugger/test-api.js
diff --git a/test/debugger/test-api.js b/test/debugger/test-api.js
index 362bd8d488d613206abdbfe5e48b89a2d268ed98..dd64d22e2eb6cc6eb511c8b3afc490cada8127cb 100644
--- a/test/debugger/test-api.js
+++ b/test/debugger/test-api.js
@@ -27,13 +27,11 @@ class DebugWrapper {
// The listener method called on certain events.
this.listener = undefined;
- // TODO(jgruber): Determine which of these are still required and possible.
// Debug events which can occur in the V8 JavaScript engine.
this.DebugEvent = { Break: 1,
Exception: 2,
AfterCompile: 3,
CompileError: 4,
- AsyncTaskEvent: 5
};
// The different types of steps.
« no previous file with comments | « test/debugger/debug/harmony/debug-async-function-async-task-event.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698