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

Unified Diff: src/runtime/runtime.h

Issue 2541283002: [promises] Port ResolvePromise to TF (Closed)
Patch Set: remove ResolvePromise Created 4 years 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/runtime/runtime.h
diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h
index ecbef228de7e0ad72a74b6274367c2c46c6ba116..a71d11b1efa72cd3e623ddb0affe50e27290d17f 100644
--- a/src/runtime/runtime.h
+++ b/src/runtime/runtime.h
@@ -307,6 +307,7 @@ namespace internal {
F(PromiseDeferred, 1, 1) \
F(PromiseReject, 3, 1) \
F(PromiseFulfill, 3, 1) \
+ F(PromiseMarkAsHandled, 1, 1) \
F(PromiseRejectEventFromStack, 2, 1) \
F(PromiseRejectReactions, 1, 1) \
F(PromiseRevokeReject, 1, 1) \

Powered by Google App Engine
This is Rietveld 408576698