Home
last modified time | relevance | path

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

/external/webkit/JavaScriptCore/runtime/
DJSObject.cpp107 JSValue nextPrototypeValue = value; in put() local
108 while (nextPrototypeValue && nextPrototypeValue.isObject()) { in put()
109 JSObject* nextPrototype = asObject(nextPrototypeValue)->unwrappedObject(); in put()
114 nextPrototypeValue = nextPrototype->prototype(); in put()