Home
last modified time | relevance | path

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

/external/v8/test/mjsunit/
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);