Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/test/moduletest/bindfunction/
H A Dbindfunction.js38 function addArguments(arg1, arg2) { function
45 const result1 = addArguments(1, 2); // 3
52 const addThirtySeven = addArguments.bind(null, 37);

Completed in 1 milliseconds