archives

« Bugzilla Issues Index

#4475 — 12.2.6.9 PropertyDefinitionEvaluation: Unnecessary ReturnIfAbrupt in step 3


12.2.6.9 Runtime Semantics: PropertyDefinitionEvaluation

"PropertyDefinition : IdentifierReference"

ReturnIfAbrupt in step 3 is not needed, abrupt completions are handled in GetValue().


Fixed in ES2016 Draft.