This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.
The fix to bug 14877 added some prose at the bottom of 4.1 ECMAScript environment, starting "Let F be a function object whose behavior when invoked is as follows:". But then it never says what to do with F. Presumably it should be used in place of Object.prototype.toString somehow.
Yes, it would help to do something with F. :) Fixed now, thanks.
Looks good to me.