• Home
  • Raw
  • Download

Lines Matching refs:RegExp

35324         Ship RegExp subclassing (issues 4305, 4343, 4344, 4345).
35558 Stage RegExp subclassing (issues 4305, 4343, 4344, 4345).
35952 Separate String.prototype.replace into RegExp.prototype[Symbol.replace]
36690 Guard the property RegExp.prototype.unicode behind --harmony-regexp-
36760 Reland of Add web compat workarounds for ES2015 RegExp semantics
36764 Add web compat workarounds for ES2015 RegExp semantics (issues 4617,
38484 Implement flag and source getters on RegExp.prototype (issues 3715,
38521 Implement flag and source getters on RegExp.prototype (issues 3715,
38551 Implement flag and source getters on RegExp.prototype (issues 3715,
38559 Implement flag and source getters on RegExp.prototype (issues 3715,
38609 Implement flag and source getters on RegExp.prototype (issues 3715,
39040 [es6] stage sticky regexps and RegExp.prototype.flags (issue 4342).
39174 [es6] stage sticky regexps and RegExp.prototype.flags (issue 4342).
39358 Make RegExp use ToLength on lastIndex when flag is turned on (issue
42323 Remove RegExp.$input (issue 3486).
45417 Fixed additional spec violations wrt RegExp.lastIndex.
45442 Correctly reset lastIndex in an RegExp object.
46246 Fixed RegExp.prototype.toString for incompatible receivers
46375 Fixed source property of empty RegExp objects. (issue 1982)
47036 Removed special casing of calls to RegExp test and exec methods with no
47117 Fixed x64 RegExp start-of-string bug (Issues 1746, 1748).
47126 Made the RegExp.prototype object be a RegExp object (Issue 1217).
47400 Fixed a GC bug with RegExp code flushing.
47422 Introduced code flushing of RegExp code to free memory used by
47591 Made RegExp objects not callable.
47914 Change RegExp parsing to disallow /(*)/.
48069 Changed interpretation of malformed \c? escapes in RegExp to match
48138 Made RegExp character class parsing stricter. This mirrors a change
48139 to RegExp parsing in WebKit.
48300 Exposed RegExp construction through the API.
48330 Fixed a bug in RegExp (issue http://crbug.com/52801).
48340 Changed the RegExp benchmark to exercise the regexp engine on different
48347 Fixed a bug with profiling RegExp calls (issue http://crbug.com/55999).
48409 Fixed bug in RegExp related to copy-on-write arrays.
48479 RegExp literals create a new object every time they are evaluated
48779 Fixed bug in RegExp containing "\b^".
49063 Reverted a change which caused crashes in RegExp replace.
49271 Changed typeof RegExp from 'object' to 'function' for compatibility.
49285 Added native code generation for RegExp to 64-bit version.
49357 Allowed RegExp objects to be called as functions (issue 132).
49412 Changed RegExp parser to use a recursive data structure instead of
49501 Added stack overflow check for the RegExp analysis phase. Previously a
49509 executing a RegExp compiled to native code.
49770 representations of RegExp data.
50024 Added caching of RegExp data in compilation cache.
50163 loading Date and RegExp code could force certain code paths go