| Index: src/factory.h
|
| diff --git a/src/factory.h b/src/factory.h
|
| index 7362a3857229301fdb21a27e827cb14190c391bd..cbcafd92e499cfc2d57bdbf1aed2b04a09548da4 100644
|
| --- a/src/factory.h
|
| +++ b/src/factory.h
|
| @@ -96,6 +96,10 @@ class V8_EXPORT_PRIVATE Factory final {
|
| Handle<ContextExtension> NewContextExtension(Handle<ScopeInfo> scope_info,
|
| Handle<Object> extension);
|
|
|
| + // Create a new ConstantElementsPair struct.
|
| + Handle<ConstantElementsPair> NewConstantElementsPair(
|
| + ElementsKind elements_kind, Handle<FixedArrayBase> constant_values);
|
| +
|
| // Create a pre-tenured empty AccessorPair.
|
| Handle<AccessorPair> NewAccessorPair();
|
|
|
|
|