Index: bleeding_edge/src/heap.h |
=================================================================== |
--- bleeding_edge/src/heap.h (revision 3473) |
+++ bleeding_edge/src/heap.h (working copy) |
@@ -487,7 +487,8 @@ |
// Please note this does not perform a garbage collection. |
static Object* AllocateFunction(Map* function_map, |
SharedFunctionInfo* shared, |
- Object* prototype); |
+ Object* prototype, |
+ PretenureFlag pretenure = TENURED); |
// Indicies for direct access into argument objects. |
static const int arguments_callee_index = 0; |