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

Unified Diff: src/js/macros.py

Issue 2623313005: [inspector] introduced debug::SetAsyncTaskListener (Closed)
Patch Set: fixed compilation 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/js/macros.py
diff --git a/src/js/macros.py b/src/js/macros.py
index ad3329ba555b48a79a33899b6e20be224154963f..bd6876055224bda476cb6791edd8eb82da33824e 100644
--- a/src/js/macros.py
+++ b/src/js/macros.py
@@ -204,11 +204,3 @@ define kRejected = 2;
define kResolveCallback = 0;
define kRejectCallback = 1;
-
-# These values must be kept in sync with PromiseDebugActionName in
-# src/debug/debug.h
-define kAsyncFunction = 1;
-define kPromiseResolve = 2;
-define kPromiseReject = 3;
-define kPromiseResolveThenableJob = 4;
-define kDebugPromiseCollected = 5;
« src/inspector/v8-debugger.cc ('K') | « src/isolate.cc ('k') | src/objects.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698