Home
last modified time | relevance | path

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

/external/v8/benchmarks/
Dearley-boyer.js2700 function sc_OutputPort() { function
2702 sc_OutputPort.prototype = new sc_Port(); class
2703 sc_OutputPort.prototype.appendJSString = function(obj) {
2706 sc_OutputPort.prototype.close = function() {
2713 sc_StringOutputPort.prototype = new sc_OutputPort();
2729 sc_ErrorOutputPort.prototype = new sc_OutputPort();
2742 sc_GenericOutputPort.prototype = new sc_OutputPort();
2749 return (o instanceof sc_OutputPort);