Searched refs:old_receiver_map (Results 1 – 1 of 1) sorted by relevance
2108 Handle<Map> old_receiver_map; in Store() local2114 old_receiver_map = handle(receiver->map(), isolate()); in Store()2135 if (!old_receiver_map.is_null()) { in Store()2143 if (!old_receiver_map->DictionaryElementsInPrototypeChainOnly()) { in Store()2144 stub = StoreElementStub(old_receiver_map, store_mode); in Store()