Erik Arvidsson (2013-08-21T14:46:55.000Z)
domenic at domenicdenicola.com (2013-08-25T01:00:58.943Z)
On Wed, Aug 21, 2013 at 10:07 AM, Andreas Rossberg <rossberg at google.com> wrote: > Hm, that would seem rather inconsistent with the way adding/removing > properties can dynamically change the domain of a 'with'. Consider: I don't think it is worth covering these kind of new scenarios. We are patching a broken feature here. Still, it is easy to allow that if we really wanted to. We can make ObjectEnvironment [[HasBinding]] do object.[[Get]](@@unscopeable) every time then.