Home
last modified time | relevance | path

Searched defs:offsetVectorSize (Results 1 – 2 of 2) sorted by relevance

/external/webkit/JavaScriptCore/runtime/
DRegExp.cpp129 …int offsetVectorSize = (m_numSubpatterns + 1) * 3; // FIXME: should be 2 - but adding temporary fa… in match() local
197 int offsetVectorSize = (m_numSubpatterns + 1) * 2; in match() local
229 int offsetVectorSize; in match() local
DRegExpConstructor.cpp156 …unsigned offsetVectorSize = (data->lastNumSubPatterns + 1) * 2; // only copying the result part of… in RegExpMatchesArray() local