Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Editorial: Use the execution context created by InitializeEnvironment #2886

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jmdyck
Copy link
Collaborator

@jmdyck jmdyck commented Sep 3, 2022

In ExecuteModule, use the execution context that InitializeEnvironment created and put in _module_.[[Context]].

See issue #2660 for backstory.

Resolves #2660.

In ExecuteModule, use the execution context that
InitializeEnvironment created and put in _module_.[[Context]].

See issue tc39#2660 for backstory.

Resolves tc39#2660.
@michaelficarra michaelficarra requested a review from bakkot January 22, 2025 22:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Shouldn't ExecuteModule use the Execution Context constructed in InitializeEnvironment?
4 participants