Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change [Replaceable] setter failure behavior
If the setter fails to reconfigure the property, throw a TypeError instead of failing silently. This matches ECMA-262 built-in behavior (since all such built-ins are treated as strict mode code), and aligns with 2/3 engines.
- Loading branch information