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

Implement object literals for vm #1668

Merged
merged 2 commits into from
Oct 21, 2021
Merged

Conversation

raskad
Copy link
Member

@raskad raskad commented Oct 14, 2021

It changes the following:

  • Implement object literals for vm
  • Adds Opcodes for setting object getter and setter properties

@raskad raskad added the vm Issues and PRs related to the Boa Virtual Machine. label Oct 14, 2021
@raskad raskad added this to the v0.14.0 milestone Oct 14, 2021
boa/src/bytecompiler.rs Outdated Show resolved Hide resolved
boa/src/vm/opcode.rs Outdated Show resolved Hide resolved
boa/src/vm/opcode.rs Outdated Show resolved Hide resolved
boa/src/vm/opcode.rs Outdated Show resolved Hide resolved
boa/src/vm/opcode.rs Outdated Show resolved Hide resolved
@raskad raskad requested a review from jasonwilliams October 20, 2021 19:10
@raskad raskad merged commit 7e6bef9 into boa-dev:main Oct 21, 2021
@jasonwilliams
Copy link
Member

Looks good so far, I think it will need a doc comment at the top to give some explanation about this module

@RageKnify RageKnify added the enhancement New feature or request label Jan 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request vm Issues and PRs related to the Boa Virtual Machine.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants