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

/external/v8/test/mjsunit/
H A Dmirror-regexp.js53 function testRegExpMirror(r) { function
97 testRegExpMirror(/x/);
98 testRegExpMirror(/[abc]/);
99 testRegExpMirror(/[\r\n]/g);
100 testRegExpMirror(/a*b/gmi);
101 testRegExpMirror(/(\u{0066}|\u{0062})oo/u);

Completed in 114 milliseconds