aboutsummaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/qml/holistic/data/jsImports/msdsi15.js
blob: e7c874f2355e299d17df29bf668bc0c273e050fc (plain)
1
2
3
4
5
6
7
8
9
10
11
// Copyright (C) 2016 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only

// This JavaScript file is a single, small, imported script.
// It is imported by another script.

function testFunc(seedValue) {
    var retn = 0.155;
    retn *= (seedValue + retn);
    return retn;
}