Searched defs:sc_InputPort (Results 1 - 4 of 4) 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...]
/external/webkit/PerformanceTests/SunSpider/tests/v8-v4/
H A Dv8-earley-boyer.js2102 function sc_InputPort() { function
2104 sc_InputPort.prototype = new sc_Port();
2106 sc_InputPort.prototype.peekChar = function() {
2111 sc_InputPort.prototype.readChar = function() {
2116 sc_InputPort.prototype.isCharReady = function() {
2119 sc_InputPort.prototype.close = function() {
2126 sc_ErrorInputPort.prototype = new sc_InputPort();
2144 sc_StringInputPort.prototype = new sc_InputPort();
2565 (peephole (postfix " instanceof sc_InputPort")))
2568 return (o instanceof sc_InputPort);
2103 sc_InputPort.prototype = new sc_Port(); class
[all...]
/external/webkit/PerformanceTests/SunSpider/tests/v8-v5/
H A Dv8-earley-boyer.js2102 function sc_InputPort() { function
2104 sc_InputPort.prototype = new sc_Port();
2106 sc_InputPort.prototype.peekChar = function() {
2111 sc_InputPort.prototype.readChar = function() {
2116 sc_InputPort.prototype.isCharReady = function() {
2119 sc_InputPort.prototype.close = function() {
2126 sc_ErrorInputPort.prototype = new sc_InputPort();
2144 sc_StringInputPort.prototype = new sc_InputPort();
2565 (peephole (postfix " instanceof sc_InputPort")))
2568 return (o instanceof sc_InputPort);
2103 sc_InputPort.prototype = new sc_Port(); class
[all...]
/external/webkit/PerformanceTests/SunSpider/tests/v8-v6/
H A Dv8-earley-boyer.js2102 function sc_InputPort() { function
2104 sc_InputPort.prototype = new sc_Port();
2106 sc_InputPort.prototype.peekChar = function() {
2111 sc_InputPort.prototype.readChar = function() {
2116 sc_InputPort.prototype.isCharReady = function() {
2119 sc_InputPort.prototype.close = function() {
2126 sc_ErrorInputPort.prototype = new sc_InputPort();
2144 sc_StringInputPort.prototype = new sc_InputPort();
2565 (peephole (postfix " instanceof sc_InputPort")))
2568 return (o instanceof sc_InputPort);
2103 sc_InputPort.prototype = new sc_Port(); class
[all...]

Completed in 125 milliseconds