mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 17:55:07 +02:00
We were missing the step to use realm's global object if thisValue was nullish. This is very trivial to fix, as `impl_this` already handles everything as it should, allowing us to also remove the special casing for WindowProxy.
14 lines
713 B
Plaintext
14 lines
713 B
Plaintext
Harness status: OK
|
|
|
|
Found 9 tests
|
|
|
|
9 Pass
|
|
Pass Global object's getter throws when called on incompatible object
|
|
Pass Global object's setter throws when called on incompatible object
|
|
Pass Global object's operation throws when called on incompatible object
|
|
Pass Global object's getter throws when called on incompatible object (document.all)
|
|
Pass Global object's setter throws when called on incompatible object (document.all)
|
|
Pass Global object's operation throws when called on incompatible object (document.all)
|
|
Pass Global object's getter works when called on null / undefined
|
|
Pass Global object's setter works when called on null / undefined
|
|
Pass Global object's operation works when called on null / undefined |