Searched refs:sc_ErrorOutputPort (Results 1 – 1 of 1) sorted by relevance
2727 function sc_ErrorOutputPort() { function2729 sc_ErrorOutputPort.prototype = new sc_OutputPort(); class2730 sc_ErrorOutputPort.prototype.appendJSString = function(s) {2733 sc_ErrorOutputPort.prototype.close = function() {3107 var SC_DEFAULT_OUT = new sc_ErrorOutputPort();3108 var SC_ERROR_OUT = new sc_ErrorOutputPort();