« Bugzilla Issues Index
#580 — 11.1.9: missing "Property Descriptor"
- bug_id:
580
- creation_ts:
2012-07-22 18:49:00 -0700
- short_desc:
11.1.9: missing "Property Descriptor"
- delta_ts:
2012-09-28 12:24:15 -0700
- product:
Draft for 6th Edition
- component:
editorial issue
- version:
Rev 9: July 8, 2012 Draft
- rep_platform:
All
- op_sys:
All
- bug_status:
RESOLVED
- resolution:
FIXED
- priority:
Normal
- bug_severity:
normal
- everconfirmed:
true
- reporter:
Michael Dyck
- assigned_to:
Allen Wirfs-Brock
- commentid:
1373
- comment_count:
0
- who:
Michael Dyck
- bug_when:
2012-07-22 18:49:02 -0700
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"
- commentid:
1374
- comment_count:
1
- who:
Michael Dyck
- bug_when:
2012-07-22 18:52:48 -0700
Oh, and each case, change "}}" to just "}".
- commentid:
1455
- comment_count:
2
- who:
Allen Wirfs-Brock
- bug_when:
2012-08-13 16:38:00 -0700
corrected in editor's draft
- commentid:
1693
- comment_count:
3
- who:
Allen Wirfs-Brock
- bug_when:
2012-09-28 12:24:15 -0700
fixed in rev10, Sept. 27 2012 draft