Home
last modified time | relevance | path

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

/external/v8/test/webkit/
Dstring-replacement-outofmemory.js28 function createStringWithRepeatedChar(c, multiplicity) { argument
29 while (c.length < multiplicity)
31 c = c.substring(0, multiplicity);