-
Notifications
You must be signed in to change notification settings - Fork 34
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
feat(execution): implement more environments logic #64
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks well! work should come up soon on the interpreter, approx next week, so this is great to have in advance :)
nova_vm/src/ecmascript/execution/environments/declarative_environment.rs
Outdated
Show resolved
Hide resolved
nova_vm/src/ecmascript/execution/environments/function_environment.rs
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me.
nova_vm/src/ecmascript/execution/environments/declarative_environment.rs
Outdated
Show resolved
Hide resolved
It's a draft, lol. But I get the idea that we're both in approval of the draft |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Had some thoughts and maybe some nitpicks but nothing really worth thinking about too deeply.
This will place us in a better position for a basic bytecode later.