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

/external/v8/benchmarks/
H A Dearley-boyer.js2143 function sc_StringInputPort(jsStr) { class
2150 sc_StringInputPort.prototype = new sc_InputPort();
2151 sc_StringInputPort.prototype.getNextChar = function() {
2659 return sc_withInputFromPort(new sc_StringInputPort(sc_string2jsstring(s)), thunk);
2695 return new sc_StringInputPort(sc_string2jsstring(str));
/external/webkit/PerformanceTests/SunSpider/tests/v8-v4/
H A Dv8-earley-boyer.js2137 function sc_StringInputPort(jsStr) { class
2144 sc_StringInputPort.prototype = new sc_InputPort();
2145 sc_StringInputPort.prototype.getNextChar = function() {
2653 return sc_withInputFromPort(new sc_StringInputPort(sc_string2jsstring(s)), thunk);
2689 return new sc_StringInputPort(sc_string2jsstring(str));
/external/webkit/PerformanceTests/SunSpider/tests/v8-v5/
H A Dv8-earley-boyer.js2137 function sc_StringInputPort(jsStr) { class
2144 sc_StringInputPort.prototype = new sc_InputPort();
2145 sc_StringInputPort.prototype.getNextChar = function() {
2653 return sc_withInputFromPort(new sc_StringInputPort(sc_string2jsstring(s)), thunk);
2689 return new sc_StringInputPort(sc_string2jsstring(str));
/external/webkit/PerformanceTests/SunSpider/tests/v8-v6/
H A Dv8-earley-boyer.js2137 function sc_StringInputPort(jsStr) { class
2144 sc_StringInputPort.prototype = new sc_InputPort();
2145 sc_StringInputPort.prototype.getNextChar = function() {
2653 return sc_withInputFromPort(new sc_StringInputPort(sc_string2jsstring(s)), thunk);
2689 return new sc_StringInputPort(sc_string2jsstring(str));

Completed in 153 milliseconds