Home | History | Annotate | Download | only in builtins

Lines Matching defs:to_map

565   TNode<Map> to_map = LoadMap(to);
566 GotoIf(IsDeprecatedMap(to_map), slow);
567 TNode<BoolT> to_is_simple_receiver = IsSimpleObjectMap(to_map);