Searched refs:testToStringAndLength (Results 1 – 1 of 1) sorted by relevance
/external/v8/test/webkit/ |
D | toString-elision-trailing-comma.js | 97 function testToStringAndLength(fn, length, lastElement) function 116 testToStringAndLength("f1", 1); 117 testToStringAndLength("f2", 1, 1); 118 testToStringAndLength("f3", 1,1); 119 testToStringAndLength("f4", 2); 120 testToStringAndLength("f5", 3); 121 testToStringAndLength("f6", 4, 4); 122 testToStringAndLength("f7", 2, 2); 123 testToStringAndLength("f8", 3); 124 testToStringAndLength("f9", 5, 5); [all …]
|