()
| 510 | }; |
| 511 | |
| 512 | function TM_functionIdFix() { |
| 513 | if (!Function.prototype.getID) { |
| 514 | |
| 515 | Function.prototype.getID = TM_functionIdFix_getID; |
| 516 | Function.prototype.setID = TM_functionIdFix_setID; |
| 517 | } |
| 518 | } |
| 519 | |
| 520 | function TM_docEvalFix() { |
| 521 | var k = 'HTMLDocument'; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…