Home
last modified time | relevance | path

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

/external/v8/test/mjsunit/
Dstring-fromcharcode.js38 function testCharCodeTruncation() { function
47 assertEquals(expected, testCharCodeTruncation());
48 assertEquals(expected, testCharCodeTruncation());
49 %OptimizeFunctionOnNextCall(testCharCodeTruncation);
50 assertEquals(expected, testCharCodeTruncation());