« Bugzilla Issues Index
#4380 — 9.5.5 [[GetOwnProperty]] (P): Unnecessary call to ToBoolean
- bug_id:
4380
- creation_ts:
2015-05-26 14:03:00 -0700
- short_desc:
9.5.5 [[GetOwnProperty]] (P): Unnecessary call to ToBoolean
- delta_ts:
2015-10-02 13:14:03 -0700
- product:
Draft for 6th Edition
- component:
technical issue
- version:
Rev 38: April 14, 2015 Final Draft
- rep_platform:
All
- op_sys:
All
- bug_status:
RESOLVED
- resolution:
FIXED
- priority:
Normal
- bug_severity:
enhancement
- everconfirmed:
true
- reporter:
Leonardo Balter
- assigned_to:
Allen Wirfs-Brock
- cc:
mike
- commentid:
14457
- comment_count:
0
- who:
Leonardo Balter
- bug_when:
2015-05-26 14:03:31 -0700
Like https://bugs.ecmascript.org/show_bug.cgi?id=2299, the ToBoolean call on item 14.e is not necessary as IsExtensible already returns a boolean.
- commentid:
14476
- comment_count:
1
- who:
Allen Wirfs-Brock
- bug_when:
2015-06-01 16:16:43 -0700
fixed in rev39 publication draft