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/factory.h

Issue 2590563003: [promises] Remove deferred object (Closed)
Patch Set: add comments 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/factory.h
diff --git a/src/factory.h b/src/factory.h
index 37dfe3adefc7e5dfadac24859bedce4afe03da55..dfbe5471c65a7fb8cae8cb15255be35af68c5e63 100644
--- a/src/factory.h
+++ b/src/factory.h
@@ -72,8 +72,8 @@ class V8_EXPORT_PRIVATE Factory final {
// Create a new PromiseReactionJobInfo struct.
Handle<PromiseReactionJobInfo> NewPromiseReactionJobInfo(
Handle<JSPromise> promise, Handle<Object> value, Handle<Object> tasks,
- Handle<Object> deferred, Handle<Object> debug_id,
- Handle<Object> debug_name, Handle<Context> context);
+ Handle<Object> deferred_promise, Handle<Object> deferred_on_resolve,
+ Handle<Object> deferred_on_reject, Handle<Context> context);
// Create a new PromiseResolveThenableJobInfo struct.
Handle<PromiseResolveThenableJobInfo> NewPromiseResolveThenableJobInfo(

Powered by Google App Engine
This is Rietveld 408576698