archives

« Bugzilla Issues Index

#433 — 11.1.5: "PropName(...)"


In 11.1.5 "Object Initialiser",
under "Runtime Semantics: Property Definition Evaluation"
rule 2 step 1 and rule 3 step 2 say:
"Let propName be PropName(IdentifierName)."
"Let propName be PropName(PropertyName)."
respectively.

Other references to 'PropName' don't use prefix-parenthesized notation.
For consistency, change to:
"Let propName be PropName of IdentifierName."
"Let propName be PropName of PropertyName."


corrected in editor's draft