Home
last modified time | relevance | path

Searched refs:oldLastInPrototypeChain (Results 1 – 1 of 1) sorted by relevance

/external/webkit/Source/JavaScriptCore/runtime/
DJSGlobalObject.cpp304 JSObject* oldLastInPrototypeChain = lastInPrototypeChain(this); in resetPrototype() local
306 if (oldLastInPrototypeChain != objectPrototype) in resetPrototype()
307 oldLastInPrototypeChain->setPrototype(globalData, objectPrototype); in resetPrototype()