OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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