Searched refs:testRegExpMirror (Results 1 – 1 of 1) sorted by relevance
54 function testRegExpMirror(r) { function107 testRegExpMirror(/x/);108 testRegExpMirror(/[abc]/);109 testRegExpMirror(/[\r\n]/g);110 testRegExpMirror(/a*b/gmi);