(root)
| 26072 | } |
| 26073 | |
| 26074 | function commitRoot(root) { |
| 26075 | var renderPriorityLevel = getCurrentPriorityLevel(); |
| 26076 | runWithPriority$1(ImmediatePriority, commitRootImpl.bind(null, root, renderPriorityLevel)); |
| 26077 | return null; |
| 26078 | } |
| 26079 | |
| 26080 | function commitRootImpl(root, renderPriorityLevel) { |
| 26081 | do { |
no test coverage detected