()
| 8437 | return fallbackText; |
| 8438 | } |
| 8439 | function getText() { |
| 8440 | if ('value' in root) { |
| 8441 | return root.value; |
| 8442 | } |
| 8443 | |
| 8444 | return root.textContent; |
| 8445 | } |
| 8446 | |
| 8447 | var EVENT_POOL_SIZE = 10; |
| 8448 | /** |
no outgoing calls
no test coverage detected