« Bugzilla Issues Index
#1162 — 9.3.12 (OrdinaryHasInstance): non-callable objects and bound functions
- bug_id:
1162
- creation_ts:
2012-12-19 12:39:00 -0800
- short_desc:
9.3.12 (OrdinaryHasInstance): non-callable objects and bound functions
- delta_ts:
2013-01-15 04:18:28 -0800
- product:
Draft for 6th Edition
- component:
technical issue
- version:
Rev 12: November 22, 2012 Draft
- rep_platform:
All
- op_sys:
All
- bug_status:
RESOLVED
- resolution:
FIXED
- priority:
Normal
- bug_severity:
enhancement
- everconfirmed:
true
- reporter:
André Bargull
- assigned_to:
Allen Wirfs-Brock
- commentid:
3055
- comment_count:
0
- who:
André Bargull
- bug_when:
2012-12-19 12:39:29 -0800
Bug 1:
Step 1 of 9.3.12 simply returns `false`, needs to be changed to throw a TypeError (test cases S11.8.6_A6_T1, S11.8.6_A6_T2, S11.8.6_A6_T4).
Bug 2:
Step 2 needs to call the instanceOfOperator abstract operation with C's [[BoundTargetFunction]] internal data property and O
- commentid:
3121
- comment_count:
1
- who:
André Bargull
- bug_when:
2013-01-15 04:18:28 -0800
Fixed in rev13