()
| 17069 | M: preinitModuleScript |
| 17070 | }; |
| 17071 | function flushSyncWork() { |
| 17072 | var previousWasRendering = previousDispatcher.f(), |
| 17073 | wasRendering = flushSyncWork$1(); |
| 17074 | return previousWasRendering || wasRendering; |
| 17075 | } |
| 17076 | function requestFormReset(form) { |
| 17077 | var formInst = getInstanceFromNode(form); |
| 17078 | null !== formInst && 5 === formInst.tag && "form" === formInst.type |
nothing calls this directly
no test coverage detected
searching dependent graphs…