Searched refs:nextPrototypeValue (Results 1 – 1 of 1) sorted by relevance
107 JSValue nextPrototypeValue = value; in put() local108 while (nextPrototypeValue && nextPrototypeValue.isObject()) { in put()109 JSObject* nextPrototype = asObject(nextPrototypeValue)->unwrappedObject(); in put()114 nextPrototypeValue = nextPrototype->prototype(); in put()