| Index: src/factory.h
|
| diff --git a/src/factory.h b/src/factory.h
|
| index 682bc4424a2fceb5f14959ff2027f0efda4115ea..33d0fda2629947b09933c34ff93b3afb48311995 100644
|
| --- a/src/factory.h
|
| +++ b/src/factory.h
|
| @@ -75,6 +75,10 @@ class Factory final {
|
| // Create a new PrototypeInfo struct.
|
| Handle<PrototypeInfo> NewPrototypeInfo();
|
|
|
| + // Create a new Tuple3 struct.
|
| + Handle<Tuple3> NewTuple3(Handle<Object> value1, Handle<Object> value2,
|
| + Handle<Object> value3);
|
| +
|
| // Create a new ContextExtension struct.
|
| Handle<ContextExtension> NewContextExtension(Handle<ScopeInfo> scope_info,
|
| Handle<Object> extension);
|
|
|