archives

« Bugzilla Issues Index

#3572 — 12.14.5.4 Runtime Semantics: KeyedDestructuringAssignmentEvaluation


Bug: Let hasNameProperty be HasOwnProperty(v, "name").
=> This should be HasOwnProperty(rhsValue, "name") – v is undefined at that location

Improvement: I’d make step 7 a sub-step of step 4 (after 4c), because it is purely about the initializer. Revisiting the initializer later seems odd.


hmm...this is already fixed in my draft and is fixed in the pdfs on the wiki.

Are you looking at the wrong version?


Ah, sorry, I was working with the HTML version. Will double-check via latest PDF draft, next time.