« Bugzilla Issues Index
#3542 — 21.1.3.6, 21.1.3.7, 21.1.3.18: Unnecessary type check
- bug_id:
3542
- creation_ts:
2015-01-15 09:53:00 -0800
- short_desc:
21.1.3.6, 21.1.3.7, 21.1.3.18: Unnecessary type check
- delta_ts:
2015-01-15 16:19:02 -0800
- product:
Draft for 6th Edition
- component:
technical issue
- version:
Rev 30: December 24, 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:
11383
- comment_count:
0
- who:
André Bargull
- bug_when:
2015-01-15 09:53:58 -0800
21.1.3.6 String.prototype.endsWith ( searchString [ , endPosition] )
21.1.3.7 String.prototype.includes ( searchString [ , position ] )
21.1.3.18 String.prototype.startsWith ( searchString [, position ] )
The `Type(...) is Object` test is not necessary, see step 1 of IsRegExp.
- commentid:
11393
- comment_count:
1
- who:
Allen Wirfs-Brock
- bug_when:
2015-01-15 12:02:00 -0800
ixed in rev31 editor's draft
- commentid:
11422
- comment_count:
2
- who:
Allen Wirfs-Brock
- bug_when:
2015-01-15 16:19:02 -0800
In Rev31