archives

« Bugzilla Issues Index

#3355 — 12.2.5.9 PropertyDefinitionEvaluation: DefinePropertyOrThrow -> CreateDataPropertyOrThrow and typo


12.2.5.9 Runtime Semantics: PropertyDefinitionEvaluation

- PropertyDefinition : IdentifierReference, steps 6-7
- PropertyDefinition : PropertyName : AssignmentExpression, steps 7-8

The calls to DefinePropertyOrThrow can be replaced with CreateDataPropertyOrThrow.


PropertyDefinition : PropertyName : AssignmentExpression, steps 6.e.i

Change `v` to `propValue`.


fixed in rev29 editor's draft


fixed in rev29