Searched refs:IndexFilter (Results 1 – 2 of 2) sorted by relevance
2871 enum class IndexFilter { kIncludeIndices, kSkipIndices }; enum3055 PropertyFilter property_filter, IndexFilter index_filter);
4366 v8::IndexFilter::kIncludeIndices); in GetPropertyNames()4372 IndexFilter index_filter) { in GetPropertyNames()4379 accumulator.set_skip_indices(index_filter == IndexFilter::kSkipIndices); in GetPropertyNames()4409 v8::IndexFilter::kIncludeIndices); in GetOwnPropertyNames()