qtdeclarative/tests/auto/qml/qqmlecmascript/data/qtbug_24448.js

7 lines
96 B
JavaScript

var test = false;
try {
eval(foo);
} catch (e) {
test = (typeof foo) === "undefined";
}