archives

« Bugzilla Issues Index

#1865 — 11.13.3.2, Runtime Semantics: Destructuring Assignment Evaluation: Missing update to new destructuring rules


11.13.3.2, Runtime Semantics: Destructuring Assignment Evaluation.

AssignmentProperty : Identifier Initialiser{opt}

Algorithm was not updated to use the new destructuring rules w.r.t. missing properties.


The "new destructuring rules" have been reverted in rev19 - it's no longer required to have an initialiser when a property is not present.