Searched refs:nextPrototypeValue (Results 1 – 1 of 1) sorted by relevance
430 JSValue nextPrototypeValue = prototype; in setPrototypeWithCycleCheck() local431 while (nextPrototypeValue && nextPrototypeValue.isObject()) { in setPrototypeWithCycleCheck()432 JSObject* nextPrototype = asObject(nextPrototypeValue)->unwrappedObject(); in setPrototypeWithCycleCheck()435 nextPrototypeValue = nextPrototype->prototype(); in setPrototypeWithCycleCheck()