archives

« Bugzilla Issues Index

#3458 — 24.3.1.1 Walk: Incorrect assertion in step 3.c.iii and missing ReturnIfAbrupt


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


fixed in rev30 editor's draft


fixed in rev30