Home
last modified time | relevance | path

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

/external/webkit/Source/JavaScriptCore/runtime/
DJSObject.h430 JSValue nextPrototypeValue = prototype; in setPrototypeWithCycleCheck() local
431 while (nextPrototypeValue && nextPrototypeValue.isObject()) { in setPrototypeWithCycleCheck()
432 JSObject* nextPrototype = asObject(nextPrototypeValue)->unwrappedObject(); in setPrototypeWithCycleCheck()
435 nextPrototypeValue = nextPrototype->prototype(); in setPrototypeWithCycleCheck()