(initialValue)
| 15422 | } |
| 15423 | |
| 15424 | function updateRef(initialValue) { |
| 15425 | var hook = updateWorkInProgressHook(); |
| 15426 | return hook.memoizedState; |
| 15427 | } |
| 15428 | |
| 15429 | function mountEffectImpl(fiberEffectTag, hookEffectTag, create, deps) { |
| 15430 | var hook = mountWorkInProgressHook(); |
no test coverage detected