Home
last modified time | relevance | path

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

/external/v8/test/mjsunit/
Dstring-lastindexof.js58 var longAlmostMatch = "test test test!"; variable
65 assertEquals(-1, s.lastIndexOf(longAlmostMatch), "tlong");
66 assertEquals(-1, s.lastIndexOf(longAlmostMatch, 10), "tlongpos");
67 assertEquals(-1, s.lastIndexOf(longAlmostMatch), "tlongnan");