()
| 7690 | var failedBoundaries=null;// Error boundaries that captured an error during the current commit. |
| 7691 | var commitPhaseBoundaries=null;var firstUncaughtError=null;var didFatal=false;var isCommitting=false;var isUnmounting=false;// Use these to prevent an infinite loop of nested updates |
| 7692 | var NESTED_UPDATE_LIMIT=1000;var nestedUpdateCount=0;var nextRenderedTree=null;function resetContextStack(){// Reset the stack |
| 7693 | reset$1();// Reset the cursors |
| 7694 | resetContext$1();resetHostContainer();}// resetNextUnitOfWork mutates the current priority context. It is reset after |
| 7695 | // after the workLoop exits, so never call resetNextUnitOfWork from outside |
| 7696 | // the work loop. |
| 7697 | function resetNextUnitOfWork(){// Clear out roots with no more work on them, or if they have uncaught errors |
no test coverage detected