| Index: src/factory.h
|
| diff --git a/src/factory.h b/src/factory.h
|
| index a0569f6e81b36483647a649666941f94bac1c854..c1e42aefd8d68819ee6f7dc0d3cc66e585ca9a9a 100644
|
| --- a/src/factory.h
|
| +++ b/src/factory.h
|
| @@ -69,12 +69,6 @@ class V8_EXPORT_PRIVATE Factory final {
|
| // Create a new boxed value.
|
| Handle<Box> NewBox(Handle<Object> value);
|
|
|
| - // Create a new PromiseReactionJobInfo struct.
|
| - Handle<PromiseReactionJobInfo> NewPromiseReactionJobInfo(
|
| - Handle<Object> value, Handle<Object> tasks,
|
| - Handle<Object> deferred_promise, Handle<Object> deferred_on_resolve,
|
| - Handle<Object> deferred_on_reject, Handle<Context> context);
|
| -
|
| // Create a new PrototypeInfo struct.
|
| Handle<PrototypeInfo> NewPrototypeInfo();
|
|
|
| @@ -320,8 +314,6 @@ class V8_EXPORT_PRIVATE Factory final {
|
| Handle<Context> NewBlockContext(Handle<JSFunction> function,
|
| Handle<Context> previous,
|
| Handle<ScopeInfo> scope_info);
|
| - // Create a promise context.
|
| - Handle<Context> NewPromiseResolvingFunctionContext(int length);
|
|
|
| // Allocate a new struct. The struct is pretenured (allocated directly in
|
| // the old generation).
|
|
|