Searched refs:enum_keys (Results 1 – 1 of 1) sorted by relevance
585 Handle<FixedArray> enum_keys; in CollectOwnPropertyNames() local587 enum_keys = KeyAccumulator::GetOwnEnumPropertyKeys(isolate_, object); in CollectOwnPropertyNames()592 if (enum_keys->length() != nof_descriptors) { in CollectOwnPropertyNames()603 enum_keys = GetOwnEnumPropertyDictionaryKeys( in CollectOwnPropertyNames()606 enum_keys = GetOwnEnumPropertyDictionaryKeys( in CollectOwnPropertyNames()609 AddKeys(enum_keys, DO_NOT_CONVERT); in CollectOwnPropertyNames()