Searched defs:sc_InputPort (Results 1 - 1 of 1) sorted by relevance

/external/v8/benchmarks/
H A Dearley-boyer.js2108 function sc_InputPort() { function
2110 sc_InputPort.prototype = new sc_Port();
2112 sc_InputPort.prototype.peekChar = function() {
2117 sc_InputPort.prototype.readChar = function() {
2122 sc_InputPort.prototype.isCharReady = function() {
2125 sc_InputPort.prototype.close = function() {
2132 sc_ErrorInputPort.prototype = new sc_InputPort();
2150 sc_StringInputPort.prototype = new sc_InputPort();
2571 (peephole (postfix " instanceof sc_InputPort")))
2574 return (o instanceof sc_InputPort);
2109 sc_InputPort.prototype = new sc_Port(); class
[all...]

Completed in 87 milliseconds