Index: src/full-codegen.h |
=================================================================== |
--- src/full-codegen.h (revision 5865) |
+++ src/full-codegen.h (working copy) |
@@ -348,7 +348,7 @@ |
// Platform-specific support for allocating a new closure based on |
// the given function info. |
- void EmitNewClosure(Handle<SharedFunctionInfo> info); |
+ void EmitNewClosure(Handle<SharedFunctionInfo> info, bool pretenure); |
// Platform-specific support for compiling assignments. |