Index: src/heap.h |
diff --git a/src/heap.h b/src/heap.h |
index a6a14f6a6069838d096b4599fa898b4e0306349b..31df8537e77a186690020164ac1d1bd3c62eb6a6 100644 |
--- a/src/heap.h |
+++ b/src/heap.h |
@@ -1486,6 +1486,10 @@ class Heap { |
int length, |
PretenureFlag pretenure = NOT_TENURED); |
+ // Allocates an arguments object - optionally with an elements array. |
+ MUST_USE_RESULT AllocationResult AllocateArgumentsObject( |
+ Object* callee, int length); |
+ |
// Copy the code and scope info part of the code object, but insert |
// the provided data as the relocation information. |
MUST_USE_RESULT AllocationResult CopyCode(Code* code, |