Home | History | Annotate | Download | only in qscriptvalue

Lines Matching defs:undefined

267             << QString::fromAscii("") // Undefined is an invalid property.
287 << QString::fromAscii("") // Undefined is an invalid property.
292 << QString::fromAscii("") // Undefined is an invalid property.
648 QTest::newRow("undefined") << QString::fromAscii("undefined") << QString::fromAscii("undefined");
670 QScriptValue undefined(engine.evaluate("undefined"));
681 QTest::newRow("undefined") << undefined << QString::fromAscii("undefined");
751 QTest::newRow("undef") << QScriptValue(QScriptValue::UndefinedValue)<< QString::fromAscii("undefined") << true << false;
839 QScriptValue undefined = eng.undefinedValue();
840 QCOMPARE(undefined.toObject().isValid(), false);
888 QScriptValue undefined = QScriptValue(QScriptValue::UndefinedValue);
889 QVERIFY(!undefined.toObject().isValid());
890 QVERIFY(!eng.toObject(undefined).isValid());
891 QVERIFY(!undefined.engine());
984 // tries to set undefined property directly on object.
1016 // tries to set undefined property directly on prototype