parent
4821330a17
commit
9ea3430a5b
|
@ -299,7 +299,7 @@ export const enum InitPhaseState {
|
||||||
InitPhaseCompleted = 0b11,
|
InitPhaseCompleted = 0b11,
|
||||||
}
|
}
|
||||||
|
|
||||||
/** More flags associated with an LView (saved in LView[FLAGS_MORE]) */
|
/** More flags associated with an LView (saved in LView[PREORDER_HOOK_FLAGS]) */
|
||||||
export const enum PreOrderHookFlags {
|
export const enum PreOrderHookFlags {
|
||||||
/** The index of the next pre-order hook to be called in the hooks array, on the first 16
|
/** The index of the next pre-order hook to be called in the hooks array, on the first 16
|
||||||
bits */
|
bits */
|
||||||
|
|
Loading…
Reference in New Issue