Skip to content
This repository has been archived by the owner on Jan 25, 2022. It is now read-only.

Communicate infallibility of invocation #326

Merged
merged 1 commit into from
Jan 24, 2022

Conversation

jugglinmike
Copy link
Contributor

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.

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.
Copy link
Member

@ljharb ljharb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM but at this point this needs to be filed on the spec PR

@jugglinmike
Copy link
Contributor Author

Ah, thanks! Ms2ger/ecma262#1

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

@ljharb ljharb merged commit f372de4 into tc39:master Jan 24, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants