| Index: src/key-accumulator.h
|
| diff --git a/src/key-accumulator.h b/src/key-accumulator.h
|
| index 47a1a6486bf200b2df8f7f74c6f71dd26a456219..9c44df4fb15999eee7070c51e821bfd6a01bf941 100644
|
| --- a/src/key-accumulator.h
|
| +++ b/src/key-accumulator.h
|
| @@ -44,7 +44,8 @@ class KeyAccumulator final BASE_EMBEDDED {
|
| void AddKeys(Handle<JSObject> array,
|
| AddKeyConversion convert = DO_NOT_CONVERT);
|
| void AddKeysFromProxy(Handle<JSObject> array);
|
| - void AddKeysFromProxy(Handle<FixedArray> keys);
|
| + bool AddKeysFromProxy(Handle<JSProxy> proxy, Handle<FixedArray> keys,
|
| + KeyFilter filter, Enumerability enum_policy);
|
| void AddElementKeysFromInterceptor(Handle<JSObject> array);
|
| // Jump to the next level, pushing the current |levelLength_| to
|
| // |levelLengths_| and adding a new list to |elements_|.
|
|
|