SIGN IN SIGN UP

Switch global key registry to be owned by the build owner. (#74701)

This gets away from the extra static map for global key registrations
in favor of the data structures being instance properties of the build
owner. This still allows for semantically-equivalent static access through
the binding (which in turn gives access to the build owner).

This also adds a `BuildOwner.globalKeyCount` getter to get the count
of global keys associated with widgets currently in the tree.
T
Todd Volkert committed
5584fce36e8e68505b75655fde7c42ded597d49e
Parent: e4c8498
Committed by GitHub <noreply@github.com> on 1/26/2021, 10:28:58 PM