archives

« Bugzilla Issues Index

#3267 — 12.2.5.9 PropertyDefinitionEvaluation: DefinePropertyOrThrow can be replaced with CreateDataPropertyOrThrow


12.2.5.9 Runtime Semantics: PropertyDefinitionEvaluation

steps 6-7 in PropertyDefinition : IdentifierReference

steps 7-8 in PropertyDefinition : PropertyName : AssignmentExpression

can be replaced with a single call to CreateDataPropertyOrThrow.


And in B.3.1 __proto__ Property Names in Object Initializers.


fixed in rev29