Home
last modified time | relevance | path

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

/external/v8/src/runtime/
Druntime-regexp.cc1106 Handle<Object> match_indices_obj; in StringReplaceNonGlobalRegExpWithFunction() local
1108 isolate, match_indices_obj, in StringReplaceNonGlobalRegExpWithFunction()
1111 if (match_indices_obj->IsNull(isolate)) { in StringReplaceNonGlobalRegExpWithFunction()
1117 Handle<RegExpMatchInfo>::cast(match_indices_obj); in StringReplaceNonGlobalRegExpWithFunction()
1197 Handle<Object> match_indices_obj; in RegExpReplace() local
1199 isolate, match_indices_obj, in RegExpReplace()
1202 if (match_indices_obj->IsNull(isolate)) { in RegExpReplace()
1207 auto match_indices = Handle<RegExpMatchInfo>::cast(match_indices_obj); in RegExpReplace()