« Bugzilla Issues Index
#3739 — 8.1.1.3.1 BindThisValue(V): delete spurious step 2 + invert steps 3 & 4
- bug_id:
3739
- creation_ts:
2015-02-04 06:48:00 -0800
- short_desc:
8.1.1.3.1 BindThisValue(V): delete spurious step 2 + invert steps 3 & 4
- delta_ts:
2015-02-12 12:17:34 -0800
- product:
Draft for 6th Edition
- component:
technical issue
- version:
Rev 32: February 2, 2015 Draft
- rep_platform:
All
- op_sys:
All
- bug_status:
RESOLVED
- resolution:
FIXED
- priority:
Normal
- bug_severity:
normal
- everconfirmed:
true
- reporter:
Claude Pache
- assigned_to:
Allen Wirfs-Brock
- commentid:
12088
- comment_count:
0
- who:
Claude Pache
- bug_when:
2015-02-04 06:48:28 -0800
8.1.1.3.1 BindThisValue(V)
2. Assert: envRec.[[thisInitializationState]] is false.
That assertion is not true in general; current step 4 cares for it.
Moreover, I would place current step 4 (checking [[thisInitializationState]]) before current step 3 (set [[thisValue]]), because if the ThisValue is already initialised, it is strange to successfully reinitialise it with another value (step 3) and pretend that the operation has failed (step 4).
- commentid:
12089
- comment_count:
1
- who:
Allen Wirfs-Brock
- bug_when:
2015-02-04 08:32:54 -0800
fixed in rev33 editor's draft
- commentid:
12383
- comment_count:
2
- who:
Allen Wirfs-Brock
- bug_when:
2015-02-12 12:17:34 -0800
fixed in rev33