« Bugzilla Issues Index
#3970 — 9.4.2.3, 19.1.3.6, 24.3.1.1, 24.3.2, 24.3.2.1: Missing ReturnIfAbrupt after IsArray
- bug_id:
3970
- creation_ts:
2015-02-17 06:54:00 -0800
- short_desc:
9.4.2.3, 19.1.3.6, 24.3.1.1, 24.3.2, 24.3.2.1: Missing ReturnIfAbrupt after IsArray
- delta_ts:
2015-02-19 19:11:01 -0800
- product:
Draft for 6th Edition
- component:
technical issue
- version:
Rev 33: February 12, 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:
12807
- comment_count:
0
- who:
André Bargull
- bug_when:
2015-02-17 06:54:37 -0800
9.4.2.3 ArraySpeciesCreate(originalArray, length) Abstract Operation
- step 4
19.1.3.6 Object.prototype.toString ( )
- step 4
24.3.1.1 Runtime Semantics: Walk Abstract Operation
- step 3.a
24.3.2 JSON.stringify ( value [ , replacer [ , space ] ] )
- step 4.b
24.3.2.1 Runtime Semantics: Str Abstract Operation
- step 11.a
IsArray is fallible, so it needs be guarded with a ReturnIfAbrupt call.
- commentid:
12826
- comment_count:
1
- who:
Allen Wirfs-Brock
- bug_when:
2015-02-17 11:05:29 -0800
fixed in rev34 editor's draft
- commentid:
13095
- comment_count:
2
- who:
Allen Wirfs-Brock
- bug_when:
2015-02-19 19:11:01 -0800
fixed in rev34