« Bugzilla Issues Index
#3470 — 21.2.3.3.2 RegExpInitialize: Incorrect check in step 13
- bug_id:
3470
- creation_ts:
2014-12-17 13:44:00 -0800
- short_desc:
21.2.3.3.2 RegExpInitialize: Incorrect check in step 13
- delta_ts:
2014-12-23 20:23:29 -0800
- product:
Draft for 6th Edition
- component:
technical issue
- version:
Rev 29: December 06, 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:
11073
- comment_count:
0
- who:
André Bargull
- bug_when:
2014-12-17 13:44:21 -0800
21.2.3.3.2 Runtime Semantics: RegExpInitialize Abstract Operation
Step 13 needs to be removed otherwise RegExp.prototype.compile does not work anymore. Alternatively add a flag to RegExpInitialize which specifies that initialized RegExp objects are ok if RegExpInitialize is called from RegExp.prototype.compile.
- commentid:
11081
- comment_count:
1
- who:
Allen Wirfs-Brock
- bug_when:
2014-12-17 16:55:41 -0800
fixed in rev30 editor's draft
I don't think that check is necessary.
- commentid:
11181
- comment_count:
2
- who:
Allen Wirfs-Brock
- bug_when:
2014-12-23 20:23:29 -0800
fixed in rev30