archives

« Bugzilla Issues Index

#2621 — 21.2.5.2.1 RegExpExec: Only query "sticky" flag when ignore=false


21.2.5.2.1 Runtime Semantics: RegExpExec Abstract Operation, step 8:

Move steps 9-10 into step 8 and default sticky to false in step 7.


fixed in rev24 editor's draft.


Eliminated ignore flag which was only used for RegExp.prototype.search.
Accomplished same thing in search, in a manner that is more subclass friendly


fixed in rev24