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

/external/chromium_org/v8/src/
H A Ddebug-debugger.js1124 var o = new ProtocolMessage();
1171 var o = new ProtocolMessage();
1279 function ProtocolMessage(request) { class
1299 ProtocolMessage.prototype.setOption = function(name, value) {
1307 ProtocolMessage.prototype.failed = function(message, opt_details) {
1316 ProtocolMessage.prototype.toJSONProtocol = function() {
1368 return new ProtocolMessage(request);

Completed in 232 milliseconds