« Bugzilla Issues Index
#3458 — 24.3.1.1 Walk: Incorrect assertion in step 3.c.iii and missing ReturnIfAbrupt
- bug_id:
3458
- creation_ts:
2014-12-17 12:24:00 -0800
- short_desc:
24.3.1.1 Walk: Incorrect assertion in step 3.c.iii and missing ReturnIfAbrupt
- delta_ts:
2014-12-23 20:23:29 -0800
- product:
Draft for 6th Edition
- component:
technical issue
- version:
Rev 29: December 06, 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:
11060
- comment_count:
0
- who:
André Bargull
- bug_when:
2014-12-17 12:24:08 -0800
24.3.1.1 Runtime Semantics: Walk Abstract Operation
Step 3.c.iii needs to be changed to:
---
iii. Let lenVal be Get(value, "length").
iv. Let len be ToLength(lenVal).
v. ReturnIfAbrupt(len).
---
Also:
Missing ReturnIfAbrupt after 3.c.iv.1 and 3.d.ii.1
- commentid:
11113
- comment_count:
1
- who:
Allen Wirfs-Brock
- bug_when:
2014-12-19 15:34:56 -0800
fixed in rev30 editor's draft
- commentid:
11178
- comment_count:
2
- who:
Allen Wirfs-Brock
- bug_when:
2014-12-23 20:23:29 -0800
fixed in rev30