Closed mhassan1 closed 4 months ago
This PR fixes the Reflect.defineProperty polyfill, which uses the result of the ToPropertyDescriptor abstract operation incorrectly.
Reflect.defineProperty
ToPropertyDescriptor
Curious how you caught this :)
I noticed it while working on the URL polyfill.
URL
This PR fixes the
Reflect.defineProperty
polyfill, which uses the result of theToPropertyDescriptor
abstract operation incorrectly.