Home | History | Annotate | Download | only in octane

Lines Matching refs:regexp

31 // on the web and logging all regexp operations performed.  Each
37 // scrambled to exercise the regexp engine on different input strings.
40 var RegExpSuite = new BenchmarkSuite('RegExp', 910985, [
41 new Benchmark("RegExp", RegExpRun, RegExpSetup, RegExpTearDown, 16)