archives

« Bugzilla Issues Index

#532 — 10.6: undefined "func"


In 10.6 "Arguments Object",
in the defn of the abstract operation CreateMappedArgumentsObject,
step 9 refers to
the property descriptor {[[Value]]: func, [[Writable]]: true,
[[Enumerable]]: false, [[Configurable]]: true}
but 'func' is not defined.


I think 'func' needs to be passed in as another parameter.


corrected in editor's draft


fixed in rev10, Sept. 27 2012 draft