« Bugzilla Issues Index
#2299 — 9.5.5, 9.5.6, 9.5.7: Unnecessary calls to ToBoolean
- bug_id:
2299
- creation_ts:
2013-11-15 04:36:00 -0800
- short_desc:
9.5.5, 9.5.6, 9.5.7: Unnecessary calls to ToBoolean
- delta_ts:
2014-01-27 10:04:34 -0800
- product:
Draft for 6th Edition
- component:
technical issue
- version:
Rev 21: November 8, 2013 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:
6795
- comment_count:
0
- who:
André Bargull
- bug_when:
2013-11-15 04:36:15 -0800
9.5.5 [[GetOwnProperty]] (P), step 16:
9.5.6 [[DefineOwnProperty]] (P, Desc), step 18:
9.5.7 [[HasProperty]] (P), step 11.c.iv:
IsExtensible() always returns a boolean value, so it's not necessary to call ToBoolean() in these algorithms.
- commentid:
6816
- comment_count:
1
- who:
Allen Wirfs-Brock
- bug_when:
2013-11-15 12:54:08 -0800
fixed in rev22 editor's draft
- commentid:
7081
- comment_count:
2
- who:
Allen Wirfs-Brock
- bug_when:
2014-01-27 10:04:34 -0800
fixed in Rev22 (January 20, 2013) release