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

Unified Diff: src/code-stub-assembler.h

Issue 2604273003: [csa] Refactor promises API (Closed)
Patch Set: comments 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
« no previous file with comments | « src/builtins/builtins-promise.cc ('k') | src/code-stub-assembler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/code-stub-assembler.h
diff --git a/src/code-stub-assembler.h b/src/code-stub-assembler.h
index f983044f9340debf9646223cf55587c7098be816..be527fa8d30bee06dd8050de27e78315b28853d9 100644
--- a/src/code-stub-assembler.h
+++ b/src/code-stub-assembler.h
@@ -1128,13 +1128,6 @@ class V8_EXPORT_PRIVATE CodeStubAssembler : public compiler::CodeAssembler {
// Promise helpers
Node* IsPromiseHookEnabled();
- Node* AllocateJSPromise(Node* context);
- void PromiseInit(Node* promise);
-
- // Other promise fields may also be need to set/reset. This only
- // provides a helper for certain init patterns.
- void PromiseSet(Node* promise, Node* status, Node* result);
-
Node* AllocatePromiseReactionJobInfo(Node* promise, Node* value, Node* tasks,
Node* deferred_promise,
Node* deferred_on_resolve,
« no previous file with comments | « src/builtins/builtins-promise.cc ('k') | src/code-stub-assembler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698