hasChildEffect constant

int const hasChildEffect

Node owns at least one child effect or effect scope.

This bit is used by the Jolt layer to preserve nested effect cleanup ordering. Core propagation checks mask specific bits, so this flag can travel alongside the core flags without changing propagation decisions.

Implementation

static const hasChildEffect = 1 << 6;