Searched refs:oldLastInPrototypeChain (Results 1 – 1 of 1) sorted by relevance
304 JSObject* oldLastInPrototypeChain = lastInPrototypeChain(this); in resetPrototype() local306 if (oldLastInPrototypeChain != objectPrototype) in resetPrototype()307 oldLastInPrototypeChain->setPrototype(globalData, objectPrototype); in resetPrototype()