Searched refs:argumentLengthIs5 (Results 1 – 2 of 2) sorted by relevance
/external/v8/test/webkit/fast/js/ |
D | arguments-expected.txt | 44 PASS argumentLengthIs5() is 5 45 PASS argumentLengthIs5(1,2,3,4,5) is 5 46 PASS argumentLengthIs5(1,2,3,4,5,6,7,8,9,10) is 5
|
D | arguments.js | 53 function argumentLengthIs5() { function
|