tc39 / proposal-class-fields

Orthogonally-informed combination of public and private fields proposals
https://arai-a.github.io/ecma262-compare/?pr=1668
1.72k stars 113 forks source link

Communicate infallibility of invocation #326

Closed jugglinmike closed 2 years ago

jugglinmike commented 3 years ago

Invoking ResolveBinding with a PrivateEnvironment can never result in an abrupt completion because every environment in the "chain" of PrivateEnvironments is a declarative environment, and HasBinding for declarative environments never returns an abrupt completion.

jugglinmike commented 3 years ago

Ah, thanks! https://github.com/Ms2ger/ecma262/pull/1

I don't know if this repository is considered relevant any longer, so I'll leave this open just in case