Home | History | Annotate | Download | only in benchmarks

Lines Matching full:sc_pregexp

1878 function sc_pregexp(re) {
1884 var reg = (re instanceof RegExp) ? re : sc_pregexp(re);