| Index: src/factory.h
|
| ===================================================================
|
| --- src/factory.h (revision 1380)
|
| +++ src/factory.h (working copy)
|
| @@ -186,10 +186,6 @@
|
| // runtime.
|
| static Handle<JSObject> NewJSObjectFromMap(Handle<Map> map);
|
|
|
| - // Allocate a JS array representing an array literal. The array is
|
| - // pretenured (allocated directly in the old generation).
|
| - static Handle<JSArray> NewArrayLiteral(int length);
|
| -
|
| // JS arrays are pretenured when allocated by the parser.
|
| static Handle<JSArray> NewJSArray(int init_length,
|
| PretenureFlag pretenure = NOT_TENURED);
|
| @@ -210,9 +206,6 @@
|
| static Handle<Code> NewCode(const CodeDesc& desc, ScopeInfo<>* sinfo,
|
| Code::Flags flags, Handle<Object> self_reference);
|
|
|
| - static Handle<Code> NewCode(const CodeDesc& desc, ScopeInfo<>* sinfo,
|
| - Code::Flags flags);
|
| -
|
| static Handle<Code> CopyCode(Handle<Code> code);
|
|
|
| static Handle<Object> ToObject(Handle<Object> object,
|
|
|