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

lazy builtins #3945

Closed
wants to merge 1 commit into from
Closed

Conversation

jasonwilliams
Copy link
Member

@jasonwilliams jasonwilliams commented Aug 10, 2024

I just did this to experiment if lazy loading builtins would work and tryed it out with Array for now.

Using the js input

console.log(Array);

Before:
image

After:
image

@jedel1043 do you have any pointers on how is best to structure this, and is the GetName operation BindingLocatorEnvironment::GlobalObject going to be a safe assumption for global builtin access?

@jasonwilliams
Copy link
Member Author

Closing in favour of #3973

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.

1 participant