Searched refs:has_sloppy_arguments_elements (Results 1 – 3 of 3) sorted by relevance
455 bool Map::has_sloppy_arguments_elements() const { in has_sloppy_arguments_elements() function
400 inline bool has_sloppy_arguments_elements() const;
1847 if (receiver_map->has_sloppy_arguments_elements()) { in StoreElementHandler()