Searched refs:testRegExpMirror (Results 1 - 1 of 1) sorted by relevance

/external/v8/test/mjsunit/
H A Dmirror-regexp.js54 function testRegExpMirror(r) { function
107 testRegExpMirror(/x/);
108 testRegExpMirror(/[abc]/);
109 testRegExpMirror(/[\r\n]/g);
110 testRegExpMirror(/a*b/gmi);

Completed in 72 milliseconds