Searched defs:nextPrototypeValue (Results 1 - 1 of 1) sorted by relevance

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

Completed in 84 milliseconds