« Bugzilla Issues Index
#2510 — 14.5.4 ClassTail, Contains: Contains definition does not take computed property names into account
- bug_id:
2510
- creation_ts:
2014-02-07 05:59:00 -0800
- short_desc:
14.5.4 ClassTail, Contains: Contains definition does not take computed property names into account
- delta_ts:
2014-04-06 11:30:42 -0700
- product:
Draft for 6th Edition
- component:
technical issue
- version:
Rev 22: January 20, 2014 Draft
- rep_platform:
All
- op_sys:
All
- bug_status:
RESOLVED
- resolution:
FIXED
- priority:
Normal
- bug_severity:
normal
- everconfirmed:
true
- reporter:
André Bargull
- assigned_to:
Allen Wirfs-Brock
- commentid:
7205
- comment_count:
0
- who:
André Bargull
- bug_when:
2014-02-07 05:59:25 -0800
14.5.4 Static Semantics: Contains.
The current definition for Contains in 14.5.4 does not take computed property names into account.
---
function outer() {
class C {
[super.x](){}
}
}
---
ReferencesSuper for the FunctionDeclaration "outer" should return true, but the current definition for Contains in 14.5.4 does not recurse into the ClassBody production.
Related to bug 2509.
- commentid:
7227
- comment_count:
1
- who:
Allen Wirfs-Brock
- bug_when:
2014-02-08 19:01:36 -0800
fixed in rev23 editor's draft
- commentid:
7572
- comment_count:
2
- who:
Allen Wirfs-Brock
- bug_when:
2014-04-06 11:30:42 -0700
fixed in rev23 draft