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

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

Issue 2628173005: [inspector] merged type and name of async task event (Closed)
Patch Set: addressed comments 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
« no previous file with comments | « src/debug/debug.js ('k') | src/factory.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/debug/interface-types.h
diff --git a/src/debug/interface-types.h b/src/debug/interface-types.h
index 03a7217b255b5bb3890e0ff0a5a495871852987a..2b7072ce2b323f17fe0c6af4e15e7bb765b89f39 100644
--- a/src/debug/interface-types.h
+++ b/src/debug/interface-types.h
@@ -60,8 +60,11 @@ struct WasmDisassembly {
};
enum PromiseDebugActionType {
- kDebugEnqueueRecurring,
- kDebugCancel,
+ kDebugEnqueueAsyncFunction,
+ kDebugEnqueuePromiseResolve,
+ kDebugEnqueuePromiseReject,
+ kDebugEnqueuePromiseResolveThenableJob,
+ kDebugPromiseCollected,
kDebugWillHandle,
kDebugDidHandle,
};
« no previous file with comments | « src/debug/debug.js ('k') | src/factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698