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

Unified Diff: src/builtins/builtins-promise.h

Issue 2630593004: [promises] Remove runtime call from fastpath in PromiseReject (Closed)
Patch Set: more cleanup 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/builtins/builtins-promise.h
diff --git a/src/builtins/builtins-promise.h b/src/builtins/builtins-promise.h
index ce896a4f303225170a3288ef5406a9f59c6797d2..ddcd9258e02ae61501dabdf452a5daf72d0fb3f5 100644
--- a/src/builtins/builtins-promise.h
+++ b/src/builtins/builtins-promise.h
@@ -85,6 +85,9 @@ class PromiseBuiltinsAssembler : public CodeStubAssembler {
Node* promise_constructor, Node* executor,
Label* if_noaccess);
+ void InternalPromiseReject(Node* context, Node* promise, Node* value,
adamk 2017/01/13 20:31:33 Can this be protected?
gsathya 2017/01/13 21:12:40 Changed this and the rest
+ Node* debug_event);
+
protected:
void PromiseInit(Node* promise);

Powered by Google App Engine
This is Rietveld 408576698