Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(453)

Unified Diff: src/keys.cc

Issue 2002203002: [api] Add more parameters to Object::GetPropertyNames (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@2016-05-06_keys_fast_path_1995263002
Patch Set: reverting accidental formatting Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/keys.cc
diff --git a/src/keys.cc b/src/keys.cc
index bacb201b20d44c79513ea7cf5831e4b71ff847af..bc9fbb1032cbf0b5c1983784ef3015e9622a2622 100644
--- a/src/keys.cc
+++ b/src/keys.cc
@@ -33,7 +33,7 @@ static bool ContainsOnlyValidKeys(Handle<FixedArray> array) {
} // namespace
MaybeHandle<FixedArray> KeyAccumulator::GetKeys(
- Handle<JSReceiver> object, KeyCollectionType type, PropertyFilter filter,
+ Handle<JSReceiver> object, KeysCollectionLimit type, PropertyFilter filter,
GetKeysConversion keys_conversion, bool filter_proxy_keys, bool is_for_in) {
USE(ContainsOnlyValidKeys);
Isolate* isolate = object->GetIsolate();

Powered by Google App Engine
This is Rietveld 408576698