(r)
| 327 | tmCE.onConnectResponse(key, 0, responseId, JSON.stringify( { onReadyStateChange : true, response: r })); |
| 328 | }; |
| 329 | var error = function(r) { |
| 330 | tmCE.onConnectResponse(key, 0, responseId, JSON.stringify( { onError: true, response: r })); |
| 331 | } |
| 332 | var done = function(r) { |
| 333 | // add 'onDisconnect' to cleanup all emulation layer listeners |
| 334 | tmCE.onConnectResponse(key, 0, responseId, JSON.stringify( { onDone : true, onDisconnect: true, response: r })); |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…