Home
last modified time | relevance | path

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

/external/webkit/Source/JavaScriptCore/runtime/
DJSString.cpp124 unsigned substringFiberCount = 0; in substringFromRope() local
139 substringFibers[substringFiberCount++] = UString(fiberString); in substringFromRope()
141 …substringFibers[substringFiberCount++] = UString(StringImpl::create(fiberString, copyStart - fiber… in substringFromRope()
144 if (fiberCount > substringFromRopeCutoff || substringFiberCount >= 3) { in substringFromRope()
150 ASSERT(substringFiberCount && substringFiberCount <= 3); in substringFromRope()
153 ASSERT(substringFiberCount == 1); in substringFromRope()
158 if (substringFiberCount == 1) in substringFromRope()
160 if (substringFiberCount == 2) in substringFromRope()