« Bugzilla Issues Index
#3572 — 12.14.5.4 Runtime Semantics: KeyedDestructuringAssignmentEvaluation
- bug_id:
3572
- creation_ts:
2015-01-17 16:41:00 -0800
- short_desc:
12.14.5.4 Runtime Semantics: KeyedDestructuringAssignmentEvaluation
- delta_ts:
2015-01-17 17:09:46 -0800
- product:
Draft for 6th Edition
- component:
technical issue
- version:
Rev 31: January 15, 2015 Draft
- rep_platform:
All
- op_sys:
All
- bug_status:
RESOLVED
- resolution:
WORKSFORME
- priority:
Normal
- bug_severity:
minor
- everconfirmed:
true
- reporter:
Axel Rauschmayer
- assigned_to:
Allen Wirfs-Brock
- commentid:
11536
- comment_count:
0
- who:
Axel Rauschmayer
- bug_when:
2015-01-17 16:41:07 -0800
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.
- commentid:
11537
- comment_count:
1
- who:
Allen Wirfs-Brock
- bug_when:
2015-01-17 16:55:08 -0800
hmm...this is already fixed in my draft and is fixed in the pdfs on the wiki.
Are you looking at the wrong version?
- commentid:
11539
- comment_count:
2
- who:
Axel Rauschmayer
- bug_when:
2015-01-17 17:09:46 -0800
Ah, sorry, I was working with the HTML version. Will double-check via latest PDF draft, next time.