Don't make Object.defineProperty with get/set into readonly.
Only data properties can have the writable flag, accessor properties can't. Fixes #444
Loading
Please register or sign in to comment
Only data properties can have the writable flag, accessor properties can't. Fixes #444