« Bugzilla Issues Index
#2509 — 14.3 MethodDefinition, 14.4 GeneratorMethod: Missing Contains definition
- bug_id:
2509
- creation_ts:
2014-02-07 05:15:00 -0800
- short_desc:
14.3 MethodDefinition, 14.4 GeneratorMethod: Missing Contains definition
- delta_ts:
2014-04-06 11:31:28 -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:
7204
- comment_count:
0
- who:
André Bargull
- bug_when:
2014-02-07 05:15:22 -0800
14.3 MethodDefinition and 14.4 GeneratorMethod should probably override the definition for `Contains`, so they don't inherit the default definition from 5.3.
- commentid:
7228
- comment_count:
1
- who:
Allen Wirfs-Brock
- bug_when:
2014-02-08 19:07:44 -0800
fixed in rev23 editor's draft
rather than override contains I added ComputedPropertyContains and made sure it was called containers of methods.
- commentid:
7229
- comment_count:
2
- who:
André Bargull
- bug_when:
2014-02-09 03:30:52 -0800
Hmm, I didn't spot the existing Contains override in 12.1.5.2 for ObjectLiteral, so adding ComputedPropertyContains is the right choice rather than adding Contains for MethodDefinition.
- commentid:
7604
- comment_count:
3
- who:
Allen Wirfs-Brock
- bug_when:
2014-04-06 11:31:28 -0700
fixed in rev23 draft