Another correction: the problem with __noSuchMethod__ is actually a completely different problem. In order to implement __noSuchMethod__ currently, a Proxy needs to always return a function from "get" which has captured the property name in a closure. This would continue being true if [[Invoke]] was added. Since [[CallProperty]] is simply passed a property name and is responsible for the [[Get]], a Proxy implementing a "callProperty" would be able to work like __noSuchMethod__.
_______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss

