Home
last modified time | relevance | path

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

/external/webkit/Source/JavaScriptCore/runtime/
DRegExpObject.cpp161 double doubleLastIndex = jsLastIndex.toInteger(exec); in match() local
162 if (doubleLastIndex < 0 || doubleLastIndex > input.length()) { in match()
166 lastIndex = static_cast<unsigned>(doubleLastIndex); in match()