Searched refs:sc_StringOutputPort (Results 1 - 2 of 2) sorted by relevance

/external/v8/benchmarks/
H A Dearley-boyer.js2675 var p = new sc_StringOutputPort();
2687 (peephole (hole 0 "new sc_StringOutputPort()")))
2690 return new sc_StringOutputPort();
2710 function sc_StringOutputPort() { class
2713 sc_StringOutputPort.prototype = new sc_OutputPort();
2714 sc_StringOutputPort.prototype.appendJSString = function(s) {
2717 sc_StringOutputPort.prototype.close = function() {
3005 var p = new sc_StringOutputPort();
/external/webkit/SunSpider/tests/v8-v4/
H A Dv8-earley-boyer.js2669 var p = new sc_StringOutputPort();
2681 (peephole (hole 0 "new sc_StringOutputPort()")))
2684 return new sc_StringOutputPort();
2704 function sc_StringOutputPort() { class
2707 sc_StringOutputPort.prototype = new sc_OutputPort();
2708 sc_StringOutputPort.prototype.appendJSString = function(s) {
2711 sc_StringOutputPort.prototype.close = function() {
2999 var p = new sc_StringOutputPort();

Completed in 41 milliseconds