Home
last modified time | relevance | path

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

/external/chromium_org/v8/test/mjsunit/
Dascii-regexp-subject.js40 function repeatRegexp(re) { function
46 repeatRegexp(/^bar/);
47 repeatRegexp(/^foo|^bar|^baz/);
48 repeatRegexp(/(^bar)/);
49 repeatRegexp(/(?=^bar)\w+/);
/external/v8/test/mjsunit/
Dascii-regexp-subject.js40 function repeatRegexp(re) { function
46 repeatRegexp(/^bar/);
47 repeatRegexp(/^foo|^bar|^baz/);
48 repeatRegexp(/(^bar)/);
49 repeatRegexp(/(?=^bar)\w+/);