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

Unified Diff: src/js/macros.py

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/isolate.cc ('k') | src/objects.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/js/macros.py
diff --git a/src/js/macros.py b/src/js/macros.py
index ad3329ba555b48a79a33899b6e20be224154963f..955c89fd07f3348e9ff97c322fdd285be64a4ada 100644
--- a/src/js/macros.py
+++ b/src/js/macros.py
@@ -196,19 +196,3 @@ define kArrayInstanceConstructorModified = 28;
define kLegacyFunctionDeclaration = 29;
define kRegExpPrototypeSourceGetter = 30;
define kRegExpPrototypeOldFlagGetter = 31;
-
-# [[PromiseState]] values:
-# These values must be kept in sync with v8::Promise::PromiseState in
-# include/v8.h
-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;
« no previous file with comments | « src/isolate.cc ('k') | src/objects.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698