Chromium Code Reviews| Index: src/heap.h |
| diff --git a/src/heap.h b/src/heap.h |
| index 8992e318e274e5b79be10a3480f9ad0f528205af..ab30e65ed909e2451fb31b8e4b15f47e3f255600 100644 |
| --- a/src/heap.h |
| +++ b/src/heap.h |
| @@ -617,6 +617,9 @@ class Heap { |
| JSFunction* constructor, |
| Handle<Object> allocation_site_info_payload); |
| + MUST_USE_RESULT MaybeObject* AllocateJSGeneratorIterator( |
| + JSFunction* function); |
| + |
| MUST_USE_RESULT MaybeObject* AllocateJSModule(Context* context, |
| ScopeInfo* scope_info); |