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

/macosx-10.10.1/JavaScriptCore-7600.1.17/tests/exceptionFuzz/
H A Dearley-boyer.js2138 function sc_StringInputPort(jsStr) { class
2145 sc_StringInputPort.prototype = new sc_InputPort();
2146 sc_StringInputPort.prototype.getNextChar = function() {
2654 return sc_withInputFromPort(new sc_StringInputPort(sc_string2jsstring(s)), thunk);
2690 return new sc_StringInputPort(sc_string2jsstring(str));

Completed in 414 milliseconds