HomeSort by relevance Sort by last modified time
    Searched full:no_last_match (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/v8/test/mjsunit/
regexp-capture-3.js 128 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"); });

Completed in 1298 milliseconds