Lines Matching refs:captures
30 // - captures
1070 base::Vector<Handle<Object>> captures,
1075 captures_(captures) {
1262 // Arguments array to replace function is match, captures, index and
1264 // named captures, they are also passed as the last argument.
1548 // Compute the parameter list consisting of the match, captures, index,
1550 // named captures, they are also passed as the last argument.
1552 // The number of captures plus one for the match.
1914 base::SmallVector<Handle<Object>, kStaticVectorSlots> captures;
1925 captures.emplace_back(capture);
1948 argv[cursor++] = captures[j];
1972 base::VectorOf(captures), groups_obj);