summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativeecmascript/data/scriptAccess.js
blob: c00d28500e31e655f51984a4fca2512877287fef (plain)
1
2
3
4
5
6
7
var extVariable = 19;

function extMethod()
{
    return extVariable;
}