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

Unified Diff: src/runtime/runtime.h

Issue 2614603003: [promises] Move PromiseFulfill to TF (Closed)
Patch Set: Created 3 years, 12 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/runtime/runtime.h
diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h
index ffd22312a131c3756bf7e1c40be6ef17f94a227e..90a800281bdb461c0f58637d81d430098550306f 100644
--- a/src/runtime/runtime.h
+++ b/src/runtime/runtime.h
@@ -307,7 +307,6 @@ namespace internal {
F(OrdinaryHasInstance, 2, 1) \
F(PromiseDeferred, 1, 1) \
F(PromiseReject, 3, 1) \
- F(PromiseFulfill, 3, 1) \
F(PromiseHookInit, 2, 1) \
F(PromiseHookResolve, 1, 1) \
F(PromiseHookBefore, 1, 1) \

Powered by Google App Engine
This is Rietveld 408576698