Searched refs:enum_keys (Results 1 – 1 of 1) sorted by relevance
590 Handle<FixedArray> enum_keys; in CollectOwnPropertyNames() local592 enum_keys = KeyAccumulator::GetOwnEnumPropertyKeys(isolate_, object); in CollectOwnPropertyNames()597 if (enum_keys->length() != nof_descriptors) { in CollectOwnPropertyNames()608 enum_keys = GetOwnEnumPropertyDictionaryKeys( in CollectOwnPropertyNames()611 enum_keys = GetOwnEnumPropertyDictionaryKeys( in CollectOwnPropertyNames()614 AddKeys(enum_keys, DO_NOT_CONVERT); in CollectOwnPropertyNames()