Index: src/heap.h |
diff --git a/src/heap.h b/src/heap.h |
index 9e758aaa06441317d2952d32feb9eddb2a34de6f..a3ab33cabe317f5edf4989eafcab48a6eed025e0 100644 |
--- a/src/heap.h |
+++ b/src/heap.h |
@@ -618,6 +618,9 @@ class Heap { |
JSFunction* constructor, |
Handle<Object> allocation_site_info_payload); |
+ MUST_USE_RESULT MaybeObject* AllocateJSGeneratorObject( |
+ JSFunction* function); |
+ |
MUST_USE_RESULT MaybeObject* AllocateJSModule(Context* context, |
ScopeInfo* scope_info); |