Home
last modified time | relevance | path

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

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