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