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

Unified Diff: include/v8-debug.h

Issue 362783002: Introduce debug events for Microtask queue. (Closed) Base URL: git://github.com/v8/v8.git@master
Patch Set: addressed Created 6 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
« no previous file with comments | « no previous file | src/debug.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/v8-debug.h
diff --git a/include/v8-debug.h b/include/v8-debug.h
index dceb99716fed5169321f69d4b22fb4c7a56fcf92..e72415952d97c02eae4e46b87b95c251377f2cd2 100644
--- a/include/v8-debug.h
+++ b/include/v8-debug.h
@@ -21,7 +21,8 @@ enum DebugEvent {
AfterCompile = 5,
CompileError = 6,
PromiseEvent = 7,
- BreakForCommand = 8
+ AsyncTaskEvent = 8,
+ BreakForCommand = 9
};
« no previous file with comments | « no previous file | src/debug.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698