Index: src/ia32/codegen-ia32.h |
=================================================================== |
--- src/ia32/codegen-ia32.h (revision 5865) |
+++ src/ia32/codegen-ia32.h (working copy) |
@@ -625,7 +625,8 @@ |
void DeclareGlobals(Handle<FixedArray> pairs); |
// Instantiate the function based on the shared function info. |
- Result InstantiateFunction(Handle<SharedFunctionInfo> function_info); |
+ Result InstantiateFunction(Handle<SharedFunctionInfo> function_info, |
+ bool pretenure); |
// Support for types. |
void GenerateIsSmi(ZoneList<Expression*>* args); |