(r)
| 709 | callit(details["onreadystatechange"], r); |
| 710 | }; |
| 711 | var error = function(r) { |
| 712 | callit(details["onerror"], r); |
| 713 | } |
| 714 | |
| 715 | chromeEmu.xmlHttpRequest(details, load, readystatechange, error); |
| 716 | } else { |
nothing calls this directly
no test coverage detected
searching dependent graphs…