« Bugzilla Issues Index
#3540 — 21.2.5.8 RegExp.prototype [ @@replace ]: Unused variable "previousLastIndex" and unnecessary check
- bug_id:
3540
- creation_ts:
2015-01-15 09:40:00 -0800
- short_desc:
21.2.5.8 RegExp.prototype [ @@replace ]: Unused variable "previousLastIndex" and unnecessary check
- delta_ts:
2015-01-15 16:19:03 -0800
- product:
Draft for 6th Edition
- component:
editorial 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:
11381
- comment_count:
0
- who:
André Bargull
- bug_when:
2015-01-15 09:40:38 -0800
21.2.5.8 RegExp.prototype [ @@replace ] ( string, replaceValue )
Step 11: Variable "previousLastIndex" is never used.
Step 14.d.i: Unnecessary check `If result is not null`.
- commentid:
11385
- comment_count:
1
- who:
Allen Wirfs-Brock
- bug_when:
2015-01-15 10:33:01 -0800
fixed in rev31 editor's draft
- commentid:
11431
- comment_count:
2
- who:
Allen Wirfs-Brock
- bug_when:
2015-01-15 16:19:03 -0800
In Rev31