Index: bleeding_edge/src/heap.h |
=================================================================== |
--- bleeding_edge/src/heap.h (revision 3484) |
+++ bleeding_edge/src/heap.h (working copy) |
@@ -491,6 +491,8 @@ |
PretenureFlag pretenure = TENURED); |
// Indicies for direct access into argument objects. |
+ static const int kArgumentsObjectSize = |
+ JSObject::kHeaderSize + 2 * kPointerSize; |
static const int arguments_callee_index = 0; |
static const int arguments_length_index = 1; |