[Webkit-unassigned] [Bug 16514] RegExp properties should not depend on RegExp.input

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 19 06:09:42 PST 2007


http://bugs.webkit.org/show_bug.cgi?id=16514





------- Comment #3 from kmillikin at gmail.com  2007-12-19 06:09 PDT -------
Thanks for looking into this.

It looks like all the deprecated properties of the RegExp constructor
(lastMatch, leftContext, rightContext, lastParen, and $1 through $9) are
computed lazily based on RegExp.input.  However, RegExp.input is not
necessarily the last matching subject string.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list