(doc)
| 4526 | var tryTimes = 0, showedLastPageTips = false, rate = 1, author = ''; |
| 4527 | |
| 4528 | function getBody(doc) { |
| 4529 | return doc.body || doc.querySelector('body') || doc; |
| 4530 | } |
| 4531 | |
| 4532 | function getElementByXpath(xpath, doc, contextNode) { |
| 4533 | if (doc && doc.ownerDocument) doc = doc.ownerDocument; |
no outgoing calls
no test coverage detected