Home | History | Annotate | Download | only in JavaScriptCore

Lines Matching full:regex

6978         Bug fix for rdar:/6845379.  If a case-insensitive regex contains
7278 between alternatives and iterations of the main loop of a regex,
7281 Consider the following regex: /foo|bar/
7307 This gives about a 5% gain on v8-regex, no change on Sunspider.
7802 (From about 3x slower than PCRE on regex-dna to about 30% slower).
8675 (Yet another regex runtime).
11924 codegen could result in a character match being missed and so cause the regex to produce
17819 as syntax errors. See fast/regex/non-pattern-characters.html.
32682 Uncaught exceptions in regex replace callbacks crash webkit
36904 A backslash (\) at the of a RegEx should produce an error.
36905 Fixes fast/regex/test1.html.
36931 Fix two failures in fast/regex/test1.html