Searched refs:map_prototype (Results 1 – 4 of 4) sorted by relevance
24 #define BUILTIN_UNDERSCORED_ID map_prototype
508 map_prototype)
542 HeapObjectRef map_prototype = map.prototype(); in InferHasInPrototypeChain() local543 if (map_prototype.equals(prototype)) { in InferHasInPrototypeChain()547 map = map_prototype.map(); in InferHasInPrototypeChain()
2722 HeapObjectRef map_prototype = receiver_map.prototype(); in ReduceFunctionPrototypeBind() local2725 if (!map_prototype.equals(prototype) || in ReduceFunctionPrototypeBind()2908 HeapObjectRef map_prototype = object_map.prototype(); in ReduceObjectGetPrototype() local2910 !map_prototype.equals(candidate_prototype)) { in ReduceObjectGetPrototype()