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