On Fri, Nov 4, 2011 at 11:22 AM, Allen Wirfs-Brock <al...@wirfs-brock.com>wrote:

> You can't "over-ride" an inherited read-only property by assignment. See
> ES5.1 8.12.4
>
> You could do it via Object.defineProperty, but that requires direct access
> to the object.
>

Exactly. Bob has no way to trick Alice's table abstraction to do a
defineProperty.


-- 
    Cheers,
    --MarkM
_______________________________________________
es-discuss mailing list
es-discuss@mozilla.org
https://mail.mozilla.org/listinfo/es-discuss

Reply via email to