« Bugzilla Issues Index
#3762 — 9.2.5 FunctionInitialize: Unnecessary "Strict" parameter
- bug_id:
3762
- creation_ts:
2015-02-05 13:27:00 -0800
- short_desc:
9.2.5 FunctionInitialize: Unnecessary "Strict" parameter
- delta_ts:
2015-02-12 12:17:43 -0800
- product:
Draft for 6th Edition
- component:
technical issue
- version:
Rev 32: February 2, 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:
12132
- comment_count:
0
- who:
André Bargull
- bug_when:
2015-02-05 13:27:10 -0800
9.2.5 FunctionInitialize (F, kind, Strict, ParameterList, Body, Scope) Abstract Operation
The "Strict" parameter is no longer necessary, the [[Strict]] internal slot is already set to the correct value in FunctionAllocate.
And then change step 6 to:
> Let Strict be the value of F's [[Strict]] internal slot.
- commentid:
12189
- comment_count:
1
- who:
Allen Wirfs-Brock
- bug_when:
2015-02-06 09:59:03 -0800
fixed in rev33 editor's draft
- commentid:
12469
- comment_count:
2
- who:
Allen Wirfs-Brock
- bug_when:
2015-02-12 12:17:43 -0800
fixed in rev33