Home
last modified time | relevance | path

Searched refs:addThirtySeven (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/test/moduletest/bindfunction/
Dbindfunction.js52 const addThirtySeven = addArguments.bind(null, 37); constant
60 const result2 = addThirtySeven(5); // 37 + 5 = 42
63 const result3 = addThirtySeven(5, 10); // 37 + 5 = 42, (the second argument is ignored)