This JavaScript feature adds the capability for testing the existence of a private field in an object: "#foo in obj" Proposal: https://github.com/tc39/proposal-private-fields-in-in The feature has reached Stage 3 in TC39.
See proposal https://github.com/tc39/proposal-private-fields-in-in for motivating examples.