Home
last modified time | relevance | path

Searched refs:IndexFilter (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/
Dapi.cc3943 v8::IndexFilter::kIncludeIndices); in GetPropertyNames()
3949 IndexFilter index_filter) { in GetPropertyNames()
3956 accumulator.set_skip_indices(index_filter == IndexFilter::kSkipIndices); in GetPropertyNames()
3986 v8::IndexFilter::kIncludeIndices); in GetOwnPropertyNames()
/external/v8/include/
Dv8.h2647 enum class IndexFilter { kIncludeIndices, kSkipIndices }; enum
2800 PropertyFilter property_filter, IndexFilter index_filter);
/external/v8/test/cctest/
Dtest-api.cc15209 default_filter, v8::IndexFilter::kIncludeIndices) in THREADED_TEST()
15217 v8::IndexFilter::kIncludeIndices) in THREADED_TEST()
15228 default_filter, v8::IndexFilter::kSkipIndices) in THREADED_TEST()
15237 v8::IndexFilter::kSkipIndices) in THREADED_TEST()
15246 default_filter, v8::IndexFilter::kIncludeIndices) in THREADED_TEST()
15254 include_symbols_filter, v8::IndexFilter::kIncludeIndices) in THREADED_TEST()
15263 default_filter, v8::IndexFilter::kSkipIndices) in THREADED_TEST()
15271 include_symbols_filter, v8::IndexFilter::kSkipIndices) in THREADED_TEST()