| Index: src/handles.h
|
| diff --git a/src/handles.h b/src/handles.h
|
| index 2dfe866be33665fc45078bd64d6651d8579cd816..3f6040421220fb064f4ce3180c95ae8f31074dbd 100644
|
| --- a/src/handles.h
|
| +++ b/src/handles.h
|
| @@ -305,9 +305,6 @@ Handle<Object> GetProperty(Handle<JSReceiver> obj, const char* name);
|
| Handle<String> LookupSingleCharacterStringFromCode(Isolate* isolate,
|
| uint32_t index);
|
|
|
| -Handle<FixedArray> AddKeysFromJSArray(Handle<FixedArray>,
|
| - Handle<JSArray> array);
|
| -
|
| // Get the JS object corresponding to the given script; create it
|
| // if none exists.
|
| Handle<JSValue> GetScriptWrapper(Handle<Script> script);
|
| @@ -344,11 +341,6 @@ Handle<FixedArray> ReduceFixedArrayTo(Handle<FixedArray> array, int length);
|
| Handle<FixedArray> GetEnumPropertyKeys(Handle<JSObject> object,
|
| bool cache_result);
|
|
|
| -// Computes the union of keys and return the result.
|
| -// Used for implementing "for (n in object) { }"
|
| -Handle<FixedArray> UnionOfKeys(Handle<FixedArray> first,
|
| - Handle<FixedArray> second);
|
| -
|
| Handle<JSGlobalProxy> ReinitializeJSGlobalProxy(
|
| Handle<JSFunction> constructor,
|
| Handle<JSGlobalProxy> global);
|
|
|