(e)
| 17303 | } |
| 17304 | |
| 17305 | function onElementMouseOver(e) { |
| 17306 | !shouldSilent(this, e) |
| 17307 | // "emphasis" event highlight has higher priority than mouse highlight. |
| 17308 | && !this.__highByOuter |
| 17309 | && traverseUpdate(this, singleEnterEmphasis); |
| 17310 | } |
| 17311 | |
| 17312 | function onElementMouseOut(e) { |
| 17313 | !shouldSilent(this, e) |
nothing calls this directly
no test coverage detected