Home
last modified time | relevance | path

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

/external/webkit/JavaScriptCore/runtime/
DJSGlobalObject.cpp356 JSObject* oldLastInPrototypeChain = lastInPrototypeChain(this); in resetPrototype() local
358 if (oldLastInPrototypeChain != objectPrototype) in resetPrototype()
359 oldLastInPrototypeChain->setPrototype(objectPrototype); in resetPrototype()