archives

« Bugzilla Issues Index

#728 — 15.13.6.4.2: undefined "src"


In 15.13.6.4.2 "TypeArray.prototype.set(array [, offset] )",
step 9.a says:
Let v be the result of calling [[Get]] on src with property name toString(k)
but 'src' is not defined.

Change to 'O'?

(Or change occurrences of 'O' to 'src', which might make more sense, given the src/target dichotomy in other metavariable names.)


(Also, on that same line, change "toString" to "ToString".)


apparently eliminated in rev 13 rewrite


fixed in rev16 draft. July 15, 2013