« Bugzilla Issues Index
#3705 — 9.2.9 MakeConstructor: Unreachable steps
- bug_id:
3705
- creation_ts:
2015-01-31 08:03:00 -0800
- short_desc:
9.2.9 MakeConstructor: Unreachable steps
- delta_ts:
2015-02-02 18:38:50 -0800
- product:
Draft for 6th Edition
- component:
technical issue
- version:
Rev 31: January 15, 2015 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:
11778
- comment_count:
0
- who:
André Bargull
- bug_when:
2015-01-31 08:03:12 -0800
9.2.9 MakeConstructor (F, writablePrototype, prototype) Abstract Operation
The following steps are no longer reachable after the constructor reform.
- step 7.b (prototype has no own "constructor" property and F is extensible)
- step 9 (F has no own "prototype" property and F is extensible)
Maybe add these step (similar to 9.2.11 SetFunctionName step 1)?
---
Assert: `F` is an extensible object that does not have a prototype own property.
Assert: If the `prototype` arguments was provided, then `prototype` is an extensible object that does not have a constructor own property.
---
- commentid:
11876
- comment_count:
1
- who:
Allen Wirfs-Brock
- bug_when:
2015-02-02 10:22:35 -0800
fixed in rev32 editor's draft
- commentid:
11938
- comment_count:
2
- who:
Allen Wirfs-Brock
- bug_when:
2015-02-02 18:38:50 -0800
fixed in rev32 draft