Home
last modified time | relevance | path

Searched refs:no_last_match (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/v8/test/mjsunit/
Dregexp-capture-3.js128 function no_last_match(fn) { function
135 no_last_match(function() { "foo".replace("f", ""); });
136 no_last_match(function() { "foo".replace("f", "f"); });
137 no_last_match(function() { "foo".split("o"); });
141 no_last_match(function() { cons.replace("x", "y"); });
142 no_last_match(function() { cons.replace("e", "E"); });