Re: How to specify an object that can be mutable or immutable

On 9/26/13 8:44 AM, Domenic Denicola wrote:
> Right. More worryingly, what would
>
> Object.getOwnPropertyDescriptor(MutableRect.prototype, "left").set.call(immutableRectInstance, 5)
>
> do?

Throw due to a failed branding check.

-Boris

Received on Thursday, 26 September 2013 15:24:09 UTC