Skip to content

Communicate infallibility of invocation#1

Open
jugglinmike wants to merge 9 commits intoMs2ger:static-fieldsfrom
bocoup:private-fields-make-private-reference-infallibility
Open

Communicate infallibility of invocation#1
jugglinmike wants to merge 9 commits intoMs2ger:static-fieldsfrom
bocoup:private-fields-make-private-reference-infallibility

Conversation

@jugglinmike
Copy link

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.

Ms2ger and others added 9 commits January 19, 2021 15:17
…, private methods & getters/setters

This includes changes from https://tc39.es/proposal-class-fields/.
This includes changes from https://tc39.es/proposal-private-methods/.
This includes changes from https://tc39.es/proposal-static-class-features/.

Co-authored-by: Ujjwal Sharma <ryzokuken@igalia.com>
Co-authored-by: Michael Dyck <jmdyck@ibiblio.org>
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants