> The interaction between private syntax and proxies has the following
> components:
> 1) Do the proxy and the target act the same regarding private properties?
> The answer is yes with whitelisted private symbols, no with naive
> weakmap-expanded private syntax (I explain non-naive below)
>

What happens if the private symbol is not on the whitelist?  Does the
private symbol get/set operation get forwarded to the target, or does it
fail?  (Sorry for the remedial question.)

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

Reply via email to