archives

« Bugzilla Issues Index

#580 — 11.1.9: missing "Property Descriptor"


In 11.1.9 "Quasi Literals",
under "Runtime Semantics: ArgumentListEvaluation",
in the definition of the abstract operation GetQuasiCallSite,
steps 8.c and 8.e say:

Call the [[DefineOwnProperty]] internal method of siteObj with arguments
prop,
{[[Value]]: cookedValue, [[Writable]]: false, [[Configurable]]: false}},
and false.

Call the [[DefineOwnProperty]] internal method of rawObj with arguments
prop,
{[[Value]]: rawValue, [[Writable]]: false, [[Configurable]]: false}},
and false.

In each case, the second argument should start with "Property Descriptor"


Oh, and each case, change "}}" to just "}".


corrected in editor's draft


fixed in rev10, Sept. 27 2012 draft