« Bugzilla Issues Index
#1206 — [8.3.19.2.1]: Add assertion to test value for @@create is callable
- bug_id:
1206
- creation_ts:
2013-01-22 06:21:00 -0800
- short_desc:
[8.3.19.2.1]: Add assertion to test value for @@create is callable
- delta_ts:
2013-03-08 14:44:21 -0800
- product:
Draft for 6th Edition
- component:
technical issue
- version:
Rev 13: December 21, 2012 Draft
- rep_platform:
All
- op_sys:
All
- bug_status:
RESOLVED
- resolution:
FIXED
- priority:
Normal
- bug_severity:
normal
- everconfirmed:
true
- reporter:
André Bargull
- assigned_to:
Allen Wirfs-Brock
- commentid:
3135
- comment_count:
0
- who:
André Bargull
- bug_when:
2013-01-22 06:21:13 -0800
The @@create property must be callable, otherwise [8.3.19.2.1 - step 3a] cannot be executed. Most likely you also want to assert that the returned `obj` in step 3a is an object.
- commentid:
3286
- comment_count:
1
- who:
Allen Wirfs-Brock
- bug_when:
2013-03-05 18:11:25 -0800
corrected in rev 14 editor's draft
I put in an IsCallable check.
I haven't done this year, but I'm half included to also recognize null as an explicit request to use the default allocator.
- commentid:
3355
- comment_count:
2
- who:
Allen Wirfs-Brock
- bug_when:
2013-03-08 14:44:21 -0800
in Rev 14 draft