« Bugzilla Issues Index
#2721 — 9.4.4.2, 9.4.4.3, 9.4.4.4, 9.4.4.5: Compare isMapped variable to `true/false`, not `undefined`
- bug_id:
2721
- creation_ts:
2014-04-24 05:27:00 -0700
- short_desc:
9.4.4.2, 9.4.4.3, 9.4.4.4, 9.4.4.5: Compare isMapped variable to `true/false`, not `undefined`
- delta_ts:
2014-07-18 14:19:27 -0700
- product:
Draft for 6th Edition
- component:
technical issue
- version:
Rev 23: April 5, 2014 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:
7897
- comment_count:
0
- who:
André Bargull
- bug_when:
2014-04-24 05:27:38 -0700
9.4.4.2 [[DefineOwnProperty]] (P, Desc), step 6
9.4.4.3 [[Get]] (P, Receiver), step 5
9.4.4.4 [[Set]] ( P, V, Receiver), step 5
9.4.4.5 [[Delete]] (P), step 5
`isMapped` is a boolean-typed value, so it needs to be compared to `true/false`, not `undefined`.
- commentid:
9212
- comment_count:
1
- who:
Allen Wirfs-Brock
- bug_when:
2014-07-15 16:27:16 -0700
fixed in rev26 editor's draft
- commentid:
9267
- comment_count:
2
- who:
Allen Wirfs-Brock
- bug_when:
2014-07-18 14:19:27 -0700
in rev26