| Index: src/handles.h
|
| diff --git a/src/handles.h b/src/handles.h
|
| index c1400ed841c4f8d842ba4731ca0c27b6d7533658..cfdecac190de1e0f262ff323a0ce675d043afa4a 100644
|
| --- a/src/handles.h
|
| +++ b/src/handles.h
|
| @@ -299,14 +299,6 @@ Handle<FixedArray> GetEnumPropertyKeys(Handle<JSObject> object,
|
| Handle<FixedArray> UnionOfKeys(Handle<FixedArray> first,
|
| Handle<FixedArray> second);
|
|
|
| -// Sets the expected number of properties for the function's instances.
|
| -void SetExpectedNofProperties(Handle<JSFunction> func, int nof);
|
| -
|
| -// Sets the expected number of properties based on estimate from compiler.
|
| -void SetExpectedNofPropertiesFromEstimate(Handle<SharedFunctionInfo> shared,
|
| - int estimate);
|
| -
|
| -
|
| Handle<JSGlobalProxy> ReinitializeJSGlobalProxy(
|
| Handle<JSFunction> constructor,
|
| Handle<JSGlobalProxy> global);
|
|
|