« Bugzilla Issues Index
#1928 — 24.3.3, Str operation, step 5c: Initialisation state of [[BooleanData]] unchecked
- bug_id:
1928
- creation_ts:
2013-09-27 04:53:00 -0700
- short_desc:
24.3.3, Str operation, step 5c: Initialisation state of [[BooleanData]] unchecked
- delta_ts:
2013-09-27 14:47:30 -0700
- product:
Draft for 6th Edition
- component:
technical issue
- version:
Rev 18: September 5, 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:
5454
- comment_count:
0
- who:
André Bargull
- bug_when:
2013-09-27 04:53:19 -0700
24.3.3, Str operation, step 5c:
Direct access to [[BooleanData]] needs to check the initialisation state of the Boolean object. If [[BooleanData]] is `undefined` a TypeError should be thrown.
test case:
JSON.stringify(new class extends Boolean{constructor(){}})
- commentid:
5495
- comment_count:
1
- who:
Allen Wirfs-Brock
- bug_when:
2013-09-27 12:23:31 -0700
fixed in rev19 editor's draft
- commentid:
5547
- comment_count:
2
- who:
Allen Wirfs-Brock
- bug_when:
2013-09-27 14:47:30 -0700
fixed in rev19