Home
last modified time | relevance | path

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

/external/v8/test/mjsunit/
Ddebug-compile-event-newfunction.js52 var json = event_data.toJSONProtocol();
Ddebug-compile-event.js95 var json = event_data.toJSONProtocol();
/external/v8/test/mjsunit/regress/
Dregress-1639-2.js47 print('event data: ' + event_data.toJSONProtocol());
/external/v8/src/debug/
Ddebug.js1038 BreakEvent.prototype.toJSONProtocol = function() { method in BreakEvent
1128 ExceptionEvent.prototype.toJSONProtocol = function() { method in ExceptionEvent
1150 return o.toJSONProtocol();
1175 CompileEvent.prototype.toJSONProtocol = function() { method in CompileEvent
1192 return o.toJSONProtocol();
1321 ProtocolMessage.prototype.toJSONProtocol = function() { method in ProtocolMessage
1438 return response.toJSONProtocol();