Home
last modified time | relevance | path

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

/external/v8/test/mjsunit/regress/
Dregress-603.js54 var re4 = /f../; variable
57 re4, null, ['abcdefghijklm']) + 'z';
63 re4, [null, ['abcdefghijklm']]) + 'z';
/external/v8/test/webkit/
Dregexp-zero-length-alternatives-expected.txt41 PASS emptyStr.match(re4) is ["", undefined]
42 PASS s1.match(re4) is ["", undefined]
43 PASS s2.match(re4) is ["aaaa", "a"]
44 PASS s3.match(re4) is ["aa", "a"]
Dregexp-zero-length-alternatives.js59 var re4 = new RegExp(/(|a|z)*/); variable
/external/pcre/dist/
Dpcrecpp_unittest.cc477 RE re4("(\\w+)*b", options_mlr); in TestRecursion() local
478 CHECK(re4.PartialMatch(text_good) == false); in TestRecursion()
479 CHECK(re4.PartialMatch(text_bad) == false); in TestRecursion()
480 CHECK(re4.FullMatch(text_good) == false); in TestRecursion()
481 CHECK(re4.FullMatch(text_bad) == false); in TestRecursion()
/external/v8/benchmarks/
Dregexp.js77 var re4 = /,/;
143 re4.exec(s7[i]);