Home
last modified time | relevance | path

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

/external/v8/src/regexp/
Dregexp-parser.cc578 bool is_named_capture = false; in ParseOpenParenthesis() local
675 is_named_capture = true; in ParseOpenParenthesis()
691 if (is_named_capture) { in ParseOpenParenthesis()