« Bugzilla Issues Index
#3666 — 24.3.2 JSON.stringify: Missing ReturnIfAbrupt calls
- bug_id:
3666
- creation_ts:
2015-01-23 15:35:00 -0800
- short_desc:
24.3.2 JSON.stringify: Missing ReturnIfAbrupt calls
- delta_ts:
2015-02-02 18:38:49 -0800
- product:
Draft for 6th Edition
- component:
technical issue
- version:
Rev 31: January 15, 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:
11683
- comment_count:
0
- who:
André Bargull
- bug_when:
2015-01-23 15:35:19 -0800
24.3.2 JSON.stringify ( value [ , replacer [ , space ] ] )
Add ReturnIfAbrupt in
- step 4.b.v.6.a: `ReturnIfAbrupt(item)`
- step 5.a.i: `ReturnIfAbrupt(space)`
- step 5.b.i: `ReturnIfAbrupt(space)`
- commentid:
11719
- comment_count:
1
- who:
Allen Wirfs-Brock
- bug_when:
2015-01-24 21:48:32 -0800
fixed in rev32 editor's draft
- commentid:
11930
- comment_count:
2
- who:
Allen Wirfs-Brock
- bug_when:
2015-02-02 18:38:49 -0800
fixed in rev32 draft