DEBSOURCES
Skip Quicknav
sources / qt6-declarative / 6.9.1%2Bdfsg-1 / tests / benchmarks / qml / script / data / slot_complex_js.js
12345678
function myCustomFunction(n) { var a = 1; while (n > 0) { a = a * n; n--; } return a; }