Searched defs:ProtocolMessage (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/v8/src/
H A Ddebug-debugger.js1149 var o = new ProtocolMessage();
1206 var o = new ProtocolMessage();
1267 var o = new ProtocolMessage();
1304 function ProtocolMessage(request) { class
1324 ProtocolMessage.prototype.setOption = function(name, value) {
1332 ProtocolMessage.prototype.failed = function(message, opt_details) {
1341 ProtocolMessage.prototype.toJSONProtocol = function() {
1393 return new ProtocolMessage(request);
/external/v8/src/
H A Ddebug-debugger.js1126 var o = new ProtocolMessage();
1183 var o = new ProtocolMessage();
1244 var o = new ProtocolMessage();
1281 function ProtocolMessage(request) { class
1301 ProtocolMessage.prototype.setOption = function(name, value) {
1309 ProtocolMessage.prototype.failed = function(message) {
1315 ProtocolMessage.prototype.toJSONProtocol = function() {
1364 return new ProtocolMessage(request);

Completed in 112 milliseconds