On Oct 15, 2013, at 3:19 PM, Dean Landolt wrote:

> 
> So just to be clear, the only way to add a __proto__ property to an existing 
> object is with Object.defineProperty?
> 


Object.mixin(obj, {["__proto__"]:42});

Allen
_______________________________________________
es-discuss mailing list
[email protected]
https://mail.mozilla.org/listinfo/es-discuss

Reply via email to