Allen Wirfs-Brock (2013-08-26T19:02:04.000Z)
On Aug 26, 2013, at 11:37 AM, Erik Arvidsson wrote:

> I agree that this is crucial. I think that tips the balance over to
> have to do the Get of @@unscopable on every HasBinding.

How so.  The timing of the @@unscopable property and the the process of using it to filter identifier binding are completely separable procedures. How does restricting the filtering to own properties  change the rationale for  getting the blacklist property once per 'with'  rather than on every variable reference.  

Allen
domenic at domenicdenicola.com (2013-08-29T23:33:13.392Z)
How so.  The timing of the @@unscopable property and the the process of using it to filter identifier binding are completely separable procedures. How does restricting the filtering to own properties  change the rationale for  getting the blacklist property once per 'with'  rather than on every variable reference.