Searched refs:HasShadowingKeys (Results 1 – 2 of 2) sorted by relevance
105 bool HasShadowingKeys();
183 if (HasShadowingKeys()) skip_shadow_check_ = false; in CollectKeys()208 bool KeyAccumulator::HasShadowingKeys() { return !shadowing_keys_.is_null(); } in HasShadowingKeys() function in v8::internal::KeyAccumulator211 if (!HasShadowingKeys() || skip_shadow_check_) return false; in IsShadowed()