Home
last modified time | relevance | path

Searched refs:ProtocolMessage (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/
Ddebug-debugger.js940 var o = new ProtocolMessage();
997 var o = new ProtocolMessage();
1058 var o = new ProtocolMessage();
1095 function ProtocolMessage(request) { class
1115 ProtocolMessage.prototype.setOption = function(name, value) {
1123 ProtocolMessage.prototype.failed = function(message) {
1129 ProtocolMessage.prototype.toJSONProtocol = function() {
1178 return new ProtocolMessage(request);