Home | History | Annotate | Download | only in src

Lines Matching refs:maybe_new_map

4604     MaybeObject* maybe_new_map = initial_map->AsElementsKind(to_kind);
4605 if (!maybe_new_map->To(&initial_map)) return maybe_new_map;