Searched refs:argumentOrderTest (Results 1 - 1 of 1) sorted by relevance
/third_party/jerryscript/tests/jerry/es2015/ | ||
H A D | argument-spread.js | 102 function argumentOrderTest() { function 111 assertArrayEqual(argumentOrderTest(1, 2, ...[3, 4]), [1, 2, 3, 4]); |
Completed in 1 milliseconds