Index: src/ia32/codegen-ia32.h |
=================================================================== |
--- src/ia32/codegen-ia32.h (revision 4210) |
+++ src/ia32/codegen-ia32.h (working copy) |
@@ -574,8 +574,8 @@ |
// name/value pairs. |
void DeclareGlobals(Handle<FixedArray> pairs); |
- // Instantiate the function boilerplate. |
- Result InstantiateBoilerplate(Handle<JSFunction> boilerplate); |
+ // Instantiate the function based on the shared function info. |
+ Result InstantiateFunction(Handle<SharedFunctionInfo> function_info); |
// Support for type checks. |
void GenerateIsSmi(ZoneList<Expression*>* args); |