« Bugzilla Issues Index
#3430 — Function.prototype.toMethod should check type-check 'this' before arguments
- bug_id:
3430
- creation_ts:
2014-12-09 14:10:00 -0800
- short_desc:
Function.prototype.toMethod should check type-check 'this' before arguments
- delta_ts:
2014-12-23 20:23:29 -0800
- product:
Draft for 6th Edition
- component:
technical issue
- version:
Rev 29: December 06, 2014 Draft
- rep_platform:
All
- op_sys:
All
- bug_status:
RESOLVED
- resolution:
FIXED
- see_also:
http://code.google.com/p/v8/issues/detail?id=3749
- priority:
Normal
- bug_severity:
enhancement
- everconfirmed:
true
- reporter:
Dmitry Lomov
- assigned_to:
Allen Wirfs-Brock
- cc:
["dslomov", "mathias"]
- commentid:
10977
- comment_count:
0
- who:
Dmitry Lomov
- bug_when:
2014-12-09 14:10:22 -0800
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.
- commentid:
10988
- comment_count:
1
- who:
Allen Wirfs-Brock
- bug_when:
2014-12-10 16:18:30 -0800
fixed in rev30 editor's draft
- commentid:
11184
- comment_count:
2
- who:
Allen Wirfs-Brock
- bug_when:
2014-12-23 20:23:29 -0800
fixed in rev30