Home
last modified time | relevance | path

Searched defs:captures (Results 1 – 3 of 3) sorted by relevance

/external/v8/test/mjsunit/
Dstring-match.js33 function testMatch(name, input, regexp, result, captures, from, to) { argument
/external/v8/test/cctest/
Dtest-regexp.cc684 int* captures) { in Execute()
707 int captures[4] = {42, 37, 87, 117}; in TEST() local
751 int captures[4] = {42, 37, 87, 117}; in TEST() local
807 int captures[4] = {42, 37, 87, 117}; in TEST() local
1254 int captures[2]; in TEST() local
1314 int captures[5]; in TEST() local
/external/v8/src/
Djsregexp.cc385 OffsetsVector captures(number_of_capture_registers); in IrregexpExec() local