Searched refs:sc_string2jsstring (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/JavaScriptCore-7600.1.17/tests/exceptionFuzz/
H A Dearley-boyer.js1874 return new RegExp(sc_string2jsstring(re));
1880 var tmp = reg.exec(sc_string2jsstring(s));
1898 var jss1 = sc_string2jsstring(s1);
1899 var jss2 = sc_string2jsstring(s2);
1907 reg = new RegExp(sc_string2jsstring(re));
1916 var jss1 = sc_string2jsstring(s1);
1917 var jss2 = sc_string2jsstring(s2);
1925 reg = new RegExp(sc_string2jsstring(re), "g");
1935 new RegExp(sc_string2jsstring(re)));
1936 var jss = sc_string2jsstring(
3124 function sc_string2jsstring(s) { function
[all...]

Completed in 97 milliseconds