Home
last modified time | relevance | path

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

/external/v8/test/mjsunit/
Dstring-match.js126 var re_cap = /\w(\w*)/g; variable
128 testMatch("Capture-Global", stringSample, re_cap,