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

  /external/chromium_org/v8/test/mjsunit/
string-fromcharcode.js 38 function testCharCodeTruncation() {
47 assertEquals(expected, testCharCodeTruncation());
48 assertEquals(expected, testCharCodeTruncation());
49 %OptimizeFunctionOnNextCall(testCharCodeTruncation);
50 assertEquals(expected, testCharCodeTruncation());

Completed in 24 milliseconds