Searched refs:InvalidatePrototypeChains (Results 1 – 4 of 4) sorted by relevance
500 JSObject::InvalidatePrototypeChains(holder->map()); in ReconfigureDataProperty()613 JSObject::InvalidatePrototypeChains(receiver->map()); in ApplyTransitionToDataProperty()643 JSObject::InvalidatePrototypeChains(receiver->map()); in ApplyTransitionToDataProperty()791 JSObject::InvalidatePrototypeChains(receiver->map()); in TransitionToAccessorPair()
861 Redirect(FUNCTION_ADDR(JSObject::InvalidatePrototypeChains))); in invalidate_prototype_chains_function()
2405 static Map* InvalidatePrototypeChains(Map* map);
4473 InvalidatePrototypeChains(*old_map); in NotifyMapChange()6619 InvalidatePrototypeChains(map()); in RequireSlowElements()6859 JSObject::InvalidatePrototypeChains(object->map()); in DeleteNormalizedProperty()12853 Map* JSObject::InvalidatePrototypeChains(Map* map) { in InvalidatePrototypeChains() function in v8::internal::JSObject