Yes, apologies. I meant equivalent in delivering the "final product", or
the desired result of the operation as a whole from the the standpoint of
the original architect. They are not equivalent on all the other ways
discussed at length otherwise.

On Tuesday, January 29, 2013, Mark Miller wrote:

> On Mon, Jan 28, 2013 at 11:27 PM, Brandon Benvie <
> bran...@brandonbenvie.com <javascript:_e({}, 'cvml',
> 'bran...@brandonbenvie.com');>> wrote:
>
>> I realized the discrepancy between my thinking and what you said. In the
>> case of a membrane, you are correct. A membrane will always unwrap
>> everything, so you will only ever end up with dry method/dry this. That
>> makes all the different forms of private equivalent.
>>
>
> Hi Brandon, just to be clear, so this statement of "equivalence" is not
> misunderstood later: They are "equivalent" only in the limited scenario you
> outline, where the private-symbol/weakmap does not cross the membrane
> boundary. When it does, for all eight cases that arise, the weakmap
> maintains transparency. The private-symbol does not.
>
>
>
>> The difference arises when you're not dealing with a membrane, rather
>> just a one shot proxy. In this case, you often do end up with (to borrow
>> membrane the membrane terminology) dry method/wet this. this is the
>> specific circumstance (and I believe the likely most commonly encountered
>> one) in which auto-unwrapped private symbols do the right thing when the
>> other private forms fail to work correctly.
>>
>> On Monday, January 28, 2013, Mark S. Miller wrote:
>>
>>> So the corresponding WeakMap situation would be one where the WeakMap o2
>>> is never passed through the membrane, so there is no p2 on the other side
>>> of the membrane. In that scenario, AFAICT PrivateSymbol proposal #1, #2,
>>> and WeakMaps are all equivalent. Not so?
>>>
>>>
>>> On Mon, Jan 28, 2013 at 4:19 PM, Brandon Benvie <
>>> bran...@brandonbenvie.com> wrote:
>>>
>>>> The assumption that my conclusion on auto-unwrapping rests on is that
>>>> the situation shouldn't arise where a wet value is set as a dry object's
>>>> private property. The reasoning is that the private key is presumed to be
>>>> something closely guarded and that won't be shared in such a way that this
>>>> happens. This assumption is the underpinning of the whole thing, so it's
>>>> the real point of contention.
>>>>
>>>
>>>
>>>
>>> --
>>>     Cheers,
>>>     --MarkM
>>>
>>
>
>
> --
> Text by me above is hereby placed in the public domain
>
>   Cheers,
>   --MarkM
>
_______________________________________________
es-discuss mailing list
es-discuss@mozilla.org
https://mail.mozilla.org/listinfo/es-discuss

Reply via email to