Lines Matching defs:excluded_properties
261 const base::ScopedVector<Handle<Object>>* excluded_properties,
264 for (int i = 0; i < excluded_properties->length(); i++) {
265 if (search_element->SameValue(*excluded_properties->at(i))) {
276 const base::ScopedVector<Handle<Object>>* excluded_properties,
384 if (excluded_properties != nullptr &&
385 HasExcludedProperty(excluded_properties, next_key)) {
417 const base::ScopedVector<Handle<Object>>* excluded_properties,
420 FastAssign(target, source, mode, excluded_properties, use_set);
462 if (excluded_properties != nullptr &&
463 HasExcludedProperty(excluded_properties, next_key)) {