Home
last modified time | relevance | path

Searched defs:last_match_info (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/runtime/
Druntime-regexp.cc404 Handle<String> replacement, Handle<RegExpMatchInfo> last_match_info) { in StringReplaceGlobalAtomRegExpWithString()
485 Handle<String> replacement, Handle<RegExpMatchInfo> last_match_info) { in StringReplaceGlobalRegExpWithString()
567 Handle<RegExpMatchInfo> last_match_info) { in StringReplaceGlobalRegExpWithEmptyString()
666 Handle<String> replacement, Handle<RegExpMatchInfo> last_match_info) { in StringReplaceGlobalRegExpWithStringHelper()
1085 Handle<RegExpMatchInfo> last_match_info = isolate->regexp_last_match_info(); in StringReplaceNonGlobalRegExpWithFunction() local
1181 Handle<RegExpMatchInfo> last_match_info = isolate->regexp_last_match_info(); in RegExpReplace() local
/external/v8/src/builtins/
Dbuiltins-regexp.cc315 Node* const last_match_info = LoadContextElement( in RegExpPrototypeExecBodyWithoutResult() local
1912 Node* const last_match_info = LoadContextElement( in RegExpPrototypeSplitBody() local
1972 Node* const last_match_info = LoadContextElement( in RegExpPrototypeSplitBody() local
2247 Node* last_match_info = in ReplaceGlobalCallableFastPath() local
2433 Node* const last_match_info = in ReplaceSimpleStringFastPath() local
/external/v8/src/regexp/
Djsregexp.cc193 Handle<RegExpMatchInfo> last_match_info) { in Exec()
221 static void SetAtomLastCapture(Handle<RegExpMatchInfo> last_match_info, in SetAtomLastCapture()
285 Handle<RegExpMatchInfo> last_match_info) { in AtomExec()
564 Handle<RegExpMatchInfo> last_match_info) { in IrregexpExec()
611 Handle<RegExpMatchInfo> last_match_info, Handle<String> subject, in SetLastMatchInfo()
/external/v8/src/
Dbootstrapper.cc2259 Handle<RegExpMatchInfo> last_match_info = factory->NewRegExpMatchInfo(); in InitializeGlobal() local