Home
last modified time | relevance | path

Searched refs:argumentOrderTest (Results 1 - 1 of 1) sorted by relevance

/third_party/jerryscript/tests/jerry/es2015/
H A Dargument-spread.js102 function argumentOrderTest() { function
111 assertArrayEqual(argumentOrderTest(1, 2, ...[3, 4]), [1, 2, 3, 4]);

Completed in 1 milliseconds