Home | History | Annotate | Download | only in qscriptvalue

Lines Matching refs:isBoolean

298     static QSet<QString> isBoolean;
299 if (isBoolean.isEmpty()) {
300 isBoolean << "QScriptValue(true)"
307 newRow(expr) << isBoolean.contains(expr);
313 QCOMPARE(value.isBoolean(), expected);
316 DEFINE_TEST_FUNCTION(isBoolean)