archives

« Bugzilla Issues Index

#2847 — 12.2.5.8: missing Evaluation rule


In 12.2.5.8 "Runtime Semantics: Evaluation",
I believe you need a rule to handle
PropertyDefinition : MethodDefinition

(Or maybe there needs to be an "Evaluation" section in
14.3 "Method Definitions".)


It looks to me like the evaluation rules in 12.2.5.8 are left overs that can be deleted.

As far as I can tell evaluate is never applied to a PropertyDefinition. Instead PropertyDefinitionEvaluation is used for PropertyDefinition.

Fixed in rev25 editor's draft


confirmed fixed.