On Aug 30, 2013, at 3:46 PM, David Herman <[email protected]> wrote:
> E.g., if I have a struct type
>
> var T = new StructType({ a: t1, b: t2, ... });
>
> then for any given instance x of T, I know for sure that x.a and x.b do not
> alias the same storage.
(Except, of course, if t1 and t2 are pointer types like Object.)
Dave
_______________________________________________
es-discuss mailing list
[email protected]
https://mail.mozilla.org/listinfo/es-discuss

