Searched refs:stringSample (Results 1 – 1 of 1) sorted by relevance
/external/v8/test/mjsunit/ |
D | string-match.js | 83 var stringSample = "A man, a plan, a canal: Panama"; variable 92 testMatch("Nonglobal", stringSample, re_nog, 99 testMatch("Nonglobal-ignore-lastIndex", stringSample, re_nog, 128 testMatch("Capture-Global", stringSample, re_cap, 137 testMatch("Atom", stringSample, re_atom, 146 testMatch("Global-Atom", stringSample, re_atomg,
|