Home | History | Annotate | Download | only in v8-v4

Lines Matching full:sc_pregexp

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