()
| 18470 | var nestedUpdateScheduled = false; |
| 18471 | |
| 18472 | function isCurrentUpdateNested() { |
| 18473 | return currentUpdateIsNested; |
| 18474 | } |
| 18475 | |
| 18476 | function markNestedUpdateScheduled() { |
| 18477 | { |
no outgoing calls
no test coverage detected
searching dependent graphs…