« Bugzilla Issues Index
#3153 — 21.1.3.* String.prototype.* : HasProperty(_ , @@isRegExp) → ToBoolean(Get(_, @@isRegExp))
- bug_id:
3153
- creation_ts:
2014-08-25 12:00:00 -0700
- short_desc:
21.1.3.* String.prototype.* : HasProperty(_ , @@isRegExp) → ToBoolean(Get(_, @@isRegExp))
- delta_ts:
2014-12-08 14:05:19 -0800
- product:
Draft for 6th Edition
- component:
technical issue
- version:
Rev 27: August 24, 2014 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:
9983
- comment_count:
0
- who:
Claude Pache
- bug_when:
2014-08-25 12:00:31 -0700
Leftover of Bug 3990. Some occurrence of HasProperty(_ , @@isRegExp) were forgotten to be changed into ToBoolean(Get(_, @@isRegExp)), in the following algorithms:
* 21.1.3.11 String.prototype.match, step 4
* 21.1.3.14 String.prototype.replace, step 4
* 21.1.3.15 String.prototype.search, step 4
* 21.1.3.17 String.prototype.split, step 3
- commentid:
9984
- comment_count:
1
- who:
Claude Pache
- bug_when:
2014-08-25 12:04:28 -0700
(In reply to Claude Pache from comment #0)
> Leftover of Bug 3990.
Uh, Bug 3090.
- commentid:
9987
- comment_count:
2
- who:
Allen Wirfs-Brock
- bug_when:
2014-08-25 13:25:35 -0700
fixed in rev28 editor's draft
- commentid:
10436
- comment_count:
3
- who:
Allen Wirfs-Brock
- bug_when:
2014-10-14 15:17:53 -0700
fixed in rev28
- commentid:
10502
- comment_count:
4
- who:
Claude Pache
- bug_when:
2014-10-14 16:45:17 -0700
Sadly, it appears to have not be fixed in rev 28.
- commentid:
10504
- comment_count:
5
- who:
Claude Pache
- bug_when:
2014-10-15 04:09:35 -0700
(In reply to Claude Pache from comment #4)
> Sadly, it appears to have not be[en] fixed in rev 28.
Just to be very clear:
* The test is ok in Sections 21.1.3.{6, 7, 18}
* The test remains to be corrected in Sections 21.1.3.{11, 14, 15, 17}
- commentid:
10962
- comment_count:
6
- who:
Claude Pache
- bug_when:
2014-12-08 14:05:19 -0800
The Bug is obsolete, for @@isRegExp is now gone.