Brendan Eich (2015-02-24T00:24:49.000Z)
I wonder why we cannot have toMethod, in due course. You had suggested 
the ES6 signature with a second parameter, with default value:

   Function.prototype.toMethod(homeObject, methodName = this.name);

With a function.name spec'ed in ES6, that might be enough to address the 
concerns raised by @wycats (among other folks).

/be
d at domenic.me (2015-03-06T00:44:05.548Z)
I wonder why we cannot have toMethod, in due course. You had suggested 
the ES6 signature with a second parameter, with default value:

    Function.prototype.toMethod(homeObject, methodName = this.name);

With a function.name spec'ed in ES6, that might be enough to address the 
concerns raised by @wycats (among other folks).