archives

« Bugzilla Issues Index

#1141 — 15.4.4.11: undefined "O"


Variable "O" undefined in third paragraph:
---
Let len be the result of applying Uint32 to the result of Get(O, "length").
---

Should be instead:
---
[...] Get(obj, "length").
---


corrected in rev 13 editor's draft