Index: src/factory.h |
diff --git a/src/factory.h b/src/factory.h |
index 9f9813cae0b2d9a41649f578a91baa5a32f9f91b..f5a99477c467bba820afc54ebea34b379f6632ea 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> NewGlobalContextTable(int length, int size); |
adamk
2014/11/06 20:18:06
As noted elsewhere, seems like you could just leav
Dmitry Lomov (no reviews)
2014/11/07 10:18:48
Done.
|
+ |
// Create a module context. |
Handle<Context> NewModuleContext(Handle<ScopeInfo> scope_info); |