`foo.bar.call(baz)#` would return `baz` because(basically the `this` value of the method call)
That makes no sense. The method that is called here is `call`, and its `this` value is `foo.bar`, which should be returned. If I get it right, you want to extend the property accessor syntax, not the function call one.
Regards, Bergi _______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss

