Home
last modified time | relevance | path

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

/external/webkit/JavaScriptCore/runtime/
DRegExpObject.cpp147 regExpConstructor->performMatch(d->regExp.get(), input, 0, position, length); in match()
158 …regExpConstructor->performMatch(d->regExp.get(), input, static_cast<int>(d->lastIndex), position, … in match()
DRegExpConstructor.h47 …void performMatch(RegExp*, const UString&, int startOffset, int& position, int& length, int** ovec…
DStringPrototype.cpp247 … regExpConstructor->performMatch(reg, source, startPosition, matchIndex, matchLen, &ovector); in stringProtoFuncReplace()
288 … regExpConstructor->performMatch(reg, source, startPosition, matchIndex, matchLen, &ovector); in stringProtoFuncReplace()
482 regExpConstructor->performMatch(reg.get(), u, 0, pos, matchLength); in stringProtoFuncMatch()
497 regExpConstructor->performMatch(reg.get(), u, pos, pos, matchLength); in stringProtoFuncMatch()
532 regExpConstructor->performMatch(reg.get(), u, 0, pos, matchLength); in stringProtoFuncSearch()
DRegExpConstructor.cpp130 void RegExpConstructor::performMatch(RegExp* r, const UString& s, int startOffset, int& position, i… in performMatch() function in JSC::RegExpConstructor
/external/webkit/JavaScriptCore/
DChangeLog-2008-08-106497 (KJS::RegExpConstructor::performMatch):
28455 * kjs/regexp_object.h: Change performMatch and arrayOfMatches to no longer
28458 (RegExpProtoFunc::callAsFunction): Update for new signature of performMatch.
28459 (RegExpObjectImp::performMatch): Change so it doesn't return a string.
28471 (KJS::replace): Update to use new performMatch, including merging the
28474 new performMatch and match. Also change to use OwnArrayPtr.
DChangeLog5140 (JSC::RegExpConstructor::performMatch):
DChangeLog-2007-10-142937 (RegExpObjectImp::performMatch):
16315 expression matching through the RegExp object's performMatch function,
16345 (RegExpObjectImp::performMatch):
DChangeLog-2009-06-1638854 (KJS::RegExpConstructor::performMatch): Set input.