(root)
| 22512 | } |
| 22513 | |
| 22514 | function commitRoot(root) { |
| 22515 | var renderPriorityLevel = getCurrentPriorityLevel(); |
| 22516 | runWithPriority$1(ImmediatePriority, commitRootImpl.bind(null, root, renderPriorityLevel)); |
| 22517 | return null; |
| 22518 | } |
| 22519 | |
| 22520 | function commitRootImpl(root, renderPriorityLevel) { |
| 22521 | do { |
no test coverage detected