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

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

Issue 2573703002: Add PromiseReactionJobInfo to CSA (Closed)
Patch Set: fix test 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
« no previous file with comments | « no previous file | 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 52b27fa964f7ab31557b76af379a3db5357691da..f710a499b59e9ae16606ae4912d22398cef590c1 100644
--- a/src/code-stub-assembler.h
+++ b/src/code-stub-assembler.h
@@ -1089,6 +1089,9 @@ class V8_EXPORT_PRIVATE CodeStubAssembler : public compiler::CodeAssembler {
// provides a helper for certain init patterns.
void PromiseSet(Node* promise, Node* status, Node* result);
+ Node* AllocatePromiseReactionJobInfo(Node* value, Node* tasks, Node* deferred,
+ Node* context);
+
protected:
void DescriptorLookupLinear(Node* unique_name, Node* descriptors, Node* nof,
Label* if_found, Variable* var_name_index,
« no previous file with comments | « no previous file | src/code-stub-assembler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698