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

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

Issue 2648873002: [inspector] added creation frame for async call chains for promises (Closed)
Patch Set: fixed usage of external reference 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 2b7072ce2b323f17fe0c6af4e15e7bb765b89f39..b8cc0262b0329e3a34eb8f1e364e0f970586f5c0 100644
--- a/src/debug/interface-types.h
+++ b/src/debug/interface-types.h
@@ -60,6 +60,7 @@ struct WasmDisassembly {
};
enum PromiseDebugActionType {
+ kDebugPromiseCreated,
kDebugEnqueueAsyncFunction,
kDebugEnqueuePromiseResolve,
kDebugEnqueuePromiseReject,

Powered by Google App Engine
This is Rietveld 408576698