(lView: LView)
| 198 | * @param lView the LView on which the flags are reset |
| 199 | */ |
| 200 | export function resetPreOrderHookFlags(lView: LView) { |
| 201 | lView[PREORDER_HOOK_FLAGS] = 0 as PreOrderHookFlags; |
| 202 | } |
| 203 | |
| 204 | /** |
| 205 | * Adds the `RefreshView` flag from the lView and updates HAS_CHILD_VIEWS_TO_REFRESH flag of |
no outgoing calls
no test coverage detected
searching dependent graphs…