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.cc526 Handle<String> replacement, Handle<RegExpMatchInfo> last_match_info) { in StringReplaceGlobalAtomRegExpWithString()
606 Handle<String> replacement, Handle<RegExpMatchInfo> last_match_info) { in StringReplaceGlobalRegExpWithString()
697 Handle<RegExpMatchInfo> last_match_info) { in StringReplaceGlobalRegExpWithEmptyString()
795 Handle<String> replacement, Handle<RegExpMatchInfo> last_match_info) { in StringReplaceGlobalRegExpWithStringHelper()
1310 Handle<RegExpMatchInfo> last_match_info = isolate->regexp_last_match_info(); in RegExpReplace() local
1437 Handle<RegExpMatchInfo> last_match_info = isolate->regexp_last_match_info(); in RUNTIME_FUNCTION() local
/external/v8/src/builtins/
Dbuiltins-regexp-gen.cc735 TNode<RegExpMatchInfo> last_match_info = CAST(LoadContextElement( in RegExpPrototypeExecBodyWithoutResult() local
2363 Node* const last_match_info = LoadContextElement( in RegExpPrototypeSplitBody() local
2420 Node* const last_match_info = LoadContextElement( in RegExpPrototypeSplitBody() local
2689 TNode<FixedArray> last_match_info = CAST(LoadContextElement( in ReplaceGlobalCallableFastPath() local
/external/v8/src/regexp/
Djsregexp.cc191 Handle<RegExpMatchInfo> last_match_info) { in Exec()
214 Handle<RegExpMatchInfo> last_match_info, in SetAtomLastCapture()
273 Handle<RegExpMatchInfo> last_match_info) { in AtomExec()
519 int previous_index, Handle<RegExpMatchInfo> last_match_info) { in IrregexpExec()
567 Isolate* isolate, Handle<RegExpMatchInfo> last_match_info, in SetLastMatchInfo()
/external/v8/src/
Dbootstrapper.cc2650 Handle<RegExpMatchInfo> last_match_info = factory->NewRegExpMatchInfo(); in InitializeGlobal() local