aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlecmascript/data/qtbug_24448.js
blob: eefe00337c86f6cce42284c4fdbdd54c40b1aa5f (plain)
1
2
3
4
5
6
var test = false;
try {
    eval(foo);
} catch (e) {
    test = (typeof foo) === "undefined";
}