Home
last modified time | relevance | path

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

/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+/);