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

/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v4/
H A Dv8-earley-boyer.js2124 function sc_ErrorInputPort() { function
2126 sc_ErrorInputPort.prototype = new sc_InputPort();
2127 sc_ErrorInputPort.prototype.getNextChar = function() {
2130 sc_ErrorInputPort.prototype.isCharReady = function() {
3100 var SC_DEFAULT_IN = new sc_ErrorInputPort();
2125 sc_ErrorInputPort.prototype = new sc_InputPort(); class
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v5/
H A Dv8-earley-boyer.js2124 function sc_ErrorInputPort() { function
2126 sc_ErrorInputPort.prototype = new sc_InputPort();
2127 sc_ErrorInputPort.prototype.getNextChar = function() {
2130 sc_ErrorInputPort.prototype.isCharReady = function() {
3100 var SC_DEFAULT_IN = new sc_ErrorInputPort();
2125 sc_ErrorInputPort.prototype = new sc_InputPort(); class
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v6/
H A Dv8-earley-boyer.js2124 function sc_ErrorInputPort() { function
2126 sc_ErrorInputPort.prototype = new sc_InputPort();
2127 sc_ErrorInputPort.prototype.getNextChar = function() {
2130 sc_ErrorInputPort.prototype.isCharReady = function() {
3100 var SC_DEFAULT_IN = new sc_ErrorInputPort();
2125 sc_ErrorInputPort.prototype = new sc_InputPort(); class
/external/chromium_org/v8/benchmarks/
H A Dearley-boyer.js2130 function sc_ErrorInputPort() { function
2132 sc_ErrorInputPort.prototype = new sc_InputPort();
2133 sc_ErrorInputPort.prototype.getNextChar = function() {
2136 sc_ErrorInputPort.prototype.isCharReady = function() {
3106 var SC_DEFAULT_IN = new sc_ErrorInputPort();
2131 sc_ErrorInputPort.prototype = new sc_InputPort(); class

Completed in 461 milliseconds