-
-
Notifications
You must be signed in to change notification settings - Fork 402
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
[Merged by Bors] - Implement Object.prototype.__defineSetter__
#2109
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.
LGTM. Thank you for your contribution! :D
Codecov Report
@@ Coverage Diff @@
## main #2109 +/- ##
==========================================
- Coverage 43.65% 43.64% -0.02%
==========================================
Files 217 217
Lines 19649 19656 +7
==========================================
Hits 8578 8578
- Misses 11071 11078 +7
Continue to review full report at Codecov.
|
VM implementation
Fixed tests (22):
|
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.
Thank you! Looks great :)
bors r+ |
<!--- Thank you for contributing to Boa! Please fill out the template below, and remove or add any information as you feel neccesary. ---> This Pull Request fixes part of #2067. It adds the legacy `Object.prototype.__defineSetter__` function.
Pull request successfully merged into main. Build succeeded: |
Object.prototype.__defineSetter__
Object.prototype.__defineSetter__
This Pull Request fixes part of #2067.
It adds the legacy
Object.prototype.__defineSetter__
function.