« Bugzilla Issues Index
#4164 — SuperCall should check newTarget for null
- bug_id:
4164
- creation_ts:
2015-03-16 10:34:00 -0700
- short_desc:
SuperCall should check newTarget for null
- delta_ts:
2015-03-16 10:38:41 -0700
- product:
Draft for 6th Edition
- component:
technical issue
- version:
Rev 35: March 4, 2015 Release Candidate 2
- rep_platform:
All
- op_sys:
All
- bug_status:
RESOLVED
- resolution:
INVALID
- priority:
Normal
- bug_severity:
enhancement
- everconfirmed:
true
- reporter:
Eric Faust
- assigned_to:
Allen Wirfs-Brock
- commentid:
13741
- comment_count:
0
- who:
Eric Faust
- bug_when:
2015-03-16 10:34:35 -0700
Currently, we initialize newTarget to null when doing PrepareForOrdinaryCall, but the super code (12.3.5.1 SuperCall) checks for undefined. I assume this should be null instead
- commentid:
13742
- comment_count:
1
- who:
Eric Faust
- bug_when:
2015-03-16 10:38:41 -0700
Oh, it seems this was handled by bug 3580, and that the spec I was reading was stale. Sorry for the noise.