Home
last modified time | relevance | path

Searched refs:sc_InputPort (Results 1 – 1 of 1) sorted by relevance

/external/v8/benchmarks/
Dearley-boyer.js2108 function sc_InputPort() { function
2110 sc_InputPort.prototype = new sc_Port(); class
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();
2574 return (o instanceof sc_InputPort);