Home
last modified time | relevance | path

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

/external/v8/src/builtins/
Dbuiltins-regexp.cc1217 const int last_capture = (length / 2) - 1; in BUILTIN() local
1222 return *RegExpUtils::GenericCaptureGetter(isolate, match_info, last_capture); in BUILTIN()