Home | History | Annotate | Download | only in qscriptvalue

Lines Matching defs:isFunction

391     static QSet<QString> isFunction;
392 if (isFunction.isEmpty()) {
393 isFunction << "engine->evaluate(\"Function.prototype\")"
403 newRow(expr) << isFunction.contains(expr);
409 QCOMPARE(value.isFunction(), expected);
412 DEFINE_TEST_FUNCTION(isFunction)