Chromium Code Reviews| Index: src/factory.h |
| diff --git a/src/factory.h b/src/factory.h |
| index 9f9813cae0b2d9a41649f578a91baa5a32f9f91b..593fb90e89c2ce479e368c952258a4b9425232b9 100644 |
| --- a/src/factory.h |
| +++ b/src/factory.h |
| @@ -229,6 +229,9 @@ class Factory FINAL { |
| Handle<Context> NewGlobalContext(Handle<JSFunction> function, |
| Handle<ScopeInfo> scope_info); |
| + // Create an empty global context table. |
| + Handle<GlobalContextTable> NewEmptyGlobalContextTable(); |
|
rossberg
2014/11/07 13:22:38
Nit: Drop the 'Empty', unless there is another ver
Dmitry Lomov (no reviews)
2014/11/07 14:29:00
Done.
|
| + |
| // Create a module context. |
| Handle<Context> NewModuleContext(Handle<ScopeInfo> scope_info); |