archives

« Bugzilla Issues Index

#3470 — 21.2.3.3.2 RegExpInitialize: Incorrect check in step 13


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.


fixed in rev30 editor's draft

I don't think that check is necessary.


fixed in rev30