()
| 17651 | var nestedUpdateScheduled = false; |
| 17652 | |
| 17653 | function isCurrentUpdateNested() { |
| 17654 | return currentUpdateIsNested; |
| 17655 | } |
| 17656 | |
| 17657 | function markNestedUpdateScheduled() { |
| 17658 | { |
no outgoing calls
no test coverage detected
searching dependent graphs…