boa-dev / boa

Boa is an embeddable and experimental Javascript engine written in Rust. Currently, it has support for some of the language.
MIT License
4.82k stars 385 forks source link

Fix base objects in `with` statements #3870

Closed raskad closed 1 month ago

raskad commented 1 month ago

This Pull Request changes the following:

github-actions[bot] commented 1 month ago

Test262 conformance changes

Test result main count PR count difference
Total 50,771 50,771 0
Passed 42,985 42,986 +1
Ignored 1,411 1,411 0
Failed 6,375 6,374 -1
Panics 19 19 0
Conformance 84.66% 84.67% +0.00%
Fixed tests (1): ``` test/language/expressions/call/with-base-obj.js (previously Failed) ```