archives

« Bugzilla Issues Index

#3430 — Function.prototype.toMethod should check type-check 'this' before arguments


19.2.3.5 mandates first type-checking the argument and then type-checking 'this'.
In all other functions on prototypes that type-check 'this', it is the first check that occurs.

Function.prototype.toMethod should behave the same for consistency.


fixed in rev30 editor's draft


fixed in rev30