Home
last modified time | relevance | path

Searched refs:match_begin (Results 1 - 1 of 1) sorted by relevance

/third_party/node/deps/v8/src/regexp/experimental/
H A Dexperimental-interpreter.cc185 const int match_begin = registers[0]; in FindMatches() local
187 DCHECK_LE(match_begin, match_end); in FindMatches()
188 const int match_length = match_end - match_begin; in FindMatches()
371 // - If `t` executes ACCEPT, set `best_match` according to `t.match_begin` and

Completed in 1 milliseconds