Searched refs:fiberCountMinusOne (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/JavaScriptCore/runtime/
H A DJSString.cpp80 unsigned fiberCountMinusOne = rope->fiberCount() - 1; local
81 for (unsigned i = 0; i < fiberCountMinusOne; ++i)
83 currentFiber = rope->fibers()[fiberCountMinusOne];

Completed in 83 milliseconds