Index: src/factory.h |
diff --git a/src/factory.h b/src/factory.h |
index 57f537effd1970701ad81ea5a29c8973c484c1ad..60b034a7483294419b04aa38d7e292e28151c72b 100644 |
--- a/src/factory.h |
+++ b/src/factory.h |
@@ -54,6 +54,11 @@ class Factory final { |
// Create a new PrototypeInfo struct. |
Handle<PrototypeInfo> NewPrototypeInfo(); |
+ // Create a new SloppyBlockWithEvalContextExtension struct. |
+ Handle<SloppyBlockWithEvalContextExtension> |
+ NewSloppyBlockWithEvalContextExtension(Handle<ScopeInfo> scope_info, |
+ Handle<JSObject> extension); |
+ |
// Create a pre-tenured empty AccessorPair. |
Handle<AccessorPair> NewAccessorPair(); |