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

Unified Diff: src/debug/interface-types.h

Issue 2623313005: [inspector] introduced debug::SetAsyncTaskListener (Closed)
Patch Set: Created 3 years, 11 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: src/debug/interface-types.h
diff --git a/src/debug/interface-types.h b/src/debug/interface-types.h
index 03a7217b255b5bb3890e0ff0a5a495871852987a..4ae9ff390bfdd939d302e43e7a88db99e2cbd128 100644
--- a/src/debug/interface-types.h
+++ b/src/debug/interface-types.h
@@ -66,6 +66,14 @@ enum PromiseDebugActionType {
kDebugDidHandle,
};
+enum PromiseDebugActionName {
dgozman 2017/01/13 00:01:48 Let's replace kDebugEnqueueRecurring with these 4.
kozy 2017/01/13 15:59:13 Done.
+ kDebugAsyncFunction,
+ kDebugPromiseResolve,
+ kDebugPromiseReject,
+ kDebugPromiseResolveThenableJob,
+ kDebugPromiseCollected,
+};
+
} // namespace debug
} // namespace v8

Powered by Google App Engine
This is Rietveld 408576698