| Index: bleeding_edge/src/factory.h
|
| ===================================================================
|
| --- bleeding_edge/src/factory.h (revision 3473)
|
| +++ bleeding_edge/src/factory.h (working copy)
|
| @@ -219,7 +219,8 @@
|
|
|
| static Handle<JSFunction> NewFunctionFromBoilerplate(
|
| Handle<JSFunction> boilerplate,
|
| - Handle<Context> context);
|
| + Handle<Context> context,
|
| + PretenureFlag pretenure = TENURED);
|
|
|
| static Handle<Code> NewCode(const CodeDesc& desc,
|
| ZoneScopeInfo* sinfo,
|
| @@ -374,7 +375,8 @@
|
|
|
| static Handle<JSFunction> BaseNewFunctionFromBoilerplate(
|
| Handle<JSFunction> boilerplate,
|
| - Handle<Map> function_map);
|
| + Handle<Map> function_map,
|
| + PretenureFlag pretenure);
|
|
|
| // Create a new map cache.
|
| static Handle<MapCache> NewMapCache(int at_least_space_for);
|
|
|