Home
last modified time | relevance | path

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

/external/v8/src/
Dd8.js496 RequestPacket.prototype.toJSONProtocol = function() { method in RequestPacket
507 if (this.arguments.toJSONProtocol) {
508 json += this.arguments.toJSONProtocol();
536 return request.toJSONProtocol();
546 return request.toJSONProtocol();
560 return request.toJSONProtocol();
570 return request.toJSONProtocol();
644 return request.toJSONProtocol();
691 return request.toJSONProtocol();
704 return request.toJSONProtocol();
[all …]
Ddebug-debugger.js1033 BreakEvent.prototype.toJSONProtocol = function() { method in BreakEvent
1123 ExceptionEvent.prototype.toJSONProtocol = function() { method in ExceptionEvent
1145 return o.toJSONProtocol();
1170 CompileEvent.prototype.toJSONProtocol = function() { method in CompileEvent
1187 return o.toJSONProtocol();
1316 ProtocolMessage.prototype.toJSONProtocol = function() { method in ProtocolMessage
1431 return response.toJSONProtocol();
/external/v8/test/mjsunit/
Ddebug-compile-event-newfunction.js52 var json = event_data.toJSONProtocol();
Ddebug-compile-event.js83 var json = event_data.toJSONProtocol();
/external/v8/test/mjsunit/regress/
Dregress-1639-2.js47 print('event data: ' + event_data.toJSONProtocol());