| Line | Source | Count |
| 1 | | - |
| 2 | | - |
| 3 | | - |
| 4 | | - |
| 5 | static const bool disable_lookups = false; | - |
| 6 | | - |
| 7 | | - |
| 8 | | - |
| 9 | | - |
| 10 | | - |
| 11 | | - |
| 12 | using namespace QV4; | - |
| 13 | using namespace QV4::Compiler; | - |
| 14 | using namespace QQmlJS::AST; | - |
| 15 | | - |
| 16 | static inline void setJumpOutLocation(QV4::Moth::BytecodeGenerator *bytecodeGenerator, | - |
| 17 | const Statement *body, const SourceLocation &fallback) | - |
| 18 | { | - |
| 19 | switch (body->kind) { | - |
| 20 | | - |
| 21 | | - |
| 22 | case never executed: case Statement::Kind_ConditionalExpression: Statement::Kind_ConditionalExpression:never executed: case Statement::Kind_ConditionalExpression: | 0 |
| 23 | case never executed: case Statement::Kind_ForEachStatement: Statement::Kind_ForEachStatement:never executed: case Statement::Kind_ForEachStatement: | 0 |
| 24 | caseexecuted 1 time by 1 test: case Statement::Kind_ForStatement: Statement::Kind_ForStatement:executed 1 time by 1 test: case Statement::Kind_ForStatement: | 1 |
| 25 | caseexecuted 36 times by 6 tests: case Statement::Kind_IfStatement:Executed by:- tst_ecmascripttests
- tst_examples
- tst_qquickgridview
- tst_qquicklistview
- tst_qquickvisualdatamodel
- tst_qv4debugger
Statement::Kind_IfStatement:executed 36 times by 6 tests: case Statement::Kind_IfStatement:Executed by:- tst_ecmascripttests
- tst_examples
- tst_qquickgridview
- tst_qquicklistview
- tst_qquickvisualdatamodel
- tst_qv4debugger
| 36 |
| 26 | case never executed: case Statement::Kind_WhileStatement: Statement::Kind_WhileStatement:never executed: case Statement::Kind_WhileStatement: | 0 |
| 27 | bytecodeGenerator->setLocation(fallback); | - |
| 28 | break;executed 37 times by 6 tests: break;Executed by:- tst_ecmascripttests
- tst_examples
- tst_qquickgridview
- tst_qquicklistview
- tst_qquickvisualdatamodel
- tst_qv4debugger
| 37 |
| 29 | defaultexecuted 29394 times by 32 tests: default:Executed by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickcustomaffector
- tst_qquickgridview
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpathview
- tst_qquickpositioners
- tst_qquickrepeater
- tst_qquickscreen
- tst_qquickvisualdatamodel
- ...
:executed 29394 times by 32 tests: default:Executed by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickcustomaffector
- tst_qquickgridview
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpathview
- tst_qquickpositioners
- tst_qquickrepeater
- tst_qquickscreen
- tst_qquickvisualdatamodel
- ...
| 29394 |
| 30 | bytecodeGenerator->setLocation(body->lastSourceLocation()); | - |
| 31 | break;executed 29519 times by 32 tests: break;Executed by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickcustomaffector
- tst_qquickgridview
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpathview
- tst_qquickpositioners
- tst_qquickrepeater
- tst_qquickscreen
- tst_qquickvisualdatamodel
- ...
| 29519 |
| 32 | } | - |
| 33 | } | - |
| 34 | | - |
| 35 | Codegen::Codegen(QV4::Compiler::JSUnitGenerator *jsUnitGenerator, bool strict) | - |
| 36 | : _module(nullptr) | - |
| 37 | , _returnAddress(-1) | - |
| 38 | , _context(nullptr) | - |
| 39 | , _labelledStatement(nullptr) | - |
| 40 | , jsUnitGenerator(jsUnitGenerator) | - |
| 41 | , _strictMode(strict) | - |
| 42 | , _fileNameIsUrl(false) | - |
| 43 | , hasError(false) | - |
| 44 | { | - |
| 45 | jsUnitGenerator->codeGeneratorName = ([]() noexcept -> QString { enum { Size = sizeof(u"" "moth")/2 - 1 }; static const QStaticStringData<Size> qstring_literal = { { { { -1 } }, Size, 0, 0, sizeof(QStringData) }, u"" "moth" }; QStringDataPtr holder = { qstring_literal.data_ptr() }; const QString qstring_literal_temp(holder); return qstring_literal_temp; }()); | - |
| 46 | }executed 2337644 times by 146 tests: end of blockExecuted by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlfileselector
- ...
| 2337644 |
| 47 | | - |
| 48 | void Codegen::generateFromProgram(const QString &fileName, | - |
| 49 | const QString &finalUrl, | - |
| 50 | const QString &sourceCode, | - |
| 51 | Program *node, | - |
| 52 | Module *module, | - |
| 53 | ContextType contextType) | - |
| 54 | { | - |
| 55 | ((node) ? static_cast<void>(0) : qt_assert("node", __FILE__, 111)); | - |
| 56 | | - |
| 57 | _module = module; | - |
| 58 | _context = nullptr; | - |
| 59 | | - |
| 60 | | - |
| 61 | _module->fileName = fileName; | - |
| 62 | _module->finalUrl = finalUrl; | - |
| 63 | | - |
| 64 | ScanFunctions scan(this, sourceCode, contextType); | - |
| 65 | scan(node); | - |
| 66 | | - |
| 67 | if (hasError| TRUE | evaluated 803 times by 2 testsEvaluated by:- tst_ecmascripttests
- tst_qqmlecmascript
| | FALSE | evaluated 2287541 times by 40 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlmetatype
- tst_qqmlproperty
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmltranslation
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickdesignersupport
- tst_qquickdrag
- ...
|
) | 803-2287541 |
| 68 | return;executed 804 times by 2 tests: return;Executed by:- tst_ecmascripttests
- tst_qqmlecmascript
| 804 |
| 69 | | - |
| 70 | defineFunction(([]() noexcept -> QString { enum { Size = sizeof(u"" "%entry")/2 - 1 }; static const QStaticStringData<Size> qstring_literal = { { { { -1 } }, Size, 0, 0, sizeof(QStringData) }, u"" "%entry" }; QStringDataPtr holder = { qstring_literal.data_ptr() }; const QString qstring_literal_temp(holder); returnexecuted 2287485 times by 40 tests: return qstring_literal_temp;Executed by:- tst_ecmascripttests
- tst_examples
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlmetatype
- tst_qqmlproperty
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmltranslation
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickdesignersupport
- tst_qquickdrag
- ...
qstring_literal_temp;executed 2287485 times by 40 tests: return qstring_literal_temp;Executed by:- tst_ecmascripttests
- tst_examples
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlmetatype
- tst_qqmlproperty
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmltranslation
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickdesignersupport
- tst_qquickdrag
- ...
}()), node, nullptr, node->statements); | 2287485 |
| 71 | }executed 2288407 times by 40 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlmetatype
- tst_qqmlproperty
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmltranslation
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickdesignersupport
- tst_qquickdrag
- ...
| 2288407 |
| 72 | | - |
| 73 | void Codegen::enterContext(Node *node) | - |
| 74 | { | - |
| 75 | _context = _module->contextMap.value(node); | - |
| 76 | ((_context) ? static_cast<void>(0) : qt_assert("_context", __FILE__, 132)); | - |
| 77 | }executed 5192762 times by 139 tests: end of blockExecuted by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- ...
| 5192762 |
| 78 | | - |
| 79 | int Codegen::leaveContext() | - |
| 80 | { | - |
| 81 | ((_context) ? static_cast<void>(0) : qt_assert("_context", __FILE__, 137)); | - |
| 82 | int functionIndex = _context->functionIndex; | - |
| 83 | _context = _context->parent; | - |
| 84 | returnexecuted 5176091 times by 139 tests: return functionIndex;Executed by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- ...
functionIndex;executed 5176091 times by 139 tests: return functionIndex;Executed by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- ...
| 5176091 |
| 85 | } | - |
| 86 | | - |
| 87 | Context *Codegen::enterBlock(Node *node) | - |
| 88 | { | - |
| 89 | enterContext(node); | - |
| 90 | returnexecuted 1789340 times by 76 tests: return _context;Executed by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllistreference
- tst_qqmllocale
- tst_qqmlmoduleplugin
- ...
_context;executed 1789340 times by 76 tests: return _context;Executed by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllistreference
- tst_qqmllocale
- tst_qqmlmoduleplugin
- ...
| 1789340 |
| 91 | } | - |
| 92 | | - |
| 93 | Codegen::Reference Codegen::unop(UnaryOperation op, const Reference &expr) | - |
| 94 | { | - |
| 95 | if (hasError| TRUE | never evaluated | | FALSE | evaluated 272711 times by 59 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlnativeconnector
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmltimer
- tst_qqmltypeloader
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickaccessible
- tst_qquickanimatedimage
- ...
|
) | 0-272711 |
| 96 | return never executed: return _expr.result(); _expr.result();never executed: return _expr.result(); | 0 |
| 97 | | - |
| 98 | | - |
| 99 | if (expr.isConstant()| TRUE | evaluated 53445 times by 21 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlqt
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qquickanimatedimage
- tst_qquickanimationcontroller
- tst_qquickdroparea
- tst_qquickitemlayer
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpathview
- tst_qquickvisualdatamodel
- tst_quicktestmainwithsetup
- tst_testfiltering
| | FALSE | evaluated 219914 times by 55 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlnativeconnector
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmltimer
- tst_qqmltypeloader
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickaccessible
- tst_qquickanimatedsprite
- tst_qquickanimationcontroller
- tst_qquickanimations
- ...
|
) { | 53445-219914 |
| 100 | auto v = Value::fromReturnedValue(expr.constant); | - |
| 101 | if (v.isNumber()| TRUE | evaluated 53205 times by 21 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlqt
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qquickanimatedimage
- tst_qquickanimationcontroller
- tst_qquickdroparea
- tst_qquickitemlayer
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpathview
- tst_qquickvisualdatamodel
- tst_quicktestmainwithsetup
- tst_testfiltering
| | FALSE | evaluated 254 times by 2 testsEvaluated by:- tst_ecmascripttests
- tst_parserstress
|
) { | 254-53205 |
| 102 | switch (op) { | - |
| 103 | caseexecuted 84 times by 2 tests: case Not:Executed by:- tst_ecmascripttests
- tst_parserstress
Not:executed 84 times by 2 tests: case Not:Executed by:- tst_ecmascripttests
- tst_parserstress
| 84 |
| 104 | returnexecuted 84 times by 2 tests: return Reference::fromConst(this, Encode(!v.toBoolean()));Executed by:- tst_ecmascripttests
- tst_parserstress
Reference::fromConst(this, Encode(!v.toBoolean()));executed 84 times by 2 tests: return Reference::fromConst(this, Encode(!v.toBoolean()));Executed by:- tst_ecmascripttests
- tst_parserstress
| 84 |
| 105 | caseexecuted 51680 times by 21 tests: case UMinus:Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlqt
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qquickanimatedimage
- tst_qquickanimationcontroller
- tst_qquickdroparea
- tst_qquickitemlayer
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpathview
- tst_qquickvisualdatamodel
- tst_quicktestmainwithsetup
- tst_testfiltering
UMinus:executed 51680 times by 21 tests: case UMinus:Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlqt
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qquickanimatedimage
- tst_qquickanimationcontroller
- tst_qquickdroparea
- tst_qquickitemlayer
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpathview
- tst_qquickvisualdatamodel
- tst_quicktestmainwithsetup
- tst_testfiltering
| 51680 |
| 106 | returnexecuted 51648 times by 21 tests: return Reference::fromConst(this, Runtime::method_uMinus(v));Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlqt
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qquickanimatedimage
- tst_qquickanimationcontroller
- tst_qquickdroparea
- tst_qquickitemlayer
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpathview
- tst_qquickvisualdatamodel
- tst_quicktestmainwithsetup
- tst_testfiltering
Reference::fromConst(this, Runtime::method_uMinus(v));executed 51648 times by 21 tests: return Reference::fromConst(this, Runtime::method_uMinus(v));Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlqt
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qquickanimatedimage
- tst_qquickanimationcontroller
- tst_qquickdroparea
- tst_qquickitemlayer
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpathview
- tst_qquickvisualdatamodel
- tst_quicktestmainwithsetup
- tst_testfiltering
| 51648 |
| 107 | caseexecuted 1116 times by 2 tests: case UPlus:Executed by:- tst_ecmascripttests
- tst_parserstress
UPlus:executed 1116 times by 2 tests: case UPlus:Executed by:- tst_ecmascripttests
- tst_parserstress
| 1116 |
| 108 | returnexecuted 1116 times by 2 tests: return expr;Executed by:- tst_ecmascripttests
- tst_parserstress
expr;executed 1116 times by 2 tests: return expr;Executed by:- tst_ecmascripttests
- tst_parserstress
| 1116 |
| 109 | caseexecuted 292 times by 1 test: case Compl: Compl:executed 292 times by 1 test: case Compl: | 292 |
| 110 | returnexecuted 292 times by 1 test: return Reference::fromConst(this, Encode((int)~v.toInt32())); Reference::fromConst(this, Encode((int)~v.toInt32()));executed 292 times by 1 test: return Reference::fromConst(this, Encode((int)~v.toInt32())); | 292 |
| 111 | default never executed: default: :never executed: default: | 0 |
| 112 | break; never executed: break; | 0 |
| 113 | } | - |
| 114 | } | - |
| 115 | }executed 254 times by 2 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_parserstress
| 254 |
| 116 | | - |
| 117 | | - |
| 118 | switch (op) { | - |
| 119 | caseexecuted 3893 times by 10 tests: case UMinus:Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlecmascript
- tst_qquickgridview
- tst_qquicklistview
- tst_qquickpathview
- tst_scenegraph
UMinus:executed 3893 times by 10 tests: case UMinus:Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlecmascript
- tst_qquickgridview
- tst_qquicklistview
- tst_qquickpathview
- tst_scenegraph
{ | 3893 |
| 120 | expr.loadInAccumulator(); | - |
| 121 | Instruction::UMinus uminus; | - |
| 122 | bytecodeGenerator->addInstruction(uminus); | - |
| 123 | returnexecuted 3894 times by 10 tests: return Reference::fromAccumulator(this);Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlecmascript
- tst_qquickgridview
- tst_qquicklistview
- tst_qquickpathview
- tst_scenegraph
Reference::fromAccumulator(this);executed 3894 times by 10 tests: return Reference::fromAccumulator(this);Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlecmascript
- tst_qquickgridview
- tst_qquicklistview
- tst_qquickpathview
- tst_scenegraph
| 3894 |
| 124 | } | - |
| 125 | caseexecuted 1793 times by 3 tests: case UPlus:Executed by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsvalue
UPlus:executed 1793 times by 3 tests: case UPlus:Executed by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsvalue
{ | 1793 |
| 126 | expr.loadInAccumulator(); | - |
| 127 | Instruction::UPlus uplus; | - |
| 128 | bytecodeGenerator->addInstruction(uplus); | - |
| 129 | returnexecuted 1793 times by 3 tests: return Reference::fromAccumulator(this);Executed by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsvalue
Reference::fromAccumulator(this);executed 1793 times by 3 tests: return Reference::fromAccumulator(this);Executed by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsvalue
| 1793 |
| 130 | } | - |
| 131 | caseexecuted 192849 times by 33 tests: case Not:Executed by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsvalue
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmltimer
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickaccessible
- tst_qquickanimatedsprite
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickdraghandler
- tst_qquickfocusscope
- tst_qquickfontloader
- tst_qquickgridview
- tst_qquickitem
- tst_qquicklayouts
- tst_qquicklistview
- ...
Not:executed 192849 times by 33 tests: case Not:Executed by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsvalue
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmltimer
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickaccessible
- tst_qquickanimatedsprite
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickdraghandler
- tst_qquickfocusscope
- tst_qquickfontloader
- tst_qquickgridview
- tst_qquickitem
- tst_qquicklayouts
- tst_qquicklistview
- ...
{ | 192849 |
| 132 | expr.loadInAccumulator(); | - |
| 133 | Instruction::UNot unot; | - |
| 134 | bytecodeGenerator->addInstruction(unot); | - |
| 135 | returnexecuted 194851 times by 33 tests: return Reference::fromAccumulator(this);Executed by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsvalue
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmltimer
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickaccessible
- tst_qquickanimatedsprite
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickdraghandler
- tst_qquickfocusscope
- tst_qquickfontloader
- tst_qquickgridview
- tst_qquickitem
- tst_qquicklayouts
- tst_qquicklistview
- ...
Reference::fromAccumulator(this);executed 194851 times by 33 tests: return Reference::fromAccumulator(this);Executed by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsvalue
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmltimer
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickaccessible
- tst_qquickanimatedsprite
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickdraghandler
- tst_qquickfocusscope
- tst_qquickfontloader
- tst_qquickgridview
- tst_qquickitem
- tst_qquicklayouts
- tst_qquicklistview
- ...
| 194851 |
| 136 | } | - |
| 137 | caseexecuted 314 times by 4 tests: case Compl:Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsvalue
Compl:executed 314 times by 4 tests: case Compl:Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsvalue
{ | 314 |
| 138 | expr.loadInAccumulator(); | - |
| 139 | Instruction::UCompl ucompl; | - |
| 140 | bytecodeGenerator->addInstruction(ucompl); | - |
| 141 | returnexecuted 314 times by 4 tests: return Reference::fromAccumulator(this);Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsvalue
Reference::fromAccumulator(this);executed 314 times by 4 tests: return Reference::fromAccumulator(this);Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsvalue
| 314 |
| 142 | } | - |
| 143 | caseexecuted 13004 times by 28 tests: case PostIncrement:Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlecmascript
- tst_qqmlitemmodels
- tst_qqmllistmodelworkerscript
- tst_qqmlnativeconnector
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmltypeloader
- tst_qqmlvaluetypeproviders
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickcustomaffector
- tst_qquickgridview
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- tst_qquickpositioners
- tst_qquickrepeater
- tst_qquickstates
- ...
PostIncrement:executed 13004 times by 28 tests: case PostIncrement:Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlecmascript
- tst_qqmlitemmodels
- tst_qqmllistmodelworkerscript
- tst_qqmlnativeconnector
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmltypeloader
- tst_qqmlvaluetypeproviders
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickcustomaffector
- tst_qquickgridview
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- tst_qquickpositioners
- tst_qquickrepeater
- tst_qquickstates
- ...
| 13004 |
| 144 | if (!_expr.accept(nx)| TRUE | evaluated 958 times by 9 testsEvaluated by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsengine
- tst_qquickanimationcontroller
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquicklistview
- tst_quicktestmainwithsetup
- tst_testfiltering
| | FALSE | evaluated 12046 times by 27 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlecmascript
- tst_qqmlitemmodels
- tst_qqmllistmodelworkerscript
- tst_qqmlnativeconnector
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmltypeloader
- tst_qqmlvaluetypeproviders
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickcustomaffector
- tst_qquickgridview
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- tst_qquickpositioners
- tst_qquickrepeater
- tst_qquickstates
- tst_qquicktableview
- ...
|
|| requiresReturnValue| TRUE | evaluated 1619 times by 1 test | | FALSE | evaluated 10429 times by 27 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlecmascript
- tst_qqmlitemmodels
- tst_qqmllistmodelworkerscript
- tst_qqmlnativeconnector
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmltypeloader
- tst_qqmlvaluetypeproviders
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickcustomaffector
- tst_qquickgridview
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- tst_qquickpositioners
- tst_qquickrepeater
- tst_qquickstates
- tst_qquicktableview
- ...
|
) { | 958-12046 |
| 145 | Reference e = expr.asLValue(); | - |
| 146 | e.loadInAccumulator(); | - |
| 147 | Instruction::UPlus uplus; | - |
| 148 | bytecodeGenerator->addInstruction(uplus); | - |
| 149 | Reference originalValue = Reference::fromStackSlot(this).storeRetainAccumulator(); | - |
| 150 | Instruction::Increment inc; | - |
| 151 | bytecodeGenerator->addInstruction(inc); | - |
| 152 | e.storeConsumeAccumulator(); | - |
| 153 | returnexecuted 2576 times by 9 tests: return originalValue;Executed by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsengine
- tst_qquickanimationcontroller
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquicklistview
- tst_quicktestmainwithsetup
- tst_testfiltering
originalValue;executed 2576 times by 9 tests: return originalValue;Executed by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsengine
- tst_qquickanimationcontroller
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquicklistview
- tst_quicktestmainwithsetup
- tst_testfiltering
| 2576 |
| 154 | } else { | - |
| 155 | | - |
| 156 | | - |
| 157 | (void)0; | - |
| 158 | }executed 10428 times by 27 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlecmascript
- tst_qqmlitemmodels
- tst_qqmllistmodelworkerscript
- tst_qqmlnativeconnector
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmltypeloader
- tst_qqmlvaluetypeproviders
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickcustomaffector
- tst_qquickgridview
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- tst_qquickpositioners
- tst_qquickrepeater
- tst_qquickstates
- tst_qquicktableview
- ...
| 10428 |
| 159 | caseexecuted 5126 times by 32 tests: case PreIncrement:Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlsqldatabase
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickdroparea
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickitem
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpathview
- tst_qquickrepeater
- tst_qquickscreen
- ...
PreIncrement:executed 5126 times by 32 tests: case PreIncrement:Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlsqldatabase
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickdroparea
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickitem
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpathview
- tst_qquickrepeater
- tst_qquickscreen
- ...
code before this statement executed 10428 times by 27 tests: case PreIncrement:Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlecmascript
- tst_qqmlitemmodels
- tst_qqmllistmodelworkerscript
- tst_qqmlnativeconnector
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmltypeloader
- tst_qqmlvaluetypeproviders
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickcustomaffector
- tst_qquickgridview
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- tst_qquickpositioners
- tst_qquickrepeater
- tst_qquickstates
- tst_qquicktableview
- ...
{ | 5126-10428 |
| 160 | Reference e = expr.asLValue(); | - |
| 161 | e.loadInAccumulator(); | - |
| 162 | Instruction::Increment inc; | - |
| 163 | bytecodeGenerator->addInstruction(inc); | - |
| 164 | if (_expr.accept(nx)| TRUE | evaluated 14915 times by 42 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlnativeconnector
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmltypeloader
- tst_qqmlvaluetypeproviders
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickcustomaffector
- tst_qquickdroparea
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickitem
- ...
| | FALSE | evaluated 676 times by 7 testsEvaluated by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsengine
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qquickbehaviors
- tst_signalspy
|
) | 676-14915 |
| 165 | returnexecuted 14911 times by 42 tests: return e.storeConsumeAccumulator();Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlnativeconnector
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmltypeloader
- tst_qqmlvaluetypeproviders
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickcustomaffector
- tst_qquickdroparea
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickitem
- ...
e.storeConsumeAccumulator();executed 14911 times by 42 tests: return e.storeConsumeAccumulator();Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlnativeconnector
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmltypeloader
- tst_qqmlvaluetypeproviders
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickcustomaffector
- tst_qquickdroparea
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickitem
- ...
| 14911 |
| 166 | else | - |
| 167 | returnexecuted 676 times by 7 tests: return e.storeRetainAccumulator();Executed by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsengine
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qquickbehaviors
- tst_signalspy
e.storeRetainAccumulator();executed 676 times by 7 tests: return e.storeRetainAccumulator();Executed by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsengine
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qquickbehaviors
- tst_signalspy
| 676 |
| 168 | } | - |
| 169 | caseexecuted 445 times by 8 tests: case PostDecrement:Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qquicklistview
- tst_qquickrepeater
- tst_qquicktableview
PostDecrement:executed 445 times by 8 tests: case PostDecrement:Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qquicklistview
- tst_qquickrepeater
- tst_qquicktableview
| 445 |
| 170 | if (!_expr.accept(nx)| TRUE | evaluated 128 times by 3 testsEvaluated by:- tst_ecmascripttests
- tst_qjsengine
- tst_qquicklistview
| | FALSE | evaluated 317 times by 7 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsvalue
- tst_qquicklistview
- tst_qquickrepeater
- tst_qquicktableview
|
|| requiresReturnValue| TRUE | evaluated 4 times by 1 test | | FALSE | evaluated 313 times by 7 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsvalue
- tst_qquicklistview
- tst_qquickrepeater
- tst_qquicktableview
|
) { | 4-317 |
| 171 | Reference e = expr.asLValue(); | - |
| 172 | e.loadInAccumulator(); | - |
| 173 | Instruction::UPlus uplus; | - |
| 174 | bytecodeGenerator->addInstruction(uplus); | - |
| 175 | Reference originalValue = Reference::fromStackSlot(this).storeRetainAccumulator(); | - |
| 176 | Instruction::Decrement dec; | - |
| 177 | bytecodeGenerator->addInstruction(dec); | - |
| 178 | e.storeConsumeAccumulator(); | - |
| 179 | returnexecuted 132 times by 3 tests: return originalValue;Executed by:- tst_ecmascripttests
- tst_qjsengine
- tst_qquicklistview
originalValue;executed 132 times by 3 tests: return originalValue;Executed by:- tst_ecmascripttests
- tst_qjsengine
- tst_qquicklistview
| 132 |
| 180 | } else { | - |
| 181 | | - |
| 182 | | - |
| 183 | (void)0; | - |
| 184 | }executed 313 times by 7 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsvalue
- tst_qquicklistview
- tst_qquickrepeater
- tst_qquicktableview
| 313 |
| 185 | caseexecuted 694 times by 10 tests: case PreDecrement:Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlecmascript
- tst_qquickgridview
- tst_qquicklistview
- tst_qquickrepeater
- tst_qquicktableview
PreDecrement:executed 694 times by 10 tests: case PreDecrement:Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlecmascript
- tst_qquickgridview
- tst_qquicklistview
- tst_qquickrepeater
- tst_qquicktableview
code before this statement executed 313 times by 7 tests: case PreDecrement:Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsvalue
- tst_qquicklistview
- tst_qquickrepeater
- tst_qquicktableview
{ | 313-694 |
| 186 | Reference e = expr.asLValue(); | - |
| 187 | e.loadInAccumulator(); | - |
| 188 | Instruction::Decrement dec; | - |
| 189 | bytecodeGenerator->addInstruction(dec); | - |
| 190 | if (_expr.accept(nx)| TRUE | evaluated 459 times by 10 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlecmascript
- tst_qquickgridview
- tst_qquicklistview
- tst_qquickrepeater
- tst_qquicktableview
| | FALSE | evaluated 235 times by 4 testsEvaluated by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsengine
- tst_qqmlecmascript
|
) | 235-459 |
| 191 | returnexecuted 459 times by 10 tests: return e.storeConsumeAccumulator();Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlecmascript
- tst_qquickgridview
- tst_qquicklistview
- tst_qquickrepeater
- tst_qquicktableview
e.storeConsumeAccumulator();executed 459 times by 10 tests: return e.storeConsumeAccumulator();Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlecmascript
- tst_qquickgridview
- tst_qquicklistview
- tst_qquickrepeater
- tst_qquicktableview
| 459 |
| 192 | else | - |
| 193 | returnexecuted 235 times by 4 tests: return e.storeRetainAccumulator();Executed by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsengine
- tst_qqmlecmascript
e.storeRetainAccumulator();executed 235 times by 4 tests: return e.storeRetainAccumulator();Executed by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsengine
- tst_qqmlecmascript
| 235 |
| 194 | } | - |
| 195 | } | - |
| 196 | | - |
| 197 | do { ((false) ? static_cast<void>(0) : qt_assert_x("Q_UNREACHABLE()", "Q_UNREACHABLE was reached", __FILE__, 253)); __builtin_unreachable(); } while (false); | - |
| 198 | } never executed: end of block | 0 |
| 199 | | - |
| 200 | void Codegen::addCJump() | - |
| 201 | { | - |
| 202 | bytecodeGenerator->addCJumpInstruction(_expr.trueBlockFollowsCondition(), | - |
| 203 | _expr.iftrue(), _expr.iffalse()); | - |
| 204 | }executed 1021943 times by 52 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qmlcachegen
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlnotifier
- tst_qqmlprofilerservice
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmltranslation
- tst_qqmltypeloader
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimatedimage
- ...
| 1021943 |
| 205 | | - |
| 206 | void Codegen::accept(Node *node) | - |
| 207 | { | - |
| 208 | if (hasError| TRUE | evaluated 4847 times by 1 test | | FALSE | evaluated 40202378 times by 139 testsEvaluated by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- ...
|
) | 4847-40202378 |
| 209 | return;executed 4847 times by 1 test: return; | 4847 |
| 210 | | - |
| 211 | if (node| TRUE | evaluated 40283727 times by 139 testsEvaluated by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- ...
| | FALSE | never evaluated |
) | 0-40283727 |
| 212 | node->accept(this);executed 40258802 times by 139 tests: node->accept(this);Executed by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- ...
| 40258802 |
| 213 | }executed 40125496 times by 139 tests: end of blockExecuted by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- ...
| 40125496 |
| 214 | | - |
| 215 | void Codegen::statement(Statement *ast) | - |
| 216 | { | - |
| 217 | RegisterScope scope(this); | - |
| 218 | | - |
| 219 | bytecodeGenerator->setLocation(ast->firstSourceLocation()); | - |
| 220 | | - |
| 221 | VolatileMemoryLocations vLocs = scanVolatileMemoryLocations(ast); | - |
| 222 | qSwap(_volatileMemoryLocations, vLocs); | - |
| 223 | accept(ast); | - |
| 224 | qSwap(_volatileMemoryLocations, vLocs); | - |
| 225 | }executed 9968966 times by 139 tests: end of blockExecuted by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- ...
| 9968966 |
| 226 | | - |
| 227 | void Codegen::statement(ExpressionNode *ast) | - |
| 228 | { | - |
| 229 | RegisterScope scope(this); | - |
| 230 | | - |
| 231 | if (! ast| TRUE | evaluated 1302 times by 3 testsEvaluated by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsvalue
| | FALSE | evaluated 3579790 times by 96 testsEvaluated by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- ...
|
) { | 1302-3579790 |
| 232 | return;executed 1302 times by 3 tests: return;Executed by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsvalue
| 1302 |
| 233 | } else { | - |
| 234 | Result r(nx); | - |
| 235 | qSwap(_expr, r); | - |
| 236 | VolatileMemoryLocations vLocs = scanVolatileMemoryLocations(ast); | - |
| 237 | qSwap(_volatileMemoryLocations, vLocs); | - |
| 238 | | - |
| 239 | accept(ast); | - |
| 240 | | - |
| 241 | qSwap(_volatileMemoryLocations, vLocs); | - |
| 242 | qSwap(_expr, r); | - |
| 243 | | - |
| 244 | if (hasError| TRUE | evaluated 826 times by 2 testsEvaluated by:- tst_ecmascripttests
- tst_qqmlecmascript
| | FALSE | evaluated 3573730 times by 96 testsEvaluated by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- ...
|
) | 826-3573730 |
| 245 | return;executed 826 times by 2 tests: return;Executed by:- tst_ecmascripttests
- tst_qqmlecmascript
| 826 |
| 246 | if (r.result().loadTriggersSideEffect()| TRUE | evaluated 3867 times by 9 testsEvaluated by:- tst_ecmascripttests
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlecmascript
- tst_qqmlxmlhttprequest
- tst_qquickdraghandler
- tst_qquickrepeater
| | FALSE | evaluated 3566835 times by 96 testsEvaluated by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- ...
|
) | 3867-3566835 |
| 247 | r.result().loadInAccumulator();executed 3870 times by 9 tests: r.result().loadInAccumulator();Executed by:- tst_ecmascripttests
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlecmascript
- tst_qqmlxmlhttprequest
- tst_qquickdraghandler
- tst_qquickrepeater
| 3870 |
| 248 | }executed 3571032 times by 96 tests: end of blockExecuted by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- ...
| 3571032 |
| 249 | } | - |
| 250 | | - |
| 251 | void Codegen::condition(ExpressionNode *ast, const BytecodeGenerator::Label *iftrue, | - |
| 252 | const BytecodeGenerator::Label *iffalse, bool trueBlockFollowsCondition) | - |
| 253 | { | - |
| 254 | if (hasError| TRUE | never evaluated | | FALSE | evaluated 1490192 times by 70 testsEvaluated by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlnotifier
- tst_qqmlprofilerservice
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmltimer
- tst_qqmltranslation
- ...
|
) | 0-1490192 |
| 255 | return; never executed: return; | 0 |
| 256 | | - |
| 257 | if (!ast| TRUE | evaluated 371 times by 3 testsEvaluated by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsvalue
| | FALSE | evaluated 1490770 times by 70 testsEvaluated by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlnotifier
- tst_qqmlprofilerservice
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmltimer
- tst_qqmltranslation
- ...
|
) | 371-1490770 |
| 258 | return;executed 371 times by 3 tests: return;Executed by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsvalue
| 371 |
| 259 | | - |
| 260 | Result r(iftrue, iffalse, trueBlockFollowsCondition); | - |
| 261 | qSwap(_expr, r); | - |
| 262 | accept(ast); | - |
| 263 | qSwap(_expr, r); | - |
| 264 | | - |
| 265 | if (hasError| TRUE | never evaluated | | FALSE | evaluated 1494532 times by 70 testsEvaluated by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlnotifier
- tst_qqmlprofilerservice
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmltimer
- tst_qqmltranslation
- ...
|
) | 0-1494532 |
| 266 | return; never executed: return; | 0 |
| 267 | | - |
| 268 | if (r.format() == ex| TRUE | evaluated 355515 times by 55 testsEvaluated by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlbinding
- tst_qqmlecmascript
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmltimer
- tst_qqmltranslation
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickaccessible
- tst_qquickanimatedsprite
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickdraghandler
- ...
| | FALSE | evaluated 1136088 times by 56 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qmlcachegen
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlnotifier
- tst_qqmlprofilerservice
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmltranslation
- tst_qqmltypeloader
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- ...
|
) { | 355515-1136088 |
| 269 | ((iftrue == r.iftrue()) ? static_cast<void>(0) : qt_assert("iftrue == r.iftrue()", __FILE__, 325)); | - |
| 270 | ((iffalse == r.iffalse()) ? static_cast<void>(0) : qt_assert("iffalse == r.iffalse()", __FILE__, 326)); | - |
| 271 | ((r.result().isValid()) ? static_cast<void>(0) : qt_assert("r.result().isValid()", __FILE__, 327)); | - |
| 272 | bytecodeGenerator->setLocation(ast->firstSourceLocation()); | - |
| 273 | r.result().loadInAccumulator(); | - |
| 274 | if (r.trueBlockFollowsCondition()| TRUE | evaluated 353643 times by 55 testsEvaluated by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlbinding
- tst_qqmlecmascript
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmltimer
- tst_qqmltranslation
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickaccessible
- tst_qquickanimatedsprite
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickdraghandler
- ...
| | FALSE | evaluated 899 times by 10 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsvalue
- tst_qquickanimationcontroller
- tst_qquickdraghandler
- tst_qquicklayouts
- tst_quicktestmainwithsetup
- tst_testfiltering
|
) | 899-353643 |
| 275 | bytecodeGenerator->jumpFalse().link(*r.iffalse());executed 353982 times by 55 tests: bytecodeGenerator->jumpFalse().link(*r.iffalse());Executed by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlbinding
- tst_qqmlecmascript
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmltimer
- tst_qqmltranslation
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickaccessible
- tst_qquickanimatedsprite
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickdraghandler
- ...
| 353982 |
| 276 | else | - |
| 277 | bytecodeGenerator->jumpTrue().link(*r.iftrue());executed 900 times by 10 tests: bytecodeGenerator->jumpTrue().link(*r.iftrue());Executed by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsvalue
- tst_qquickanimationcontroller
- tst_qquickdraghandler
- tst_qquicklayouts
- tst_quicktestmainwithsetup
- tst_testfiltering
| 900 |
| 278 | } | - |
| 279 | }executed 1489266 times by 70 tests: end of blockExecuted by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlnotifier
- tst_qqmlprofilerservice
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmltimer
- tst_qqmltranslation
- ...
| 1489266 |
| 280 | | - |
| 281 | Codegen::Reference Codegen::expression(ExpressionNode *ast) | - |
| 282 | { | - |
| 283 | Result r; | - |
| 284 | if (ast| TRUE | evaluated 24957086 times by 139 testsEvaluated by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- ...
| | FALSE | never evaluated |
) { | 0-24957086 |
| 285 | qSwap(_expr, r); | - |
| 286 | accept(ast); | - |
| 287 | qSwap(_expr, r); | - |
| 288 | }executed 24988535 times by 139 tests: end of blockExecuted by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- ...
| 24988535 |
| 289 | returnexecuted 25005839 times by 139 tests: return r.result();Executed by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- ...
r.result();executed 25005839 times by 139 tests: return r.result();Executed by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- ...
| 25005839 |
| 290 | } | - |
| 291 | | - |
| 292 | void Codegen::program(Program *ast) | - |
| 293 | { | - |
| 294 | if (ast| TRUE | never evaluated | | FALSE | never evaluated |
) { | 0 |
| 295 | statementList(ast->statements); | - |
| 296 | } never executed: end of block | 0 |
| 297 | } never executed: end of block | 0 |
| 298 | | - |
| 299 | enum class CompletionState { | - |
| 300 | Empty, | - |
| 301 | EmptyAbrupt, | - |
| 302 | NonEmpty | - |
| 303 | }; | - |
| 304 | | - |
| 305 | static CompletionState completionState(StatementList *list) | - |
| 306 | { | - |
| 307 | for (StatementList *it = list; it| TRUE | evaluated 3261 times by 23 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qqmlconnections
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlexpression
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlnotifier
- tst_qqmlpropertymap
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickdrag
- tst_qquickdroparea
- tst_qquickgridview
- tst_qquicklistview
- tst_qquickmousearea
- tst_qquickpositioners
- tst_qquickstates
- tst_qquickvisualdatamodel
- tst_qtqmlmodules
| | FALSE | evaluated 41 times by 4 testsEvaluated by:- tst_ecmascripttests
- tst_qjsvalue
- tst_qqmlconnections
- tst_qqmlecmascript
|
; it = it->next) { | 41-3261 |
| 308 | if (it->statement->kind == Statement::Kind_BreakStatement| TRUE | never evaluated | | FALSE | evaluated 3261 times by 23 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qqmlconnections
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlexpression
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlnotifier
- tst_qqmlpropertymap
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickdrag
- tst_qquickdroparea
- tst_qquickgridview
- tst_qquicklistview
- tst_qquickmousearea
- tst_qquickpositioners
- tst_qquickstates
- tst_qquickvisualdatamodel
- tst_qtqmlmodules
|
|| | 0-3261 |
| 309 | it->statement->kind == Statement::Kind_ContinueStatement| TRUE | never evaluated | | FALSE | evaluated 3261 times by 23 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qqmlconnections
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlexpression
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlnotifier
- tst_qqmlpropertymap
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickdrag
- tst_qquickdroparea
- tst_qquickgridview
- tst_qquicklistview
- tst_qquickmousearea
- tst_qquickpositioners
- tst_qquickstates
- tst_qquickvisualdatamodel
- tst_qtqmlmodules
|
) | 0-3261 |
| 310 | return never executed: return CompletionState::EmptyAbrupt; CompletionState::EmptyAbrupt;never executed: return CompletionState::EmptyAbrupt; | 0 |
| 311 | if (it->statement->kind == Statement::Kind_EmptyStatement| TRUE | never evaluated | | FALSE | evaluated 3261 times by 23 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qqmlconnections
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlexpression
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlnotifier
- tst_qqmlpropertymap
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickdrag
- tst_qquickdroparea
- tst_qquickgridview
- tst_qquicklistview
- tst_qquickmousearea
- tst_qquickpositioners
- tst_qquickstates
- tst_qquickvisualdatamodel
- tst_qtqmlmodules
|
|| | 0-3261 |
| 312 | it->statement->kind == Statement::Kind_VariableDeclaration| TRUE | never evaluated | | FALSE | evaluated 3261 times by 23 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qqmlconnections
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlexpression
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlnotifier
- tst_qqmlpropertymap
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickdrag
- tst_qquickdroparea
- tst_qquickgridview
- tst_qquicklistview
- tst_qquickmousearea
- tst_qquickpositioners
- tst_qquickstates
- tst_qquickvisualdatamodel
- tst_qtqmlmodules
|
|| | 0-3261 |
| 313 | it->statement->kind == Statement::Kind_FunctionDeclaration| TRUE | evaluated 25 times by 2 testsEvaluated by:- tst_ecmascripttests
- tst_qqmlnotifier
| | FALSE | evaluated 3236 times by 23 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qqmlconnections
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlexpression
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlnotifier
- tst_qqmlpropertymap
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickdrag
- tst_qquickdroparea
- tst_qquickgridview
- tst_qquicklistview
- tst_qquickmousearea
- tst_qquickpositioners
- tst_qquickstates
- tst_qquickvisualdatamodel
- tst_qtqmlmodules
|
) | 25-3236 |
| 314 | continue;executed 25 times by 2 tests: continue;Executed by:- tst_ecmascripttests
- tst_qqmlnotifier
| 25 |
| 315 | if (it->statement->kind == Statement::Kind_Block| TRUE | never evaluated | | FALSE | evaluated 3236 times by 23 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qqmlconnections
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlexpression
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlnotifier
- tst_qqmlpropertymap
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickdrag
- tst_qquickdroparea
- tst_qquickgridview
- tst_qquicklistview
- tst_qquickmousearea
- tst_qquickpositioners
- tst_qquickstates
- tst_qquickvisualdatamodel
- tst_qtqmlmodules
|
) { | 0-3236 |
| 316 | CompletionState subState = completionState(static_cast<Block *>(it->statement)->statements); | - |
| 317 | if (subState != CompletionState::Empty| TRUE | never evaluated | | FALSE | never evaluated |
) | 0 |
| 318 | return never executed: return subState; subState;never executed: return subState; | 0 |
| 319 | continue; never executed: continue; | 0 |
| 320 | } | - |
| 321 | returnexecuted 3236 times by 23 tests: return CompletionState::NonEmpty;Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qqmlconnections
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlexpression
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlnotifier
- tst_qqmlpropertymap
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickdrag
- tst_qquickdroparea
- tst_qquickgridview
- tst_qquicklistview
- tst_qquickmousearea
- tst_qquickpositioners
- tst_qquickstates
- tst_qquickvisualdatamodel
- tst_qtqmlmodules
CompletionState::NonEmpty;executed 3236 times by 23 tests: return CompletionState::NonEmpty;Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qqmlconnections
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlexpression
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlnotifier
- tst_qqmlpropertymap
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickdrag
- tst_qquickdroparea
- tst_qquickgridview
- tst_qquicklistview
- tst_qquickmousearea
- tst_qquickpositioners
- tst_qquickstates
- tst_qquickvisualdatamodel
- tst_qtqmlmodules
| 3236 |
| 322 | } | - |
| 323 | returnexecuted 41 times by 4 tests: return CompletionState::Empty;Executed by:- tst_ecmascripttests
- tst_qjsvalue
- tst_qqmlconnections
- tst_qqmlecmascript
CompletionState::Empty;executed 41 times by 4 tests: return CompletionState::Empty;Executed by:- tst_ecmascripttests
- tst_qjsvalue
- tst_qqmlconnections
- tst_qqmlecmascript
| 41 |
| 324 | } | - |
| 325 | | - |
| 326 | static Node *completionStatement(StatementList *list) | - |
| 327 | { | - |
| 328 | Node *completionStatement = nullptr; | - |
| 329 | for (StatementList *it = list; it| TRUE | evaluated 3791798 times by 136 testsEvaluated by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- ...
| | FALSE | evaluated 2364695 times by 136 testsEvaluated by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- ...
|
; it = it->next) { | 2364695-3791798 |
| 330 | if (it->statement->kind == Statement::Kind_BreakStatement| TRUE | evaluated 32 times by 1 test | | FALSE | evaluated 3789583 times by 136 testsEvaluated by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- ...
|
|| | 32-3789583 |
| 331 | it->statement->kind == Statement::Kind_ContinueStatement| TRUE | evaluated 20 times by 1 test | | FALSE | evaluated 3793302 times by 136 testsEvaluated by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- ...
|
) | 20-3793302 |
| 332 | returnexecuted 52 times by 1 test: return completionStatement; completionStatement;executed 52 times by 1 test: return completionStatement; | 52 |
| 333 | if (it->statement->kind == Statement::Kind_ThrowStatement| TRUE | evaluated 1606 times by 4 testsEvaluated by:- tst_ecmascripttests
- tst_qjsengine
- tst_qqmlecmascript
- tst_qv4debugger
| | FALSE | evaluated 3792251 times by 136 testsEvaluated by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- ...
|
|| | 1606-3792251 |
| 334 | it->statement->kind == Statement::Kind_ReturnStatement| TRUE | evaluated 2100 times by 6 testsEvaluated by:- tst_parserstress
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlexpression
- tst_qqmllistmodel
- tst_qqmlnotifier
| | FALSE | evaluated 3790635 times by 136 testsEvaluated by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- ...
|
) | 2100-3790635 |
| 335 | returnexecuted 3706 times by 9 tests: return it->statement;Executed by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsengine
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlexpression
- tst_qqmllistmodel
- tst_qqmlnotifier
- tst_qv4debugger
it->statement;executed 3706 times by 9 tests: return it->statement;Executed by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsengine
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlexpression
- tst_qqmllistmodel
- tst_qqmlnotifier
- tst_qv4debugger
| 3706 |
| 336 | if (it->statement->kind == Statement::Kind_EmptyStatement| TRUE | evaluated 1569 times by 4 testsEvaluated by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsengine
- tst_qqmlecmascript
| | FALSE | evaluated 3788973 times by 136 testsEvaluated by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- ...
|
|| | 1569-3788973 |
| 337 | it->statement->kind == Statement::Kind_VariableStatement| TRUE | evaluated 236053 times by 15 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlincubator
- tst_qqmlvaluetypes
- tst_qquickgridview
- tst_qquicklistview
- tst_qquickvisualdatamodel
- tst_qquickworkerscript
- tst_qv4debugger
| | FALSE | evaluated 3552212 times by 136 testsEvaluated by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- ...
|
|| | 236053-3552212 |
| 338 | it->statement->kind == Statement::Kind_FunctionDeclaration| TRUE | evaluated 289306 times by 17 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qqmlecmascript
- tst_qqmlnotifier
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmltranslation
- tst_qqmlvaluetypes
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_qquickworkerscript
- tst_quicktestmainwithsetup
- tst_qv4assembler
- tst_qv4debugger
- tst_testfiltering
| | FALSE | evaluated 3264733 times by 136 testsEvaluated by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- ...
|
) | 289306-3264733 |
| 339 | continue;executed 526182 times by 24 tests: continue;Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlincubator
- tst_qqmlnotifier
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmltranslation
- tst_qqmlvaluetypes
- tst_qquickanimationcontroller
- tst_qquickgridview
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickvisualdatamodel
- tst_qquickworkerscript
- tst_quicktestmainwithsetup
- tst_qv4assembler
- tst_qv4debugger
- tst_testfiltering
| 526182 |
| 340 | if (it->statement->kind == Statement::Kind_Block| TRUE | evaluated 3277 times by 24 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlconnections
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlexpression
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlnotifier
- tst_qqmlpropertymap
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickdrag
- tst_qquickdroparea
- tst_qquickgridview
- tst_qquicklistview
- tst_qquickmousearea
- tst_qquickpositioners
- tst_qquickstates
- tst_qquickvisualdatamodel
- tst_qtqmlmodules
| | FALSE | evaluated 3261561 times by 136 testsEvaluated by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- ...
|
) { | 3277-3261561 |
| 341 | CompletionState state = completionState(static_cast<Block *>(it->statement)->statements); | - |
| 342 | switch (state) { | - |
| 343 | caseexecuted 41 times by 4 tests: case CompletionState::Empty:Executed by:- tst_ecmascripttests
- tst_qjsvalue
- tst_qqmlconnections
- tst_qqmlecmascript
CompletionState::Empty:executed 41 times by 4 tests: case CompletionState::Empty:Executed by:- tst_ecmascripttests
- tst_qjsvalue
- tst_qqmlconnections
- tst_qqmlecmascript
| 41 |
| 344 | continue;executed 41 times by 4 tests: continue;Executed by:- tst_ecmascripttests
- tst_qjsvalue
- tst_qqmlconnections
- tst_qqmlecmascript
| 41 |
| 345 | case never executed: case CompletionState::EmptyAbrupt: CompletionState::EmptyAbrupt:never executed: case CompletionState::EmptyAbrupt: | 0 |
| 346 | return never executed: return it->statement; it->statement;never executed: return it->statement; | 0 |
| 347 | caseexecuted 3236 times by 23 tests: case CompletionState::NonEmpty:Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qqmlconnections
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlexpression
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlnotifier
- tst_qqmlpropertymap
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickdrag
- tst_qquickdroparea
- tst_qquickgridview
- tst_qquicklistview
- tst_qquickmousearea
- tst_qquickpositioners
- tst_qquickstates
- tst_qquickvisualdatamodel
- tst_qtqmlmodules
CompletionState::NonEmpty:executed 3236 times by 23 tests: case CompletionState::NonEmpty:Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qqmlconnections
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlexpression
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlnotifier
- tst_qqmlpropertymap
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickdrag
- tst_qquickdroparea
- tst_qquickgridview
- tst_qquicklistview
- tst_qquickmousearea
- tst_qquickpositioners
- tst_qquickstates
- tst_qquickvisualdatamodel
- tst_qtqmlmodules
| 3236 |
| 348 | break;executed 3236 times by 23 tests: break;Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qqmlconnections
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlexpression
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlnotifier
- tst_qqmlpropertymap
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickdrag
- tst_qquickdroparea
- tst_qquickgridview
- tst_qquicklistview
- tst_qquickmousearea
- tst_qquickpositioners
- tst_qquickstates
- tst_qquickvisualdatamodel
- tst_qtqmlmodules
| 3236 |
| 349 | } | - |
| 350 | }executed 3236 times by 23 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qqmlconnections
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlexpression
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlnotifier
- tst_qqmlpropertymap
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickdrag
- tst_qquickdroparea
- tst_qquickgridview
- tst_qquicklistview
- tst_qquickmousearea
- tst_qquickpositioners
- tst_qquickstates
- tst_qquickvisualdatamodel
- tst_qtqmlmodules
| 3236 |
| 351 | completionStatement = it->statement; | - |
| 352 | }executed 3264811 times by 136 tests: end of blockExecuted by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- ...
| 3264811 |
| 353 | returnexecuted 2364448 times by 136 tests: return completionStatement;Executed by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- ...
completionStatement;executed 2364448 times by 136 tests: return completionStatement;Executed by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- ...
| 2364448 |
| 354 | } | - |
| 355 | | - |
| 356 | void Codegen::statementList(StatementList *ast) | - |
| 357 | { | - |
| 358 | if (!ast| TRUE | evaluated 90872 times by 25 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlconnections
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmllistmodelworkerscript
- tst_qqmlnotifier
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickstates
- tst_qquicktext
- tst_qquicktextinput
- tst_qquickworkerscript
- tst_quicktestmainwithsetup
- tst_testfiltering
| | FALSE | evaluated 5105446 times by 139 testsEvaluated by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- ...
|
) | 90872-5105446 |
| 359 | return;executed 90877 times by 25 tests: return;Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlconnections
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmllistmodelworkerscript
- tst_qqmlnotifier
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickstates
- tst_qquicktext
- tst_qquicktextinput
- tst_qquickworkerscript
- tst_quicktestmainwithsetup
- tst_testfiltering
| 90877 |
| 360 | | - |
| 361 | bool _requiresReturnValue = requiresReturnValue; | - |
| 362 | | - |
| 363 | | - |
| 364 | if (!controlFlow| TRUE | evaluated 3372188 times by 139 testsEvaluated by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- ...
| | FALSE | evaluated 1729220 times by 76 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllistreference
- tst_qqmllocale
- tst_qqmlmoduleplugin
- ...
|
|| !controlFlow->hasLoop()| TRUE | evaluated 1676537 times by 76 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllistreference
- tst_qqmllocale
- tst_qqmlmoduleplugin
- ...
| | FALSE | evaluated 64166 times by 26 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickcustomaffector
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpathview
- tst_qquickrepeater
- tst_qquickvisualdatamodel
- tst_qquickworkerscript
- tst_qtqmlmodules
- tst_quicktestmainwithsetup
- tst_qv4debugger
- tst_signalspy
- ...
|
) | 64166-3372188 |
| 365 | requiresReturnValue = false;executed 5043812 times by 139 tests: requiresReturnValue = false;Executed by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- ...
| 5043812 |
| 366 | | - |
| 367 | Node *needsCompletion = nullptr; | - |
| 368 | | - |
| 369 | if (_requiresReturnValue| TRUE | evaluated 2373080 times by 136 testsEvaluated by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- ...
| | FALSE | evaluated 2732010 times by 97 testsEvaluated by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- ...
|
&& !requiresReturnValue| TRUE | evaluated 2368095 times by 136 testsEvaluated by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- ...
| | FALSE | evaluated 6015 times by 5 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_qjsengine
- tst_qqmlecmascript
- tst_qquickworkerscript
|
) | 6015-2732010 |
| 370 | needsCompletion = completionStatement(ast);executed 2368443 times by 136 tests: needsCompletion = completionStatement(ast);Executed by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- ...
| 2368443 |
| 371 | | - |
| 372 | if (requiresReturnValue| TRUE | evaluated 6016 times by 5 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_qjsengine
- tst_qqmlecmascript
- tst_qquickworkerscript
| | FALSE | evaluated 5103169 times by 139 testsEvaluated by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- ...
|
&& !needsCompletion| TRUE | evaluated 6013 times by 5 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_qjsengine
- tst_qqmlecmascript
- tst_qquickworkerscript
| | FALSE | never evaluated |
&& !insideSwitch| TRUE | evaluated 5466 times by 4 testsEvaluated by:- tst_ecmascripttests
- tst_qjsengine
- tst_qqmlecmascript
- tst_qquickworkerscript
| | FALSE | evaluated 539 times by 4 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_qjsengine
- tst_qqmlecmascript
|
) { | 0-5103169 |
| 373 | | - |
| 374 | Reference::fromConst(this, Encode::undefined()).storeOnStack(_returnAddress); | - |
| 375 | }executed 5467 times by 4 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_qjsengine
- tst_qqmlecmascript
- tst_qquickworkerscript
| 5467 |
| 376 | | - |
| 377 | bool _insideSwitch = insideSwitch; | - |
| 378 | insideSwitch = false; | - |
| 379 | | - |
| 380 | for (StatementList *it = ast; it| TRUE | evaluated 8571141 times by 139 testsEvaluated by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- ...
| | FALSE | evaluated 4257606 times by 139 testsEvaluated by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- ...
|
; it = it->next) { | 4257606-8571141 |
| 381 | if (it->statement == needsCompletion| TRUE | evaluated 2367178 times by 136 testsEvaluated by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- ...
| | FALSE | evaluated 6208315 times by 98 testsEvaluated by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- ...
|
) | 2367178-6208315 |
| 382 | requiresReturnValue = true;executed 2368871 times by 136 tests: requiresReturnValue = true;Executed by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- ...
| 2368871 |
| 383 | if (Statement *s = it->statement->statementCast()| TRUE | evaluated 8268870 times by 139 testsEvaluated by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- ...
| | FALSE | evaluated 295556 times by 17 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qqmlecmascript
- tst_qqmlnotifier
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmltranslation
- tst_qqmlvaluetypes
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_qquickworkerscript
- tst_quicktestmainwithsetup
- tst_qv4assembler
- tst_qv4debugger
- tst_testfiltering
|
) | 295556-8268870 |
| 384 | statement(s);executed 8275932 times by 139 tests: statement(s);Executed by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- ...
| 8275932 |
| 385 | else | - |
| 386 | statement(static_cast<ExpressionNode *>(it->statement));executed 296245 times by 17 tests: statement(static_cast<ExpressionNode *>(it->statement));Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qqmlecmascript
- tst_qqmlnotifier
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmltranslation
- tst_qqmlvaluetypes
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_qquickworkerscript
- tst_quicktestmainwithsetup
- tst_qv4assembler
- tst_qv4debugger
- tst_testfiltering
| 296245 |
| 387 | if (it->statement == needsCompletion| TRUE | evaluated 2368354 times by 136 testsEvaluated by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- ...
| | FALSE | evaluated 6199777 times by 98 testsEvaluated by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- ...
|
) | 2368354-6199777 |
| 388 | requiresReturnValue = false;executed 2367325 times by 136 tests: requiresReturnValue = false;Executed by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- ...
| 2367325 |
| 389 | if (it->statement->kind == Statement::Kind_ThrowStatement| TRUE | evaluated 95566 times by 12 testsEvaluated by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_quicktestmainwithsetup
- tst_qv4debugger
- tst_testfiltering
| | FALSE | evaluated 8474758 times by 139 testsEvaluated by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- ...
|
|| | 95566-8474758 |
| 390 | it->statement->kind == Statement::Kind_BreakStatement| TRUE | evaluated 17011 times by 9 testsEvaluated by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlecmascript
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_quicktestmainwithsetup
- tst_testfiltering
| | FALSE | evaluated 8474583 times by 139 testsEvaluated by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- ...
|
|| | 17011-8474583 |
| 391 | it->statement->kind == Statement::Kind_ContinueStatement| TRUE | evaluated 582 times by 4 testsEvaluated by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
| | FALSE | evaluated 8466435 times by 139 testsEvaluated by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- ...
|
|| | 582-8466435 |
| 392 | it->statement->kind == Statement::Kind_ReturnStatement| TRUE | evaluated 750290 times by 47 testsEvaluated by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlmetaobject
- tst_qqmlmetatype
- tst_qqmlnotifier
- tst_qqmlproperty
- ...
| | FALSE | evaluated 7729644 times by 139 testsEvaluated by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- ...
|
) | 750290-7729644 |
| 393 | | - |
| 394 | break;executed 862309 times by 48 tests: break;Executed by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlmetaobject
- tst_qqmlmetatype
- tst_qqmlnotifier
- tst_qqmlproperty
- ...
| 862309 |
| 395 | }executed 7724130 times by 139 tests: end of blockExecuted by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- ...
| 7724130 |
| 396 | requiresReturnValue = _requiresReturnValue; | - |
| 397 | insideSwitch = _insideSwitch; | - |
| 398 | }executed 5116787 times by 139 tests: end of blockExecuted by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- ...
| 5116787 |
| 399 | | - |
| 400 | void Codegen::variableDeclaration(PatternElement *ast) | - |
| 401 | { | - |
| 402 | RegisterScope scope(this); | - |
| 403 | | - |
| 404 | if (!ast->initializer| TRUE | evaluated 101653 times by 19 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmlsqldatabase
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickgridview
- tst_qquicklayouts
- tst_qquickrepeater
- tst_qtqmlmodules
- tst_quicktestmainwithsetup
- tst_qv4debugger
- tst_testfiltering
| | FALSE | evaluated 442360 times by 50 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllistreference
- tst_qqmllocale
- tst_qqmlnotifier
- tst_qqmlprofilerservice
- tst_qqmlproperty
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmltranslation
- ...
|
) | 101653-442360 |
| 405 | return;executed 101921 times by 19 tests: return;Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmlsqldatabase
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickgridview
- tst_qquicklayouts
- tst_qquickrepeater
- tst_qtqmlmodules
- tst_quicktestmainwithsetup
- tst_qv4debugger
- tst_testfiltering
| 101921 |
| 406 | initializeAndDestructureBindingElement(ast, Reference(), true); | - |
| 407 | }executed 443607 times by 50 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllistreference
- tst_qqmllocale
- tst_qqmlnotifier
- tst_qqmlprofilerservice
- tst_qqmlproperty
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmltranslation
- ...
| 443607 |
| 408 | | - |
| 409 | void Codegen::variableDeclarationList(VariableDeclarationList *ast) | - |
| 410 | { | - |
| 411 | for (VariableDeclarationList *it = ast; it| TRUE | evaluated 544798 times by 50 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllistreference
- tst_qqmllocale
- tst_qqmlnotifier
- tst_qqmlprofilerservice
- tst_qqmlproperty
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmltranslation
- ...
| | FALSE | evaluated 543024 times by 50 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllistreference
- tst_qqmllocale
- tst_qqmlnotifier
- tst_qqmlprofilerservice
- tst_qqmlproperty
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmltranslation
- ...
|
; it = it->next) { | 543024-544798 |
| 412 | variableDeclaration(it->declaration); | - |
| 413 | }executed 545849 times by 50 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllistreference
- tst_qqmllocale
- tst_qqmlnotifier
- tst_qqmlprofilerservice
- tst_qqmlproperty
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmltranslation
- ...
| 545849 |
| 414 | }executed 543441 times by 50 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllistreference
- tst_qqmllocale
- tst_qqmlnotifier
- tst_qqmlprofilerservice
- tst_qqmlproperty
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmltranslation
- ...
| 543441 |
| 415 | | - |
| 416 | Codegen::Reference Codegen::targetForPatternElement(AST::PatternElement *p) | - |
| 417 | { | - |
| 418 | if (!p->bindingIdentifier.isNull()| TRUE | evaluated 484679 times by 50 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllistreference
- tst_qqmllocale
- tst_qqmlnotifier
- tst_qqmlprofilerservice
- tst_qqmlproperty
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmltranslation
- ...
| | FALSE | evaluated 8716 times by 1 test |
) | 8716-484679 |
| 419 | returnexecuted 484371 times by 50 tests: return referenceForName(p->bindingIdentifier.toString(), true);Executed by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllistreference
- tst_qqmllocale
- tst_qqmlnotifier
- tst_qqmlprofilerservice
- tst_qqmlproperty
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmltranslation
- ...
referenceForName(p->bindingIdentifier.toString(), true);executed 484371 times by 50 tests: return referenceForName(p->bindingIdentifier.toString(), true);Executed by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllistreference
- tst_qqmllocale
- tst_qqmlnotifier
- tst_qqmlprofilerservice
- tst_qqmlproperty
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmltranslation
- ...
| 484371 |
| 420 | if (!p->bindingTarget| TRUE | never evaluated | | FALSE | evaluated 8707 times by 1 test |
|| p->destructuringPattern()| TRUE | evaluated 8419 times by 1 test | | FALSE | evaluated 296 times by 1 test |
) | 0-8707 |
| 421 | returnexecuted 8417 times by 1 test: return Codegen::Reference::fromStackSlot(this); Codegen::Reference::fromStackSlot(this);executed 8417 times by 1 test: return Codegen::Reference::fromStackSlot(this); | 8417 |
| 422 | Reference lhs = expression(p->bindingTarget); | - |
| 423 | if (hasError| TRUE | never evaluated | | FALSE | evaluated 296 times by 1 test |
) | 0-296 |
| 424 | return never executed: return lhs; lhs;never executed: return lhs; | 0 |
| 425 | lhs = lhs.asLValue(); | - |
| 426 | returnexecuted 296 times by 1 test: return lhs; lhs;executed 296 times by 1 test: return lhs; | 296 |
| 427 | } | - |
| 428 | | - |
| 429 | void Codegen::initializeAndDestructureBindingElement(AST::PatternElement *e, const Reference &base, bool isDefinition) | - |
| 430 | { | - |
| 431 | ((e->type == AST::PatternElement::Binding || e->type == AST::PatternElement::RestElement) ? static_cast<void>(0) : qt_assert("e->type == AST::PatternElement::Binding || e->type == AST::PatternElement::RestElement", __FILE__, 487)); | - |
| 432 | RegisterScope scope(this); | - |
| 433 | Reference baseRef = (| TRUE | evaluated 2807 times by 1 test | | FALSE | evaluated 491426 times by 50 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllistreference
- tst_qqmllocale
- tst_qqmlnotifier
- tst_qqmlprofilerservice
- tst_qqmlproperty
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmltranslation
- ...
|
base.isAccumulator())| TRUE | evaluated 2807 times by 1 test | | FALSE | evaluated 491426 times by 50 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllistreference
- tst_qqmllocale
- tst_qqmlnotifier
- tst_qqmlprofilerservice
- tst_qqmlproperty
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmltranslation
- ...
|
? base.storeOnStack() : base; | 2807-491426 |
| 434 | Reference varToStore = targetForPatternElement(e); | - |
| 435 | if (isDefinition| TRUE | evaluated 462526 times by 50 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllistreference
- tst_qqmllocale
- tst_qqmlnotifier
- tst_qqmlprofilerservice
- tst_qqmlproperty
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmltranslation
- ...
| | FALSE | evaluated 33452 times by 1 test |
) | 33452-462526 |
| 436 | varToStore.isReferenceToConst = false;executed 461587 times by 50 tests: varToStore.isReferenceToConst = false;Executed by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllistreference
- tst_qqmllocale
- tst_qqmlnotifier
- tst_qqmlprofilerservice
- tst_qqmlproperty
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmltranslation
- ...
| 461587 |
| 437 | if (hasError| TRUE | never evaluated | | FALSE | evaluated 494810 times by 50 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllistreference
- tst_qqmllocale
- tst_qqmlnotifier
- tst_qqmlprofilerservice
- tst_qqmlproperty
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmltranslation
- ...
|
) | 0-494810 |
| 438 | return; never executed: return; | 0 |
| 439 | | - |
| 440 | if (e->initializer| TRUE | evaluated 460947 times by 50 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllistreference
- tst_qqmllocale
- tst_qqmlnotifier
- tst_qqmlprofilerservice
- tst_qqmlproperty
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmltranslation
- ...
| | FALSE | evaluated 33710 times by 12 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlqt
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_quicktestmainwithsetup
- tst_qv4debugger
- tst_testfiltering
|
) { | 33710-460947 |
| 441 | if (!baseRef.isValid()| TRUE | evaluated 442963 times by 50 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllistreference
- tst_qqmllocale
- tst_qqmlnotifier
- tst_qqmlprofilerservice
- tst_qqmlproperty
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmltranslation
- ...
| | FALSE | evaluated 17388 times by 1 test |
) { | 17388-442963 |
| 442 | | - |
| 443 | Reference expr = expression(e->initializer); | - |
| 444 | if (hasError| TRUE | evaluated 28 times by 1 test | | FALSE | evaluated 444418 times by 50 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllistreference
- tst_qqmllocale
- tst_qqmlnotifier
- tst_qqmlprofilerservice
- tst_qqmlproperty
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmltranslation
- ...
|
) | 28-444418 |
| 445 | return;executed 28 times by 1 test: return; | 28 |
| 446 | expr.loadInAccumulator(); | - |
| 447 | varToStore.storeConsumeAccumulator(); | - |
| 448 | }executed 444357 times by 50 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllistreference
- tst_qqmllocale
- tst_qqmlnotifier
- tst_qqmlprofilerservice
- tst_qqmlproperty
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmltranslation
- ...
else if (baseRef == varToStore| TRUE | evaluated 6460 times by 1 test | | FALSE | evaluated 10922 times by 1 test |
) { | 6460-444357 |
| 449 | baseRef.loadInAccumulator(); | - |
| 450 | BytecodeGenerator::Jump jump = bytecodeGenerator->jumpNotUndefined(); | - |
| 451 | Reference expr = expression(e->initializer); | - |
| 452 | if (hasError| TRUE | evaluated 16 times by 1 test | | FALSE | evaluated 6459 times by 1 test |
) { | 16-6459 |
| 453 | jump.link(); | - |
| 454 | return;executed 16 times by 1 test: return; | 16 |
| 455 | } | - |
| 456 | expr.loadInAccumulator(); | - |
| 457 | varToStore.storeConsumeAccumulator(); | - |
| 458 | jump.link(); | - |
| 459 | }executed 6441 times by 1 test: end of block else { | 6441 |
| 460 | baseRef.loadInAccumulator(); | - |
| 461 | BytecodeGenerator::Jump jump = bytecodeGenerator->jumpNotUndefined(); | - |
| 462 | Reference expr = expression(e->initializer); | - |
| 463 | if (hasError| TRUE | never evaluated | | FALSE | evaluated 10946 times by 1 test |
) { | 0-10946 |
| 464 | jump.link(); | - |
| 465 | return; never executed: return; | 0 |
| 466 | } | - |
| 467 | expr.loadInAccumulator(); | - |
| 468 | jump.link(); | - |
| 469 | varToStore.storeConsumeAccumulator(); | - |
| 470 | }executed 10953 times by 1 test: end of block | 10953 |
| 471 | } else if (baseRef != varToStore| TRUE | evaluated 28669 times by 12 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlqt
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_quicktestmainwithsetup
- tst_qv4debugger
- tst_testfiltering
| | FALSE | evaluated 4996 times by 1 test |
&& baseRef.isValid()| TRUE | evaluated 28672 times by 12 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlqt
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_quicktestmainwithsetup
- tst_qv4debugger
- tst_testfiltering
| | FALSE | never evaluated |
) { | 0-28672 |
| 472 | baseRef.loadInAccumulator(); | - |
| 473 | varToStore.storeConsumeAccumulator(); | - |
| 474 | }executed 28769 times by 12 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlqt
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_quicktestmainwithsetup
- tst_qv4debugger
- tst_testfiltering
| 28769 |
| 475 | Pattern *p = e->destructuringPattern(); | - |
| 476 | if (!p| TRUE | evaluated 476379 times by 50 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllistreference
- tst_qqmllocale
- tst_qqmlnotifier
- tst_qqmlprofilerservice
- tst_qqmlproperty
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmltranslation
- ...
| | FALSE | evaluated 18266 times by 1 test |
) | 18266-476379 |
| 477 | return;executed 476001 times by 50 tests: return;Executed by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllistreference
- tst_qqmllocale
- tst_qqmlnotifier
- tst_qqmlprofilerservice
- tst_qqmlproperty
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmltranslation
- ...
| 476001 |
| 478 | | - |
| 479 | if (!varToStore.isStackSlot()| TRUE | evaluated 10 times by 1 test | | FALSE | evaluated 18275 times by 1 test |
) | 10-18275 |
| 480 | varToStore = varToStore.storeOnStack();executed 10 times by 1 test: varToStore = varToStore.storeOnStack(); | 10 |
| 481 | if (PatternElementList *l = e->elementList()| TRUE | evaluated 10574 times by 1 test | | FALSE | evaluated 7706 times by 1 test |
) { | 7706-10574 |
| 482 | destructureElementList(varToStore, l, isDefinition); | - |
| 483 | }executed 10601 times by 1 test: end of block else if (PatternPropertyList *p = e->propertyList()| TRUE | evaluated 6479 times by 1 test | | FALSE | evaluated 1210 times by 1 test |
) { | 1210-10601 |
| 484 | destructurePropertyList(varToStore, p, isDefinition); | - |
| 485 | }executed 6521 times by 1 test: end of block else if (e->bindingTarget| TRUE | evaluated 1212 times by 1 test | | FALSE | never evaluated |
) { | 0-6521 |
| 486 | | - |
| 487 | varToStore.loadInAccumulator(); | - |
| 488 | Instruction::ToObject toObject; | - |
| 489 | bytecodeGenerator->addInstruction(toObject); | - |
| 490 | return;executed 1215 times by 1 test: return; | 1215 |
| 491 | } | - |
| 492 | }executed 17114 times by 1 test: end of block | 17114 |
| 493 | | - |
| 494 | Codegen::Reference Codegen::referenceForPropertyName(const Codegen::Reference &object, AST::PropertyName *name) | - |
| 495 | { | - |
| 496 | AST::ComputedPropertyName *cname = AST::cast<AST::ComputedPropertyName *>(name); | - |
| 497 | Reference property; | - |
| 498 | if (cname| TRUE | evaluated 184 times by 1 test | | FALSE | evaluated 12341 times by 1 test |
) { | 184-12341 |
| 499 | Reference computedName = expression(cname->expression); | - |
| 500 | if (hasError| TRUE | never evaluated | | FALSE | evaluated 184 times by 1 test |
) | 0-184 |
| 501 | return never executed: return Reference(); Reference();never executed: return Reference(); | 0 |
| 502 | computedName = computedName.storeOnStack(); | - |
| 503 | property = Reference::fromSubscript(object, computedName).asLValue(); | - |
| 504 | }executed 184 times by 1 test: end of block else { | 184 |
| 505 | QString propertyName = name->asString(); | - |
| 506 | property = Reference::fromMember(object, propertyName); | - |
| 507 | }executed 12361 times by 1 test: end of block | 12361 |
| 508 | returnexecuted 12556 times by 1 test: return property; property;executed 12556 times by 1 test: return property; | 12556 |
| 509 | } | - |
| 510 | | - |
| 511 | void Codegen::destructurePropertyList(const Codegen::Reference &object, PatternPropertyList *bindingList, bool isDefinition) | - |
| 512 | { | - |
| 513 | RegisterScope scope(this); | - |
| 514 | | - |
| 515 | for (PatternPropertyList *it = bindingList; it| TRUE | evaluated 12523 times by 1 test | | FALSE | evaluated 7094 times by 1 test |
; it = it->next) { | 7094-12523 |
| 516 | PatternProperty *p = it->property; | - |
| 517 | RegisterScope scope(this); | - |
| 518 | Reference property = referenceForPropertyName(object, p->name); | - |
| 519 | if (hasError| TRUE | never evaluated | | FALSE | evaluated 12548 times by 1 test |
) | 0-12548 |
| 520 | return; never executed: return; | 0 |
| 521 | initializeAndDestructureBindingElement(p, property, isDefinition); | - |
| 522 | if (hasError| TRUE | never evaluated | | FALSE | evaluated 12562 times by 1 test |
) | 0-12562 |
| 523 | return; never executed: return; | 0 |
| 524 | }executed 12566 times by 1 test: end of block | 12566 |
| 525 | }executed 7092 times by 1 test: end of block | 7092 |
| 526 | | - |
| 527 | void Codegen::destructureElementList(const Codegen::Reference &array, PatternElementList *bindingList, bool isDefinition) | - |
| 528 | { | - |
| 529 | RegisterScope scope(this); | - |
| 530 | | - |
| 531 | Reference iterator = Reference::fromStackSlot(this); | - |
| 532 | Reference iteratorValue = Reference::fromStackSlot(this); | - |
| 533 | Reference iteratorDone = Reference::fromStackSlot(this); | - |
| 534 | | - |
| 535 | array.loadInAccumulator(); | - |
| 536 | Instruction::GetIterator iteratorObjInstr; | - |
| 537 | iteratorObjInstr.iterator = 1; | - |
| 538 | bytecodeGenerator->addInstruction(iteratorObjInstr); | - |
| 539 | iterator.storeConsumeAccumulator(); | - |
| 540 | | - |
| 541 | bool hadNext = false; | - |
| 542 | bool hasRest = false; | - |
| 543 | | - |
| 544 | BytecodeGenerator::Label end = bytecodeGenerator->newLabel(); | - |
| 545 | | - |
| 546 | for (PatternElementList *p = bindingList; p| TRUE | evaluated 15842 times by 1 test | | FALSE | evaluated 11651 times by 1 test |
; p = p->next) { | 11651-15842 |
| 547 | PatternElement *e = p->element; | - |
| 548 | for (Elision *elision = p->elision; elision| TRUE | evaluated 2049 times by 1 test | | FALSE | evaluated 15862 times by 1 test |
; elision = elision->next) { | 2049-15862 |
| 549 | iterator.loadInAccumulator(); | - |
| 550 | Instruction::IteratorNext next; | - |
| 551 | next.value = iteratorValue.stackSlot(); | - |
| 552 | bytecodeGenerator->addInstruction(next); | - |
| 553 | hadNext = true; | - |
| 554 | bool last = !elision->next| TRUE | evaluated 1680 times by 1 test | | FALSE | evaluated 371 times by 1 test |
&& !e| TRUE | evaluated 1147 times by 1 test | | FALSE | evaluated 532 times by 1 test |
&& !p->next| TRUE | evaluated 1148 times by 1 test | | FALSE | never evaluated |
; | 0-1680 |
| 555 | if (last| TRUE | evaluated 1143 times by 1 test | | FALSE | evaluated 903 times by 1 test |
) | 903-1143 |
| 556 | iteratorDone.storeConsumeAccumulator();executed 1144 times by 1 test: iteratorDone.storeConsumeAccumulator(); | 1144 |
| 557 | }executed 2051 times by 1 test: end of block | 2051 |
| 558 | | - |
| 559 | if (!e| TRUE | evaluated 1147 times by 1 test | | FALSE | evaluated 14674 times by 1 test |
) | 1147-14674 |
| 560 | continue;executed 1146 times by 1 test: continue; | 1146 |
| 561 | | - |
| 562 | hadNext = true; | - |
| 563 | RegisterScope scope(this); | - |
| 564 | iterator.loadInAccumulator(); | - |
| 565 | | - |
| 566 | if (e->type == PatternElement::RestElement| TRUE | evaluated 2806 times by 1 test | | FALSE | evaluated 11900 times by 1 test |
) { | 2806-11900 |
| 567 | bytecodeGenerator->addInstruction(Instruction::DestructureRestElement()); | - |
| 568 | initializeAndDestructureBindingElement(e, Reference::fromAccumulator(this), isDefinition); | - |
| 569 | hasRest = true; | - |
| 570 | }executed 2810 times by 1 test: end of block else { | 2810 |
| 571 | Instruction::IteratorNext next; | - |
| 572 | next.value = iteratorValue.stackSlot(); | - |
| 573 | bytecodeGenerator->addInstruction(next); | - |
| 574 | bool last = !p->next| TRUE | evaluated 7585 times by 1 test | | FALSE | evaluated 4328 times by 1 test |
|| (!p->next->elision| TRUE | evaluated 4265 times by 1 test | | FALSE | evaluated 59 times by 1 test |
&& !p->next->element| TRUE | never evaluated | | FALSE | evaluated 4265 times by 1 test |
); | 0-7585 |
| 575 | if (last| TRUE | evaluated 7588 times by 1 test | | FALSE | evaluated 4329 times by 1 test |
) | 4329-7588 |
| 576 | iteratorDone.storeConsumeAccumulator();executed 7572 times by 1 test: iteratorDone.storeConsumeAccumulator(); | 7572 |
| 577 | initializeAndDestructureBindingElement(e, iteratorValue, isDefinition); | - |
| 578 | if (hasError| TRUE | never evaluated | | FALSE | evaluated 11939 times by 1 test |
) { | 0-11939 |
| 579 | end.link(); | - |
| 580 | return; never executed: return; | 0 |
| 581 | } | - |
| 582 | }executed 11934 times by 1 test: end of block | 11934 |
| 583 | } | - |
| 584 | | - |
| 585 | if (!hadNext| TRUE | evaluated 88 times by 1 test | | FALSE | evaluated 11565 times by 1 test |
) { | 88-11565 |
| 586 | Reference::storeConstOnStack(this, Encode(false), iteratorDone.stackSlot()); | - |
| 587 | }executed 88 times by 1 test: end of block | 88 |
| 588 | | - |
| 589 | if (!hasRest| TRUE | evaluated 8843 times by 1 test | | FALSE | evaluated 2807 times by 1 test |
) { | 2807-8843 |
| 590 | iterator.loadInAccumulator(); | - |
| 591 | Instruction::IteratorClose close; | - |
| 592 | close.done = iteratorDone.stackSlot(); | - |
| 593 | bytecodeGenerator->addInstruction(close); | - |
| 594 | }executed 8847 times by 1 test: end of block | 8847 |
| 595 | | - |
| 596 | end.link(); | - |
| 597 | }executed 11649 times by 1 test: end of block | 11649 |
| 598 | | - |
| 599 | void Codegen::destructurePattern(Pattern *p, const Reference &rhs) | - |
| 600 | { | - |
| 601 | RegisterScope scope(this); | - |
| 602 | if (auto *o = AST::cast<ObjectPattern *>(p)| TRUE | evaluated 577 times by 1 test | | FALSE | evaluated 1047 times by 1 test |
) | 577-1047 |
| 603 | destructurePropertyList(rhs, o->properties);executed 577 times by 1 test: destructurePropertyList(rhs, o->properties); | 577 |
| 604 | else if (auto *a = AST::cast<ArrayPattern *>(p)| TRUE | evaluated 1050 times by 1 test | | FALSE | never evaluated |
) | 0-1050 |
| 605 | destructureElementList(rhs, a->elements);executed 1047 times by 1 test: destructureElementList(rhs, a->elements); | 1047 |
| 606 | else | - |
| 607 | do { ((false) ? static_cast<void>(0) : qt_assert_x("Q_UNREACHABLE()", "Q_UNREACHABLE was reached", __FILE__, 663)); __builtin_unreachable(); } never executed: end of block while (false); | 0 |
| 608 | } | - |
| 609 | | - |
| 610 | | - |
| 611 | bool Codegen::visit(ArgumentList *) | - |
| 612 | { | - |
| 613 | do { ((false) ? static_cast<void>(0) : qt_assert_x("Q_UNREACHABLE()", "Q_UNREACHABLE was reached", __FILE__, 669)); __builtin_unreachable(); } while (false); | - |
| 614 | return never executed: return false; false;never executed: return false; | 0 |
| 615 | } | - |
| 616 | | - |
| 617 | bool Codegen::visit(CaseBlock *) | - |
| 618 | { | - |
| 619 | do { ((false) ? static_cast<void>(0) : qt_assert_x("Q_UNREACHABLE()", "Q_UNREACHABLE was reached", __FILE__, 675)); __builtin_unreachable(); } while (false); | - |
| 620 | return never executed: return false; false;never executed: return false; | 0 |
| 621 | } | - |
| 622 | | - |
| 623 | bool Codegen::visit(CaseClause *) | - |
| 624 | { | - |
| 625 | do { ((false) ? static_cast<void>(0) : qt_assert_x("Q_UNREACHABLE()", "Q_UNREACHABLE was reached", __FILE__, 681)); __builtin_unreachable(); } while (false); | - |
| 626 | return never executed: return false; false;never executed: return false; | 0 |
| 627 | } | - |
| 628 | | - |
| 629 | bool Codegen::visit(CaseClauses *) | - |
| 630 | { | - |
| 631 | do { ((false) ? static_cast<void>(0) : qt_assert_x("Q_UNREACHABLE()", "Q_UNREACHABLE was reached", __FILE__, 687)); __builtin_unreachable(); } while (false); | - |
| 632 | return never executed: return false; false;never executed: return false; | 0 |
| 633 | } | - |
| 634 | | - |
| 635 | bool Codegen::visit(Catch *) | - |
| 636 | { | - |
| 637 | do { ((false) ? static_cast<void>(0) : qt_assert_x("Q_UNREACHABLE()", "Q_UNREACHABLE was reached", __FILE__, 693)); __builtin_unreachable(); } while (false); | - |
| 638 | return never executed: return false; false;never executed: return false; | 0 |
| 639 | } | - |
| 640 | | - |
| 641 | bool Codegen::visit(DefaultClause *) | - |
| 642 | { | - |
| 643 | do { ((false) ? static_cast<void>(0) : qt_assert_x("Q_UNREACHABLE()", "Q_UNREACHABLE was reached", __FILE__, 699)); __builtin_unreachable(); } while (false); | - |
| 644 | return never executed: return false; false;never executed: return false; | 0 |
| 645 | } | - |
| 646 | | - |
| 647 | bool Codegen::visit(Elision *) | - |
| 648 | { | - |
| 649 | do { ((false) ? static_cast<void>(0) : qt_assert_x("Q_UNREACHABLE()", "Q_UNREACHABLE was reached", __FILE__, 705)); __builtin_unreachable(); } while (false); | - |
| 650 | return never executed: return false; false;never executed: return false; | 0 |
| 651 | } | - |
| 652 | | - |
| 653 | bool Codegen::visit(Finally *) | - |
| 654 | { | - |
| 655 | do { ((false) ? static_cast<void>(0) : qt_assert_x("Q_UNREACHABLE()", "Q_UNREACHABLE was reached", __FILE__, 711)); __builtin_unreachable(); } while (false); | - |
| 656 | return never executed: return false; false;never executed: return false; | 0 |
| 657 | } | - |
| 658 | | - |
| 659 | bool Codegen::visit(FormalParameterList *) | - |
| 660 | { | - |
| 661 | do { ((false) ? static_cast<void>(0) : qt_assert_x("Q_UNREACHABLE()", "Q_UNREACHABLE was reached", __FILE__, 717)); __builtin_unreachable(); } while (false); | - |
| 662 | return never executed: return false; false;never executed: return false; | 0 |
| 663 | } | - |
| 664 | | - |
| 665 | bool Codegen::visit(Program *) | - |
| 666 | { | - |
| 667 | do { ((false) ? static_cast<void>(0) : qt_assert_x("Q_UNREACHABLE()", "Q_UNREACHABLE was reached", __FILE__, 723)); __builtin_unreachable(); } while (false); | - |
| 668 | return never executed: return false; false;never executed: return false; | 0 |
| 669 | } | - |
| 670 | | - |
| 671 | bool Codegen::visit(PatternElement *) | - |
| 672 | { | - |
| 673 | do { ((false) ? static_cast<void>(0) : qt_assert_x("Q_UNREACHABLE()", "Q_UNREACHABLE was reached", __FILE__, 729)); __builtin_unreachable(); } while (false); | - |
| 674 | return never executed: return false; false;never executed: return false; | 0 |
| 675 | } | - |
| 676 | | - |
| 677 | bool Codegen::visit(PatternElementList *) | - |
| 678 | { | - |
| 679 | do { ((false) ? static_cast<void>(0) : qt_assert_x("Q_UNREACHABLE()", "Q_UNREACHABLE was reached", __FILE__, 735)); __builtin_unreachable(); } while (false); | - |
| 680 | return never executed: return false; false;never executed: return false; | 0 |
| 681 | } | - |
| 682 | | - |
| 683 | bool Codegen::visit(PatternProperty *) | - |
| 684 | { | - |
| 685 | do { ((false) ? static_cast<void>(0) : qt_assert_x("Q_UNREACHABLE()", "Q_UNREACHABLE was reached", __FILE__, 741)); __builtin_unreachable(); } while (false); | - |
| 686 | return never executed: return false; false;never executed: return false; | 0 |
| 687 | } | - |
| 688 | | - |
| 689 | bool Codegen::visit(PatternPropertyList *) | - |
| 690 | { | - |
| 691 | do { ((false) ? static_cast<void>(0) : qt_assert_x("Q_UNREACHABLE()", "Q_UNREACHABLE was reached", __FILE__, 747)); __builtin_unreachable(); } while (false); | - |
| 692 | return never executed: return false; false;never executed: return false; | 0 |
| 693 | } | - |
| 694 | | - |
| 695 | bool Codegen::visit(StatementList *) | - |
| 696 | { | - |
| 697 | do { ((false) ? static_cast<void>(0) : qt_assert_x("Q_UNREACHABLE()", "Q_UNREACHABLE was reached", __FILE__, 753)); __builtin_unreachable(); } while (false); | - |
| 698 | return never executed: return false; false;never executed: return false; | 0 |
| 699 | } | - |
| 700 | | - |
| 701 | bool Codegen::visit(UiArrayMemberList *) | - |
| 702 | { | - |
| 703 | do { ((false) ? static_cast<void>(0) : qt_assert_x("Q_UNREACHABLE()", "Q_UNREACHABLE was reached", __FILE__, 759)); __builtin_unreachable(); } while (false); | - |
| 704 | return never executed: return false; false;never executed: return false; | 0 |
| 705 | } | - |
| 706 | | - |
| 707 | bool Codegen::visit(UiImport *) | - |
| 708 | { | - |
| 709 | do { ((false) ? static_cast<void>(0) : qt_assert_x("Q_UNREACHABLE()", "Q_UNREACHABLE was reached", __FILE__, 765)); __builtin_unreachable(); } while (false); | - |
| 710 | return never executed: return false; false;never executed: return false; | 0 |
| 711 | } | - |
| 712 | | - |
| 713 | bool Codegen::visit(UiHeaderItemList *) | - |
| 714 | { | - |
| 715 | do { ((false) ? static_cast<void>(0) : qt_assert_x("Q_UNREACHABLE()", "Q_UNREACHABLE was reached", __FILE__, 771)); __builtin_unreachable(); } while (false); | - |
| 716 | return never executed: return false; false;never executed: return false; | 0 |
| 717 | } | - |
| 718 | | - |
| 719 | bool Codegen::visit(UiPragma *) | - |
| 720 | { | - |
| 721 | do { ((false) ? static_cast<void>(0) : qt_assert_x("Q_UNREACHABLE()", "Q_UNREACHABLE was reached", __FILE__, 777)); __builtin_unreachable(); } while (false); | - |
| 722 | return never executed: return false; false;never executed: return false; | 0 |
| 723 | } | - |
| 724 | | - |
| 725 | bool Codegen::visit(UiObjectInitializer *) | - |
| 726 | { | - |
| 727 | do { ((false) ? static_cast<void>(0) : qt_assert_x("Q_UNREACHABLE()", "Q_UNREACHABLE was reached", __FILE__, 783)); __builtin_unreachable(); } while (false); | - |
| 728 | return never executed: return false; false;never executed: return false; | 0 |
| 729 | } | - |
| 730 | | - |
| 731 | bool Codegen::visit(UiObjectMemberList *) | - |
| 732 | { | - |
| 733 | do { ((false) ? static_cast<void>(0) : qt_assert_x("Q_UNREACHABLE()", "Q_UNREACHABLE was reached", __FILE__, 789)); __builtin_unreachable(); } while (false); | - |
| 734 | return never executed: return false; false;never executed: return false; | 0 |
| 735 | } | - |
| 736 | | - |
| 737 | bool Codegen::visit(UiParameterList *) | - |
| 738 | { | - |
| 739 | do { ((false) ? static_cast<void>(0) : qt_assert_x("Q_UNREACHABLE()", "Q_UNREACHABLE was reached", __FILE__, 795)); __builtin_unreachable(); } while (false); | - |
| 740 | return never executed: return false; false;never executed: return false; | 0 |
| 741 | } | - |
| 742 | | - |
| 743 | bool Codegen::visit(UiProgram *) | - |
| 744 | { | - |
| 745 | do { ((false) ? static_cast<void>(0) : qt_assert_x("Q_UNREACHABLE()", "Q_UNREACHABLE was reached", __FILE__, 801)); __builtin_unreachable(); } while (false); | - |
| 746 | return never executed: return false; false;never executed: return false; | 0 |
| 747 | } | - |
| 748 | | - |
| 749 | bool Codegen::visit(UiQualifiedId *) | - |
| 750 | { | - |
| 751 | do { ((false) ? static_cast<void>(0) : qt_assert_x("Q_UNREACHABLE()", "Q_UNREACHABLE was reached", __FILE__, 807)); __builtin_unreachable(); } while (false); | - |
| 752 | return never executed: return false; false;never executed: return false; | 0 |
| 753 | } | - |
| 754 | | - |
| 755 | bool Codegen::visit(UiQualifiedPragmaId *) | - |
| 756 | { | - |
| 757 | do { ((false) ? static_cast<void>(0) : qt_assert_x("Q_UNREACHABLE()", "Q_UNREACHABLE was reached", __FILE__, 813)); __builtin_unreachable(); } while (false); | - |
| 758 | return never executed: return false; false;never executed: return false; | 0 |
| 759 | } | - |
| 760 | | - |
| 761 | bool Codegen::visit(VariableDeclarationList *) | - |
| 762 | { | - |
| 763 | do { ((false) ? static_cast<void>(0) : qt_assert_x("Q_UNREACHABLE()", "Q_UNREACHABLE was reached", __FILE__, 819)); __builtin_unreachable(); } while (false); | - |
| 764 | return never executed: return false; false;never executed: return false; | 0 |
| 765 | } | - |
| 766 | | - |
| 767 | bool Codegen::visit(ClassExpression *ast) | - |
| 768 | { | - |
| 769 | Compiler::Class jsClass; | - |
| 770 | jsClass.nameIndex = registerString(ast->name.toString()); | - |
| 771 | | - |
| 772 | ClassElementList *constructor = nullptr; | - |
| 773 | int nComputedNames = 0; | - |
| 774 | int nStaticComputedNames = 0; | - |
| 775 | | - |
| 776 | RegisterScope scope(this); | - |
| 777 | ControlFlowBlock controlFlow(this, ast); | - |
| 778 | | - |
| 779 | for (auto *member = ast->elements; member| TRUE | evaluated 8664 times by 1 test | | FALSE | evaluated 9280 times by 1 test |
; member = member->next) { | 8664-9280 |
| 780 | PatternProperty *p = member->property; | - |
| 781 | FunctionExpression *f = p->initializer->asFunctionDefinition(); | - |
| 782 | ((f) ? static_cast<void>(0) : qt_assert("f", __FILE__, 838)); | - |
| 783 | AST::ComputedPropertyName *cname = AST::cast<ComputedPropertyName *>(p->name); | - |
| 784 | if (cname| TRUE | evaluated 544 times by 1 test | | FALSE | evaluated 8111 times by 1 test |
) { | 544-8111 |
| 785 | ++nComputedNames; | - |
| 786 | if (member->isStatic| TRUE | evaluated 244 times by 1 test | | FALSE | evaluated 300 times by 1 test |
) | 244-300 |
| 787 | ++executed 244 times by 1 test: ++nStaticComputedNames; nStaticComputedNames;executed 244 times by 1 test: ++nStaticComputedNames; | 244 |
| 788 | }executed 544 times by 1 test: end of block | 544 |
| 789 | QString name = p->name->asString(); | - |
| 790 | uint nameIndex = cname| TRUE | evaluated 543 times by 1 test | | FALSE | evaluated 8181 times by 1 test |
? | 543-8181 |
| 791 | (0x7fffffff * 2U + 1U) | - |
| 792 | : registerString(name); | - |
| 793 | Compiler::Class::Method::Type type = Compiler::Class::Method::Regular; | - |
| 794 | if (p->type == PatternProperty::Getter| TRUE | evaluated 542 times by 1 test | | FALSE | evaluated 8149 times by 1 test |
) | 542-8149 |
| 795 | type = Compiler::Class::Method::Getter;executed 537 times by 1 test: type = Compiler::Class::Method::Getter; | 537 |
| 796 | else if (p->type == PatternProperty::Setter| TRUE | evaluated 540 times by 1 test | | FALSE | evaluated 7617 times by 1 test |
) | 540-7617 |
| 797 | type = Compiler::Class::Method::Setter;executed 540 times by 1 test: type = Compiler::Class::Method::Setter; | 540 |
| 798 | Compiler::Class::Method m{ nameIndex, type, static_cast<uint>(defineFunction(name, f, f->formals, f->body)) }; | - |
| 799 | | - |
| 800 | if (member->isStatic| TRUE | evaluated 3938 times by 1 test | | FALSE | evaluated 4791 times by 1 test |
) { | 3938-4791 |
| 801 | if (name == ([]() noexcept -> QString { enum { Size = sizeof(u"" "prototype")/2 - 1 }; static const QStaticStringData<Size> qstring_literal = { { { { -1 } }, Size, 0, 0, sizeof(QStringData) }, u"" "prototype" }; QStringDataPtr holder = { qstring_literal.data_ptr() }; const QString qstring_literal_temp(holder); return qstring_literal_temp; }())) { | - |
| 802 | throwSyntaxError(ast->firstSourceLocation(), QLatin1String("Cannot declare a static method named 'prototype'.")); | - |
| 803 | return never executed: return false; false;never executed: return false; | 0 |
| 804 | } | - |
| 805 | jsClass.staticMethods << m; dead code: jsClass.staticMethods << m; | - |
| 806 | } else { | - |
| 807 | if (name == ([]() noexcept -> QString { enum { Size = sizeof(u"" "constructor")/2 - 1 }; static const QStaticStringData<Size> qstring_literal = { { { { -1 } }, Size, 0, 0, sizeof(QStringData) }, u"" "constructor" }; QStringDataPtr holder = { qstring_literal.data_ptr() }; const QString qstring_literal_temp(holder); return qstring_literal_temp; }())) { | - |
| 808 | if (constructor| TRUE | never evaluated | | FALSE | evaluated 807 times by 1 test |
) { | 0-807 |
| 809 | throwSyntaxError(ast->firstSourceLocation(), QLatin1String("Cannot declare a multiple constructors in a class.")); | - |
| 810 | return never executed: return false; false;never executed: return false; | 0 |
| 811 | } | - |
| 812 | if (m.type != Compiler::Class::Method::Regular| TRUE | never evaluated | | FALSE | evaluated 807 times by 1 test |
) { | 0-807 |
| 813 | throwSyntaxError(ast->firstSourceLocation(), QLatin1String("Cannot declare a getter or setter named 'constructor'.")); | - |
| 814 | return never executed: return false; false;never executed: return false; | 0 |
| 815 | } | - |
| 816 | constructor = member; | - |
| 817 | jsClass.constructorIndex = m.functionIndex; | - |
| 818 | continue;executed 807 times by 1 test: continue; | 807 |
| 819 | } | - |
| 820 | | - |
| 821 | jsClass.methods << m; dead code: jsClass.methods << m; | - |
| 822 | } | - |
| 823 | } | - |
| 824 | | - |
| 825 | int classIndex = _module->classes.size(); | - |
| 826 | _module->classes.append(jsClass); | - |
| 827 | | - |
| 828 | Reference heritage = Reference::fromStackSlot(this); | - |
| 829 | if (ast->heritage| TRUE | evaluated 972 times by 1 test | | FALSE | evaluated 8304 times by 1 test |
) { | 972-8304 |
| 830 | bytecodeGenerator->setLocation(ast->heritage->firstSourceLocation()); | - |
| 831 | Reference r = expression(ast->heritage); | - |
| 832 | if (hasError| TRUE | never evaluated | | FALSE | evaluated 970 times by 1 test |
) | 0-970 |
| 833 | return never executed: return false; false;never executed: return false; | 0 |
| 834 | r.storeOnStack(heritage.stackSlot()); | - |
| 835 | }executed 971 times by 1 test: end of block else { | 971 |
| 836 | Reference::fromConst(this, Primitive::emptyValue().asReturnedValue()).loadInAccumulator(); | - |
| 837 | heritage.storeConsumeAccumulator(); | - |
| 838 | }executed 8296 times by 1 test: end of block | 8296 |
| 839 | | - |
| 840 | int computedNames = nComputedNames| TRUE | evaluated 420 times by 1 test | | FALSE | evaluated 8843 times by 1 test |
? bytecodeGenerator->newRegisterArray(nComputedNames) : 0; | 420-8843 |
| 841 | int currentStaticName = computedNames; | - |
| 842 | int currentNonStaticName = computedNames + nStaticComputedNames; | - |
| 843 | | - |
| 844 | for (auto *member = ast->elements; member| TRUE | evaluated 8693 times by 1 test | | FALSE | evaluated 9254 times by 1 test |
; member = member->next) { | 8693-9254 |
| 845 | AST::ComputedPropertyName *cname = AST::cast<AST::ComputedPropertyName *>(member->property->name); | - |
| 846 | if (!cname| TRUE | evaluated 8146 times by 1 test | | FALSE | evaluated 544 times by 1 test |
) | 544-8146 |
| 847 | continue;executed 8146 times by 1 test: continue; | 8146 |
| 848 | RegisterScope scope(this); | - |
| 849 | bytecodeGenerator->setLocation(cname->firstSourceLocation()); | - |
| 850 | Reference computedName = expression(cname->expression); | - |
| 851 | if (hasError| TRUE | never evaluated | | FALSE | evaluated 544 times by 1 test |
) | 0-544 |
| 852 | return never executed: return false; false;never executed: return false; | 0 |
| 853 | computedName.storeOnStack(member->isStatic ? currentStaticName++ : currentNonStaticName++); | - |
| 854 | }executed 544 times by 1 test: end of block | 544 |
| 855 | | - |
| 856 | Instruction::CreateClass createClass; | - |
| 857 | createClass.classIndex = classIndex; | - |
| 858 | createClass.heritage = heritage.stackSlot(); | - |
| 859 | createClass.computedNames = computedNames; | - |
| 860 | | - |
| 861 | bytecodeGenerator->addInstruction(createClass); | - |
| 862 | | - |
| 863 | if (!ast->name.isEmpty()| TRUE | evaluated 9090 times by 1 test | | FALSE | evaluated 192 times by 1 test |
) { | 192-9090 |
| 864 | Reference ctor = referenceForName(ast->name.toString(), true); | - |
| 865 | ctor.isReferenceToConst = false; | - |
| 866 | (void) ctor.storeRetainAccumulator(); | - |
| 867 | }executed 9076 times by 1 test: end of block | 9076 |
| 868 | | - |
| 869 | _expr.setResult(Reference::fromAccumulator(this)); | - |
| 870 | returnexecuted 9278 times by 1 test: return false; false;executed 9278 times by 1 test: return false; | 9278 |
| 871 | } | - |
| 872 | | - |
| 873 | bool Codegen::visit(ClassDeclaration *ast) | - |
| 874 | { | - |
| 875 | Reference outerVar = referenceForName(ast->name.toString(), true); | - |
| 876 | visit(static_cast<ClassExpression *>(ast)); | - |
| 877 | (void) outerVar.storeRetainAccumulator(); | - |
| 878 | returnexecuted 4836 times by 1 test: return false; false;executed 4836 times by 1 test: return false; | 4836 |
| 879 | } | - |
| 880 | | - |
| 881 | bool Codegen::visit(Expression *ast) | - |
| 882 | { | - |
| 883 | if (hasError| TRUE | never evaluated | | FALSE | evaluated 1974 times by 5 testsEvaluated by:- tst_ecmascripttests
- tst_parserstress
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qquickdrag
|
) | 0-1974 |
| 884 | return never executed: return false; false;never executed: return false; | 0 |
| 885 | | - |
| 886 | statement(ast->left); | - |
| 887 | accept(ast->right); | - |
| 888 | returnexecuted 1976 times by 5 tests: return false;Executed by:- tst_ecmascripttests
- tst_parserstress
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qquickdrag
false;executed 1976 times by 5 tests: return false;Executed by:- tst_ecmascripttests
- tst_parserstress
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qquickdrag
| 1976 |
| 889 | } | - |
| 890 | | - |
| 891 | bool Codegen::visit(ArrayPattern *ast) | - |
| 892 | { | - |
| 893 | if (hasError| TRUE | never evaluated | | FALSE | evaluated 44693 times by 46 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlmetaobject
- tst_qqmlprofilerservice
- tst_qqmlqt
- tst_qqmlsettings
- tst_qqmlsqldatabase
- tst_qqmlvaluetypeproviders
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickdrag
- tst_qquickdroparea
- tst_qquickellipseextruder
- ...
|
) | 0-44693 |
| 894 | return never executed: return false; false;never executed: return false; | 0 |
| 895 | | - |
| 896 | PatternElementList *it = ast->elements; | - |
| 897 | | - |
| 898 | int argc = 0; | - |
| 899 | { | - |
| 900 | RegisterScope scope(this); | - |
| 901 | | - |
| 902 | int args = -1; | - |
| 903 | auto push = [this, &argc, &args](AST::ExpressionNode *arg) { | - |
| 904 | int temp = bytecodeGenerator->newRegister(); | - |
| 905 | if (args == -1| TRUE | evaluated 27165 times by 40 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmlinstantiator
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlmetaobject
- tst_qqmlprofilerservice
- tst_qqmlqt
- tst_qqmlsettings
- tst_qqmlsqldatabase
- tst_qqmlvaluetypeproviders
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickdrag
- tst_qquickdroparea
- tst_qquickellipseextruder
- tst_qquickfolderlistmodel
- tst_qquickfriction
- ...
| | FALSE | evaluated 105014 times by 37 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmlinstantiator
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlmetaobject
- tst_qqmlprofilerservice
- tst_qqmlqt
- tst_qqmlsettings
- tst_qqmlsqldatabase
- tst_qqmlvaluetypeproviders
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickdrag
- tst_qquickdroparea
- tst_qquickellipseextruder
- tst_qquickfriction
- tst_qquickgridview
- ...
|
) | 27165-105014 |
| 906 | args = temp;executed 27120 times by 40 tests: args = temp;Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmlinstantiator
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlmetaobject
- tst_qqmlprofilerservice
- tst_qqmlqt
- tst_qqmlsettings
- tst_qqmlsqldatabase
- tst_qqmlvaluetypeproviders
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickdrag
- tst_qquickdroparea
- tst_qquickellipseextruder
- tst_qquickfolderlistmodel
- tst_qquickfriction
- ...
| 27120 |
| 907 | if (!arg| TRUE | evaluated 1248 times by 3 testsEvaluated by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsvalue
| | FALSE | evaluated 130856 times by 40 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmlinstantiator
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlmetaobject
- tst_qqmlprofilerservice
- tst_qqmlqt
- tst_qqmlsettings
- tst_qqmlsqldatabase
- tst_qqmlvaluetypeproviders
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickdrag
- tst_qquickdroparea
- tst_qquickellipseextruder
- tst_qquickfolderlistmodel
- tst_qquickfriction
- ...
|
) { | 1248-130856 |
| 908 | auto c = Reference::fromConst(this, Primitive::emptyValue().asReturnedValue()); | - |
| 909 | (void) c.storeOnStack(temp); | - |
| 910 | }executed 1248 times by 3 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsvalue
else { | 1248 |
| 911 | RegisterScope scope(this); | - |
| 912 | Reference r = expression(arg); | - |
| 913 | if (hasError| TRUE | never evaluated | | FALSE | evaluated 131036 times by 40 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmlinstantiator
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlmetaobject
- tst_qqmlprofilerservice
- tst_qqmlqt
- tst_qqmlsettings
- tst_qqmlsqldatabase
- tst_qqmlvaluetypeproviders
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickdrag
- tst_qquickdroparea
- tst_qquickellipseextruder
- tst_qquickfolderlistmodel
- tst_qquickfriction
- ...
|
) | 0-131036 |
| 914 | return; never executed: return; | 0 |
| 915 | (void) r.storeOnStack(temp); | - |
| 916 | }executed 130927 times by 40 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmlinstantiator
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlmetaobject
- tst_qqmlprofilerservice
- tst_qqmlqt
- tst_qqmlsettings
- tst_qqmlsqldatabase
- tst_qqmlvaluetypeproviders
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickdrag
- tst_qquickdroparea
- tst_qquickellipseextruder
- tst_qquickfolderlistmodel
- tst_qquickfriction
- ...
| 130927 |
| 917 | ++argc; | - |
| 918 | }executed 132183 times by 40 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmlinstantiator
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlmetaobject
- tst_qqmlprofilerservice
- tst_qqmlqt
- tst_qqmlsettings
- tst_qqmlsqldatabase
- tst_qqmlvaluetypeproviders
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickdrag
- tst_qquickdroparea
- tst_qquickellipseextruder
- tst_qquickfolderlistmodel
- tst_qquickfriction
- ...
; | 132183 |
| 919 | | - |
| 920 | for (; it| TRUE | evaluated 131493 times by 40 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmlinstantiator
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlmetaobject
- tst_qqmlprofilerservice
- tst_qqmlqt
- tst_qqmlsettings
- tst_qqmlsqldatabase
- tst_qqmlvaluetypeproviders
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickdrag
- tst_qquickdroparea
- tst_qquickellipseextruder
- tst_qquickfolderlistmodel
- tst_qquickfriction
- ...
| | FALSE | evaluated 44769 times by 46 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlmetaobject
- tst_qqmlprofilerservice
- tst_qqmlqt
- tst_qqmlsettings
- tst_qqmlsqldatabase
- tst_qqmlvaluetypeproviders
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickdrag
- tst_qquickdroparea
- tst_qquickellipseextruder
- ...
|
; it = it->next) { | 44769-131493 |
| 921 | PatternElement *e = it->element; | - |
| 922 | if (e| TRUE | evaluated 130991 times by 40 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmlinstantiator
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlmetaobject
- tst_qqmlprofilerservice
- tst_qqmlqt
- tst_qqmlsettings
- tst_qqmlsqldatabase
- tst_qqmlvaluetypeproviders
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickdrag
- tst_qquickdroparea
- tst_qquickellipseextruder
- tst_qquickfolderlistmodel
- tst_qquickfriction
- ...
| | FALSE | evaluated 420 times by 3 testsEvaluated by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsvalue
|
&& e->type == PatternElement::SpreadElement| TRUE | evaluated 152 times by 1 test | | FALSE | evaluated 130856 times by 40 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmlinstantiator
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlmetaobject
- tst_qqmlprofilerservice
- tst_qqmlqt
- tst_qqmlsettings
- tst_qqmlsqldatabase
- tst_qqmlvaluetypeproviders
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickdrag
- tst_qquickdroparea
- tst_qquickellipseextruder
- tst_qquickfolderlistmodel
- tst_qquickfriction
- ...
|
) | 152-130991 |
| 923 | break;executed 152 times by 1 test: break; | 152 |
| 924 | for (Elision *elision = it->elision; elision| TRUE | evaluated 1248 times by 3 testsEvaluated by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsvalue
| | FALSE | evaluated 131325 times by 40 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmlinstantiator
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlmetaobject
- tst_qqmlprofilerservice
- tst_qqmlqt
- tst_qqmlsettings
- tst_qqmlsqldatabase
- tst_qqmlvaluetypeproviders
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickdrag
- tst_qquickdroparea
- tst_qquickellipseextruder
- tst_qquickfolderlistmodel
- tst_qquickfriction
- ...
|
; elision = elision->next) | 1248-131325 |
| 925 | push(nullptr);executed 1248 times by 3 tests: push(nullptr);Executed by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsvalue
| 1248 |
| 926 | | - |
| 927 | if (!e| TRUE | evaluated 420 times by 3 testsEvaluated by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsvalue
| | FALSE | evaluated 130858 times by 40 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmlinstantiator
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlmetaobject
- tst_qqmlprofilerservice
- tst_qqmlqt
- tst_qqmlsettings
- tst_qqmlsqldatabase
- tst_qqmlvaluetypeproviders
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickdrag
- tst_qquickdroparea
- tst_qquickellipseextruder
- tst_qquickfolderlistmodel
- tst_qquickfriction
- ...
|
) | 420-130858 |
| 928 | continue;executed 420 times by 3 tests: continue;Executed by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsvalue
| 420 |
| 929 | | - |
| 930 | push(e->initializer); | - |
| 931 | if (hasError| TRUE | never evaluated | | FALSE | evaluated 130995 times by 40 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmlinstantiator
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlmetaobject
- tst_qqmlprofilerservice
- tst_qqmlqt
- tst_qqmlsettings
- tst_qqmlsqldatabase
- tst_qqmlvaluetypeproviders
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickdrag
- tst_qquickdroparea
- tst_qquickellipseextruder
- tst_qquickfolderlistmodel
- tst_qquickfriction
- ...
|
) | 0-130995 |
| 932 | return never executed: return false; false;never executed: return false; | 0 |
| 933 | }executed 131010 times by 40 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmlinstantiator
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlmetaobject
- tst_qqmlprofilerservice
- tst_qqmlqt
- tst_qqmlsettings
- tst_qqmlsqldatabase
- tst_qqmlvaluetypeproviders
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickdrag
- tst_qquickdroparea
- tst_qquickellipseextruder
- tst_qquickfolderlistmodel
- tst_qquickfriction
- ...
| 131010 |
| 934 | | - |
| 935 | if (args == -1| TRUE | evaluated 17604 times by 25 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qquickanimationcontroller
- tst_qquickdroparea
- tst_qquickgridview
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpathview
- tst_qquickrepeater
- tst_qquickscreen
- tst_qquickvisualdatamodel
- tst_quicktestmainwithsetup
- tst_qv4debugger
- tst_signalspy
- tst_testfiltering
| | FALSE | evaluated 27218 times by 40 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmlinstantiator
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlmetaobject
- tst_qqmlprofilerservice
- tst_qqmlqt
- tst_qqmlsettings
- tst_qqmlsqldatabase
- tst_qqmlvaluetypeproviders
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickdrag
- tst_qquickdroparea
- tst_qquickellipseextruder
- tst_qquickfolderlistmodel
- tst_qquickfriction
- ...
|
) { | 17604-27218 |
| 936 | ((argc == 0) ? static_cast<void>(0) : qt_assert("argc == 0", __FILE__, 990)); | - |
| 937 | args = 0; | - |
| 938 | }executed 17569 times by 25 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qquickanimationcontroller
- tst_qquickdroparea
- tst_qquickgridview
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpathview
- tst_qquickrepeater
- tst_qquickscreen
- tst_qquickvisualdatamodel
- tst_quicktestmainwithsetup
- tst_qv4debugger
- tst_signalspy
- tst_testfiltering
| 17569 |
| 939 | | - |
| 940 | Instruction::DefineArray call; | - |
| 941 | call.argc = argc; | - |
| 942 | call.args = Moth::StackSlot::createRegister(args); | - |
| 943 | bytecodeGenerator->addInstruction(call); | - |
| 944 | } | - |
| 945 | | - |
| 946 | if (!it| TRUE | evaluated 44766 times by 46 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlmetaobject
- tst_qqmlprofilerservice
- tst_qqmlqt
- tst_qqmlsettings
- tst_qqmlsqldatabase
- tst_qqmlvaluetypeproviders
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickdrag
- tst_qquickdroparea
- tst_qquickellipseextruder
- ...
| | FALSE | evaluated 152 times by 1 test |
) { | 152-44766 |
| 947 | _expr.setResult(Reference::fromAccumulator(this)); | - |
| 948 | returnexecuted 44669 times by 46 tests: return false;Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlmetaobject
- tst_qqmlprofilerservice
- tst_qqmlqt
- tst_qqmlsettings
- tst_qqmlsqldatabase
- tst_qqmlvaluetypeproviders
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickdrag
- tst_qquickdroparea
- tst_qquickellipseextruder
- ...
false;executed 44669 times by 46 tests: return false;Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlmetaobject
- tst_qqmlprofilerservice
- tst_qqmlqt
- tst_qqmlsettings
- tst_qqmlsqldatabase
- tst_qqmlvaluetypeproviders
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickdrag
- tst_qquickdroparea
- tst_qquickellipseextruder
- ...
| 44669 |
| 949 | } | - |
| 950 | ((it->element && it->element->type == PatternElement::SpreadElement) ? static_cast<void>(0) : qt_assert("it->element && it->element->type == PatternElement::SpreadElement", __FILE__, 1004)); | - |
| 951 | | - |
| 952 | RegisterScope scope(this); | - |
| 953 | Reference array = Reference::fromStackSlot(this); | - |
| 954 | array.storeConsumeAccumulator(); | - |
| 955 | Reference index = Reference::storeConstOnStack(this, Encode(argc)); | - |
| 956 | | - |
| 957 | auto pushAccumulator = [&]() { | - |
| 958 | Reference slot = Reference::fromSubscript(array, index); | - |
| 959 | slot.storeConsumeAccumulator(); | - |
| 960 | | - |
| 961 | index.loadInAccumulator(); | - |
| 962 | Instruction::Increment inc; | - |
| 963 | bytecodeGenerator->addInstruction(inc); | - |
| 964 | index.storeConsumeAccumulator(); | - |
| 965 | }executed 156 times by 1 test: end of block ; | 156 |
| 966 | | - |
| 967 | while (it| TRUE | evaluated 156 times by 1 test | | FALSE | evaluated 152 times by 1 test |
) { | 152-156 |
| 968 | for (Elision *elision = it->elision; elision| TRUE | never evaluated | | FALSE | evaluated 156 times by 1 test |
; elision = elision->next) { | 0-156 |
| 969 | Reference::fromConst(this, Primitive::emptyValue().asReturnedValue()).loadInAccumulator(); | - |
| 970 | pushAccumulator(); | - |
| 971 | } never executed: end of block | 0 |
| 972 | | - |
| 973 | if (!it->element| TRUE | never evaluated | | FALSE | evaluated 156 times by 1 test |
) { | 0-156 |
| 974 | it = it->next; | - |
| 975 | continue; never executed: continue; | 0 |
| 976 | } | - |
| 977 | | - |
| 978 | | - |
| 979 | if (it->element->type == PatternElement::SpreadElement| TRUE | evaluated 152 times by 1 test | | FALSE | evaluated 4 times by 1 test |
) { | 4-152 |
| 980 | RegisterScope scope(this); | - |
| 981 | | - |
| 982 | Reference iterator = Reference::fromStackSlot(this); | - |
| 983 | Reference lhsValue = Reference::fromStackSlot(this); | - |
| 984 | | - |
| 985 | | - |
| 986 | | - |
| 987 | { | - |
| 988 | RegisterScope innerScope(this); | - |
| 989 | Reference expr = expression(it->element->initializer); | - |
| 990 | if (hasError| TRUE | never evaluated | | FALSE | evaluated 152 times by 1 test |
) | 0-152 |
| 991 | return never executed: return false; false;never executed: return false; | 0 |
| 992 | | - |
| 993 | expr.loadInAccumulator(); | - |
| 994 | Instruction::GetIterator iteratorObjInstr; | - |
| 995 | iteratorObjInstr.iterator = 1; | - |
| 996 | bytecodeGenerator->addInstruction(iteratorObjInstr); | - |
| 997 | iterator.storeConsumeAccumulator(); | - |
| 998 | } | - |
| 999 | | - |
| 1000 | BytecodeGenerator::Label in = bytecodeGenerator->newLabel(); | - |
| 1001 | BytecodeGenerator::Label end = bytecodeGenerator->newLabel(); | - |
| 1002 | BytecodeGenerator::Label done = bytecodeGenerator->newLabel(); | - |
| 1003 | | - |
| 1004 | { | - |
| 1005 | ControlFlowLoop flow(this, &end, &in, true); | - |
| 1006 | bytecodeGenerator->jump().link(in); | - |
| 1007 | | - |
| 1008 | BytecodeGenerator::Label body = bytecodeGenerator->label(); | - |
| 1009 | | - |
| 1010 | lhsValue.loadInAccumulator(); | - |
| 1011 | pushAccumulator(); | - |
| 1012 | | - |
| 1013 | in.link(); | - |
| 1014 | iterator.loadInAccumulator(); | - |
| 1015 | Instruction::IteratorNext next; | - |
| 1016 | next.value = lhsValue.stackSlot(); | - |
| 1017 | bytecodeGenerator->addInstruction(next); | - |
| 1018 | bytecodeGenerator->addJumpInstruction(Instruction::JumpFalse()).link(body); | - |
| 1019 | bytecodeGenerator->jump().link(done); | - |
| 1020 | } | - |
| 1021 | | - |
| 1022 | end.link(); | - |
| 1023 | | - |
| 1024 | Reference iteratorDone = Reference::fromConst(this, Encode(false)).storeOnStack(); | - |
| 1025 | iterator.loadInAccumulator(); | - |
| 1026 | Instruction::IteratorClose close; | - |
| 1027 | close.done = iteratorDone.stackSlot(); | - |
| 1028 | bytecodeGenerator->addInstruction(close); | - |
| 1029 | | - |
| 1030 | done.link(); | - |
| 1031 | }executed 150 times by 1 test: end of block else { | 150 |
| 1032 | RegisterScope innerScope(this); | - |
| 1033 | Reference expr = expression(it->element->initializer); | - |
| 1034 | if (hasError| TRUE | never evaluated | | FALSE | evaluated 4 times by 1 test |
) | 0-4 |
| 1035 | return never executed: return false; false;never executed: return false; | 0 |
| 1036 | | - |
| 1037 | expr.loadInAccumulator(); | - |
| 1038 | pushAccumulator(); | - |
| 1039 | }executed 4 times by 1 test: end of block | 4 |
| 1040 | | - |
| 1041 | it = it->next; | - |
| 1042 | }executed 156 times by 1 test: end of block | 156 |
| 1043 | | - |
| 1044 | array.loadInAccumulator(); | - |
| 1045 | _expr.setResult(Reference::fromAccumulator(this)); | - |
| 1046 | | - |
| 1047 | returnexecuted 151 times by 1 test: return false; false;executed 151 times by 1 test: return false; | 151 |
| 1048 | } | - |
| 1049 | | - |
| 1050 | bool Codegen::visit(ArrayMemberExpression *ast) | - |
| 1051 | { | - |
| 1052 | if (hasError| TRUE | never evaluated | | FALSE | evaluated 124967 times by 32 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlapplicationengine
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlprofilerservice
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickcustomaffector
- tst_qquickgridview
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpathview
- tst_qquickpositioners
- ...
|
) | 0-124967 |
| 1053 | return never executed: return false; false;never executed: return false; | 0 |
| 1054 | | - |
| 1055 | Reference base = expression(ast->base); | - |
| 1056 | if (hasError| TRUE | never evaluated | | FALSE | evaluated 125298 times by 32 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlapplicationengine
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlprofilerservice
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickcustomaffector
- tst_qquickgridview
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpathview
- tst_qquickpositioners
- ...
|
) | 0-125298 |
| 1057 | return never executed: return false; false;never executed: return false; | 0 |
| 1058 | if (base.isSuper()| TRUE | evaluated 140 times by 1 test | | FALSE | evaluated 125228 times by 32 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlapplicationengine
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlprofilerservice
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickcustomaffector
- tst_qquickgridview
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpathview
- tst_qquickpositioners
- ...
|
) { | 140-125228 |
| 1059 | Reference index = expression(ast->expression).storeOnStack(); | - |
| 1060 | _expr.setResult(Reference::fromSuperProperty(index)); | - |
| 1061 | returnexecuted 140 times by 1 test: return false; false;executed 140 times by 1 test: return false; | 140 |
| 1062 | } | - |
| 1063 | base = base.storeOnStack(); | - |
| 1064 | if (hasError| TRUE | never evaluated | | FALSE | evaluated 124982 times by 32 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlapplicationengine
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlprofilerservice
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickcustomaffector
- tst_qquickgridview
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpathview
- tst_qquickpositioners
- ...
|
) | 0-124982 |
| 1065 | return never executed: return false; false;never executed: return false; | 0 |
| 1066 | if (AST::StringLiteral *str = AST::cast<AST::StringLiteral *>(ast->expression)| TRUE | evaluated 3037 times by 5 testsEvaluated by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsvalue
- tst_qqmlecmascript
- tst_qqmlxmlhttprequest
| | FALSE | evaluated 121829 times by 32 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlapplicationengine
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlprofilerservice
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickcustomaffector
- tst_qquickgridview
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpathview
- tst_qquickpositioners
- ...
|
) { | 3037-121829 |
| 1067 | QString s = str->value.toString(); | - |
| 1068 | uint arrayIndex = QV4::String::toArrayIndex(s); | - |
| 1069 | if (arrayIndex == | TRUE | evaluated 2581 times by 5 testsEvaluated by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsvalue
- tst_qqmlecmascript
- tst_qqmlxmlhttprequest
| | FALSE | evaluated 456 times by 2 testsEvaluated by:- tst_ecmascripttests
- tst_parserstress
|
| 456-2581 |
| 1070 | (0x7fffffff * 2U + 1U)| TRUE | evaluated 2581 times by 5 testsEvaluated by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsvalue
- tst_qqmlecmascript
- tst_qqmlxmlhttprequest
| | FALSE | evaluated 456 times by 2 testsEvaluated by:- tst_ecmascripttests
- tst_parserstress
|
| 456-2581 |
| 1071 | ) { | - |
| 1072 | _expr.setResult(Reference::fromMember(base, str->value.toString())); | - |
| 1073 | returnexecuted 2584 times by 5 tests: return false;Executed by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsvalue
- tst_qqmlecmascript
- tst_qqmlxmlhttprequest
false;executed 2584 times by 5 tests: return false;Executed by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsvalue
- tst_qqmlecmascript
- tst_qqmlxmlhttprequest
| 2584 |
| 1074 | } | - |
| 1075 | Reference index = Reference::fromConst(this, QV4::Encode(arrayIndex)); | - |
| 1076 | _expr.setResult(Reference::fromSubscript(base, index)); | - |
| 1077 | returnexecuted 456 times by 2 tests: return false;Executed by:- tst_ecmascripttests
- tst_parserstress
false;executed 456 times by 2 tests: return false;Executed by:- tst_ecmascripttests
- tst_parserstress
| 456 |
| 1078 | } | - |
| 1079 | Reference index = expression(ast->expression); | - |
| 1080 | _expr.setResult(Reference::fromSubscript(base, index)); | - |
| 1081 | returnexecuted 121907 times by 32 tests: return false;Executed by:- tst_ecmascripttests
- tst_examples
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlapplicationengine
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlprofilerservice
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickcustomaffector
- tst_qquickgridview
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpathview
- tst_qquickpositioners
- ...
false;executed 121907 times by 32 tests: return false;Executed by:- tst_ecmascripttests
- tst_examples
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlapplicationengine
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlprofilerservice
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickcustomaffector
- tst_qquickgridview
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpathview
- tst_qquickpositioners
- ...
| 121907 |
| 1082 | } | - |
| 1083 | | - |
| 1084 | static QSOperator::Op baseOp(int op) | - |
| 1085 | { | - |
| 1086 | switch ((QSOperator::Op) op) { | - |
| 1087 | caseexecuted 406 times by 3 tests: case QSOperator::InplaceAnd:Executed by:- tst_ecmascripttests
- tst_examples
- tst_qjsvalue
QSOperator::InplaceAnd:executed 406 times by 3 tests: case QSOperator::InplaceAnd:Executed by:- tst_ecmascripttests
- tst_examples
- tst_qjsvalue
returnexecuted 406 times by 3 tests: return QSOperator::BitAnd;Executed by:- tst_ecmascripttests
- tst_examples
- tst_qjsvalue
QSOperator::BitAnd;executed 406 times by 3 tests: return QSOperator::BitAnd;Executed by:- tst_ecmascripttests
- tst_examples
- tst_qjsvalue
| 406 |
| 1088 | caseexecuted 675 times by 8 tests: case QSOperator::InplaceSub:Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qquicklistview
- tst_qquicktext
- tst_qv4debugger
QSOperator::InplaceSub:executed 675 times by 8 tests: case QSOperator::InplaceSub:Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qquicklistview
- tst_qquicktext
- tst_qv4debugger
returnexecuted 675 times by 8 tests: return QSOperator::Sub;Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qquicklistview
- tst_qquicktext
- tst_qv4debugger
QSOperator::Sub;executed 675 times by 8 tests: return QSOperator::Sub;Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qquicklistview
- tst_qquicktext
- tst_qv4debugger
| 675 |
| 1089 | caseexecuted 403 times by 3 tests: case QSOperator::InplaceDiv:Executed by:- tst_ecmascripttests
- tst_examples
- tst_qjsvalue
QSOperator::InplaceDiv:executed 403 times by 3 tests: case QSOperator::InplaceDiv:Executed by:- tst_ecmascripttests
- tst_examples
- tst_qjsvalue
returnexecuted 403 times by 3 tests: return QSOperator::Div;Executed by:- tst_ecmascripttests
- tst_examples
- tst_qjsvalue
QSOperator::Div;executed 403 times by 3 tests: return QSOperator::Div;Executed by:- tst_ecmascripttests
- tst_examples
- tst_qjsvalue
| 403 |
| 1090 | caseexecuted 674907 times by 26 tests: case QSOperator::InplaceAdd:Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickflickable
- tst_qquickgridview
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- tst_qquickpositioners
- tst_qquickrepeater
- tst_qquicksmoothedanimation
- tst_qquicktext
- tst_quicktestmainwithsetup
- tst_qv4debugger
- tst_scenegraph
- tst_signalspy
- ...
QSOperator::InplaceAdd:executed 674907 times by 26 tests: case QSOperator::InplaceAdd:Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickflickable
- tst_qquickgridview
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- tst_qquickpositioners
- tst_qquickrepeater
- tst_qquicksmoothedanimation
- tst_qquicktext
- tst_quicktestmainwithsetup
- tst_qv4debugger
- tst_scenegraph
- tst_signalspy
- ...
returnexecuted 675598 times by 26 tests: return QSOperator::Add;Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickflickable
- tst_qquickgridview
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- tst_qquickpositioners
- tst_qquickrepeater
- tst_qquicksmoothedanimation
- tst_qquicktext
- tst_quicktestmainwithsetup
- tst_qv4debugger
- tst_scenegraph
- tst_signalspy
- ...
QSOperator::Add;executed 675598 times by 26 tests: return QSOperator::Add;Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickflickable
- tst_qquickgridview
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- tst_qquickpositioners
- tst_qquickrepeater
- tst_qquicksmoothedanimation
- tst_qquicktext
- tst_quicktestmainwithsetup
- tst_qv4debugger
- tst_scenegraph
- tst_signalspy
- ...
| 674907-675598 |
| 1091 | caseexecuted 402 times by 2 tests: case QSOperator::InplaceLeftShift:Executed by:- tst_ecmascripttests
- tst_qjsvalue
QSOperator::InplaceLeftShift:executed 402 times by 2 tests: case QSOperator::InplaceLeftShift:Executed by:- tst_ecmascripttests
- tst_qjsvalue
returnexecuted 402 times by 2 tests: return QSOperator::LShift;Executed by:- tst_ecmascripttests
- tst_qjsvalue
QSOperator::LShift;executed 402 times by 2 tests: return QSOperator::LShift;Executed by:- tst_ecmascripttests
- tst_qjsvalue
| 402 |
| 1092 | caseexecuted 400 times by 2 tests: case QSOperator::InplaceMod:Executed by:- tst_ecmascripttests
- tst_qjsvalue
QSOperator::InplaceMod:executed 400 times by 2 tests: case QSOperator::InplaceMod:Executed by:- tst_ecmascripttests
- tst_qjsvalue
returnexecuted 400 times by 2 tests: return QSOperator::Mod;Executed by:- tst_ecmascripttests
- tst_qjsvalue
QSOperator::Mod;executed 400 times by 2 tests: return QSOperator::Mod;Executed by:- tst_ecmascripttests
- tst_qjsvalue
| 400 |
| 1093 | caseexecuted 4 times by 1 test: case QSOperator::InplaceExp: QSOperator::InplaceExp:executed 4 times by 1 test: case QSOperator::InplaceExp: returnexecuted 4 times by 1 test: return QSOperator::Exp; QSOperator::Exp;executed 4 times by 1 test: return QSOperator::Exp; | 4 |
| 1094 | caseexecuted 483 times by 4 tests: case QSOperator::InplaceMul:Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsvalue
QSOperator::InplaceMul:executed 483 times by 4 tests: case QSOperator::InplaceMul:Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsvalue
returnexecuted 483 times by 4 tests: return QSOperator::Mul;Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsvalue
QSOperator::Mul;executed 483 times by 4 tests: return QSOperator::Mul;Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsvalue
| 483 |
| 1095 | caseexecuted 412 times by 4 tests: case QSOperator::InplaceOr:Executed by:- tst_ecmascripttests
- tst_examples
- tst_qjsvalue
- tst_qquicklistview
QSOperator::InplaceOr:executed 412 times by 4 tests: case QSOperator::InplaceOr:Executed by:- tst_ecmascripttests
- tst_examples
- tst_qjsvalue
- tst_qquicklistview
returnexecuted 412 times by 4 tests: return QSOperator::BitOr;Executed by:- tst_ecmascripttests
- tst_examples
- tst_qjsvalue
- tst_qquicklistview
QSOperator::BitOr;executed 412 times by 4 tests: return QSOperator::BitOr;Executed by:- tst_ecmascripttests
- tst_examples
- tst_qjsvalue
- tst_qquicklistview
| 412 |
| 1096 | caseexecuted 412 times by 3 tests: case QSOperator::InplaceRightShift:Executed by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsvalue
QSOperator::InplaceRightShift:executed 412 times by 3 tests: case QSOperator::InplaceRightShift:Executed by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsvalue
returnexecuted 412 times by 3 tests: return QSOperator::RShift;Executed by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsvalue
QSOperator::RShift;executed 412 times by 3 tests: return QSOperator::RShift;Executed by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsvalue
| 412 |
| 1097 | caseexecuted 1037 times by 2 tests: case QSOperator::InplaceURightShift:Executed by:- tst_ecmascripttests
- tst_qjsvalue
QSOperator::InplaceURightShift:executed 1037 times by 2 tests: case QSOperator::InplaceURightShift:Executed by:- tst_ecmascripttests
- tst_qjsvalue
returnexecuted 1033 times by 2 tests: return QSOperator::URShift;Executed by:- tst_ecmascripttests
- tst_qjsvalue
QSOperator::URShift;executed 1033 times by 2 tests: return QSOperator::URShift;Executed by:- tst_ecmascripttests
- tst_qjsvalue
| 1033-1037 |
| 1098 | caseexecuted 401 times by 2 tests: case QSOperator::InplaceXor:Executed by:- tst_ecmascripttests
- tst_qjsvalue
QSOperator::InplaceXor:executed 401 times by 2 tests: case QSOperator::InplaceXor:Executed by:- tst_ecmascripttests
- tst_qjsvalue
returnexecuted 401 times by 2 tests: return QSOperator::BitXor;Executed by:- tst_ecmascripttests
- tst_qjsvalue
QSOperator::BitXor;executed 401 times by 2 tests: return QSOperator::BitXor;Executed by:- tst_ecmascripttests
- tst_qjsvalue
| 401 |
| 1099 | default never executed: default: :never executed: default: returnnever executed: return QSOperator::Invalid; QSOperator::Invalid;never executed: return QSOperator::Invalid; | 0 |
| 1100 | } | - |
| 1101 | } | - |
| 1102 | | - |
| 1103 | bool Codegen::visit(BinaryExpression *ast) | - |
| 1104 | { | - |
| 1105 | if (hasError| TRUE | never evaluated | | FALSE | evaluated 5923498 times by 98 testsEvaluated by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- ...
|
) | 0-5923498 |
| 1106 | return never executed: return false; false;never executed: return false; | 0 |
| 1107 | | - |
| 1108 | if (ast->op == QSOperator::And| TRUE | evaluated 110637 times by 34 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlqt
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickflickable
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickmousearea
- tst_qquickmultipointtoucharea
- tst_qquickpathview
- ...
| | FALSE | evaluated 5812631 times by 98 testsEvaluated by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- ...
|
) { | 110637-5812631 |
| 1109 | if (_expr.accept(cx)| TRUE | evaluated 10408 times by 21 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmlqt
- tst_qqmlvaluetypeproviders
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickbehaviors
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickmultipointtoucharea
- tst_qquickpathview
- tst_qquickrepeater
- tst_qquicktextedit
- tst_qquicktextinput
- tst_quicktestmainwithsetup
- tst_signalspy
- tst_testfiltering
| | FALSE | evaluated 100090 times by 25 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlbinding
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlqt
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickflickable
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquickmousearea
- tst_qquickrepeater
- tst_qquickshadereffect
- tst_qquicktaphandler
- tst_qtqmlmodules
- tst_quicktestmainwithsetup
- tst_testfiltering
|
) { | 10408-100090 |
| 1110 | auto iftrue = bytecodeGenerator->newLabel(); | - |
| 1111 | condition(ast->left, &iftrue, _expr.iffalse(), true); | - |
| 1112 | iftrue.link(); | - |
| 1113 | condition(ast->right, _expr.iftrue(), _expr.iffalse(), _expr.trueBlockFollowsCondition()); | - |
| 1114 | }executed 10411 times by 21 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmlqt
- tst_qqmlvaluetypeproviders
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickbehaviors
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickmultipointtoucharea
- tst_qquickpathview
- tst_qquickrepeater
- tst_qquicktextedit
- tst_qquicktextinput
- tst_quicktestmainwithsetup
- tst_signalspy
- tst_testfiltering
else { | 10411 |
| 1115 | auto iftrue = bytecodeGenerator->newLabel(); | - |
| 1116 | auto endif = bytecodeGenerator->newLabel(); | - |
| 1117 | | - |
| 1118 | Reference left = expression(ast->left); | - |
| 1119 | if (hasError| TRUE | never evaluated | | FALSE | evaluated 100365 times by 25 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlbinding
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlqt
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickflickable
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquickmousearea
- tst_qquickrepeater
- tst_qquickshadereffect
- tst_qquicktaphandler
- tst_qtqmlmodules
- tst_quicktestmainwithsetup
- tst_testfiltering
|
) | 0-100365 |
| 1120 | return never executed: return false; false;never executed: return false; | 0 |
| 1121 | left.loadInAccumulator(); | - |
| 1122 | | - |
| 1123 | bytecodeGenerator->setLocation(ast->operatorToken); | - |
| 1124 | bytecodeGenerator->jumpFalse().link(endif); | - |
| 1125 | iftrue.link(); | - |
| 1126 | | - |
| 1127 | Reference right = expression(ast->right); | - |
| 1128 | if (hasError| TRUE | never evaluated | | FALSE | evaluated 100421 times by 25 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlbinding
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlqt
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickflickable
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquickmousearea
- tst_qquickrepeater
- tst_qquickshadereffect
- tst_qquicktaphandler
- tst_qtqmlmodules
- tst_quicktestmainwithsetup
- tst_testfiltering
|
) | 0-100421 |
| 1129 | return never executed: return false; false;never executed: return false; | 0 |
| 1130 | right.loadInAccumulator(); | - |
| 1131 | | - |
| 1132 | endif.link(); | - |
| 1133 | | - |
| 1134 | _expr.setResult(Reference::fromAccumulator(this)); | - |
| 1135 | }executed 100478 times by 25 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlbinding
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlqt
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickflickable
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquickmousearea
- tst_qquickrepeater
- tst_qquickshadereffect
- tst_qquicktaphandler
- tst_qtqmlmodules
- tst_quicktestmainwithsetup
- tst_testfiltering
| 100478 |
| 1136 | returnexecuted 110356 times by 34 tests: return false;Executed by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlqt
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickflickable
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickmousearea
- tst_qquickmultipointtoucharea
- tst_qquickpathview
- ...
false;executed 110356 times by 34 tests: return false;Executed by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlqt
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickflickable
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickmousearea
- tst_qquickmultipointtoucharea
- tst_qquickpathview
- ...
| 110356 |
| 1137 | } else if (ast->op == QSOperator::Or| TRUE | evaluated 290186 times by 19 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsvalue
- tst_qqmlecmascript
- tst_qqmlsqldatabase
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickdraghandler
- tst_qquickgridview
- tst_qquicklayouts
- tst_qquickmousearea
- tst_qquicktext
- tst_qquickvisualdatamodel
- tst_quicktestmainwithsetup
- tst_testfiltering
| | FALSE | evaluated 5520511 times by 98 testsEvaluated by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- ...
|
) { | 290186-5520511 |
| 1138 | if (_expr.accept(cx)| TRUE | evaluated 106996 times by 18 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qqmlecmascript
- tst_qqmlsqldatabase
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickdraghandler
- tst_qquickgridview
- tst_qquicklayouts
- tst_qquickmousearea
- tst_qquicktext
- tst_qquickvisualdatamodel
- tst_quicktestmainwithsetup
- tst_testfiltering
| | FALSE | evaluated 183837 times by 5 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsvalue
- tst_qquicklayouts
|
) { | 106996-183837 |
| 1139 | auto iffalse = bytecodeGenerator->newLabel(); | - |
| 1140 | condition(ast->left, _expr.iftrue(), &iffalse, false); | - |
| 1141 | iffalse.link(); | - |
| 1142 | condition(ast->right, _expr.iftrue(), _expr.iffalse(), _expr.trueBlockFollowsCondition()); | - |
| 1143 | }executed 107680 times by 18 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qqmlecmascript
- tst_qqmlsqldatabase
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickdraghandler
- tst_qquickgridview
- tst_qquicklayouts
- tst_qquickmousearea
- tst_qquicktext
- tst_qquickvisualdatamodel
- tst_quicktestmainwithsetup
- tst_testfiltering
else { | 107680 |
| 1144 | auto iffalse = bytecodeGenerator->newLabel(); | - |
| 1145 | auto endif = bytecodeGenerator->newLabel(); | - |
| 1146 | | - |
| 1147 | Reference left = expression(ast->left); | - |
| 1148 | if (hasError| TRUE | never evaluated | | FALSE | evaluated 185022 times by 5 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsvalue
- tst_qquicklayouts
|
) | 0-185022 |
| 1149 | return never executed: return false; false;never executed: return false; | 0 |
| 1150 | left.loadInAccumulator(); | - |
| 1151 | | - |
| 1152 | bytecodeGenerator->setLocation(ast->operatorToken); | - |
| 1153 | bytecodeGenerator->jumpTrue().link(endif); | - |
| 1154 | iffalse.link(); | - |
| 1155 | | - |
| 1156 | Reference right = expression(ast->right); | - |
| 1157 | if (hasError| TRUE | never evaluated | | FALSE | evaluated 185231 times by 5 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsvalue
- tst_qquicklayouts
|
) | 0-185231 |
| 1158 | return never executed: return false; false;never executed: return false; | 0 |
| 1159 | right.loadInAccumulator(); | - |
| 1160 | | - |
| 1161 | endif.link(); | - |
| 1162 | | - |
| 1163 | _expr.setResult(Reference::fromAccumulator(this)); | - |
| 1164 | }executed 185173 times by 5 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsvalue
- tst_qquicklayouts
| 185173 |
| 1165 | returnexecuted 291844 times by 19 tests: return false;Executed by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsvalue
- tst_qqmlecmascript
- tst_qqmlsqldatabase
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickdraghandler
- tst_qquickgridview
- tst_qquicklayouts
- tst_qquickmousearea
- tst_qquicktext
- tst_qquickvisualdatamodel
- tst_quicktestmainwithsetup
- tst_testfiltering
false;executed 291844 times by 19 tests: return false;Executed by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsvalue
- tst_qqmlecmascript
- tst_qqmlsqldatabase
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickdraghandler
- tst_qquickgridview
- tst_qquicklayouts
- tst_qquickmousearea
- tst_qquicktext
- tst_qquickvisualdatamodel
- tst_quicktestmainwithsetup
- tst_testfiltering
| 291844 |
| 1166 | } else if (ast->op == QSOperator::Assign| TRUE | evaluated 1147593 times by 88 testsEvaluated by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllistreference
- ...
| | FALSE | evaluated 4367132 times by 82 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- ...
|
) { | 1147593-4367132 |
| 1167 | if (AST::Pattern *p = ast->left->patternCast()| TRUE | evaluated 819 times by 1 test | | FALSE | evaluated 1149037 times by 88 testsEvaluated by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllistreference
- ...
|
) { | 819-1149037 |
| 1168 | RegisterScope scope(this); | - |
| 1169 | Reference right = expression(ast->right).storeOnStack(); | - |
| 1170 | destructurePattern(p, right); | - |
| 1171 | if (!_expr.accept(nx)| TRUE | evaluated 506 times by 1 test | | FALSE | evaluated 312 times by 1 test |
) { | 312-506 |
| 1172 | right.loadInAccumulator(); | - |
| 1173 | _expr.setResult(Reference::fromAccumulator(this)); | - |
| 1174 | }executed 510 times by 1 test: end of block | 510 |
| 1175 | returnexecuted 822 times by 1 test: return false; false;executed 822 times by 1 test: return false; | 822 |
| 1176 | } | - |
| 1177 | Reference left = expression(ast->left); | - |
| 1178 | if (hasError| TRUE | never evaluated | | FALSE | evaluated 1155944 times by 88 testsEvaluated by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllistreference
- ...
|
) | 0-1155944 |
| 1179 | return never executed: return false; false;never executed: return false; | 0 |
| 1180 | | - |
| 1181 | if (!left.isLValue()| TRUE | evaluated 18 times by 3 testsEvaluated by:- tst_ecmascripttests
- tst_qjsengine
- tst_qqmlecmascript
| | FALSE | evaluated 1148031 times by 88 testsEvaluated by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllistreference
- ...
|
) { | 18-1148031 |
| 1182 | throwReferenceError(ast->operatorToken, ([]() noexcept -> QString { enum { Size = sizeof(u"" "left-hand side of assignment operator is not an lvalue")/2 - 1 }; static const QStaticStringData<Size> qstring_literal = { { { { -1 } }, Size, 0, 0, sizeof(QStringData) }, u"" "left-hand side of assignment operator is not an lvalue" }; QStringDataPtr holder = { qstring_literal.data_ptr() }; const QString qstring_literal_temp(holder); returnexecuted 18 times by 3 tests: return qstring_literal_temp;Executed by:- tst_ecmascripttests
- tst_qjsengine
- tst_qqmlecmascript
qstring_literal_temp;executed 18 times by 3 tests: return qstring_literal_temp;Executed by:- tst_ecmascripttests
- tst_qjsengine
- tst_qqmlecmascript
}())); | 18 |
| 1183 | returnexecuted 18 times by 3 tests: return false;Executed by:- tst_ecmascripttests
- tst_qjsengine
- tst_qqmlecmascript
false;executed 18 times by 3 tests: return false;Executed by:- tst_ecmascripttests
- tst_qjsengine
- tst_qqmlecmascript
| 18 |
| 1184 | } | - |
| 1185 | left = left.asLValue(); | - |
| 1186 | if (throwSyntaxErrorOnEvalOrArgumentsInStrictMode(left, ast->left->lastSourceLocation())| TRUE | evaluated 36 times by 1 test | | FALSE | evaluated 1152565 times by 88 testsEvaluated by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllistreference
- ...
|
) | 36-1152565 |
| 1187 | returnexecuted 36 times by 1 test: return false; false;executed 36 times by 1 test: return false; | 36 |
| 1188 | Reference r = expression(ast->right); | - |
| 1189 | if (hasError| TRUE | evaluated 12 times by 1 test | | FALSE | evaluated 1151321 times by 88 testsEvaluated by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllistreference
- ...
|
) | 12-1151321 |
| 1190 | returnexecuted 12 times by 1 test: return false; false;executed 12 times by 1 test: return false; | 12 |
| 1191 | r.loadInAccumulator(); | - |
| 1192 | if (_expr.accept(nx)| TRUE | evaluated 1144121 times by 87 testsEvaluated by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllistreference
- tst_qqmllocale
- ...
| | FALSE | evaluated 4570 times by 26 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlconnections
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlxmlhttprequest
- tst_qquickanimations
- tst_qquickapplication
- tst_qquickbehaviors
- tst_qquickdrag
- tst_qquickdroparea
- tst_qquickfocusscope
- tst_qquickgridview
- tst_qquicklistview
- tst_qquickstates
- tst_qquickvisualdatamodel
- tst_qquickworkerscript
- ...
|
) | 4570-1144121 |
| 1193 | _expr.setResult(left.storeConsumeAccumulator());executed 1143773 times by 87 tests: _expr.setResult(left.storeConsumeAccumulator());Executed by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllistreference
- tst_qqmllocale
- ...
| 1143773 |
| 1194 | else | - |
| 1195 | _expr.setResult(left.storeRetainAccumulator());executed 4569 times by 26 tests: _expr.setResult(left.storeRetainAccumulator());Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlconnections
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlxmlhttprequest
- tst_qquickanimations
- tst_qquickapplication
- tst_qquickbehaviors
- tst_qquickdrag
- tst_qquickdroparea
- tst_qquickfocusscope
- tst_qquickgridview
- tst_qquicklistview
- tst_qquickstates
- tst_qquickvisualdatamodel
- tst_qquickworkerscript
- ...
| 4569 |
| 1196 | returnexecuted 1151944 times by 88 tests: return false;Executed by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllistreference
- ...
false;executed 1151944 times by 88 tests: return false;Executed by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllistreference
- ...
| 1151944 |
| 1197 | } | - |
| 1198 | | - |
| 1199 | Reference left = expression(ast->left); | - |
| 1200 | if (hasError| TRUE | never evaluated | | FALSE | evaluated 4357312 times by 82 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- ...
|
) | 0-4357312 |
| 1201 | return never executed: return false; false;never executed: return false; | 0 |
| 1202 | | - |
| 1203 | switch (ast->op) { | - |
| 1204 | case never executed: case QSOperator::Or: QSOperator::Or:never executed: case QSOperator::Or: | 0 |
| 1205 | case never executed: case QSOperator::And: QSOperator::And:never executed: case QSOperator::And: | 0 |
| 1206 | case never executed: case QSOperator::Assign: QSOperator::Assign:never executed: case QSOperator::Assign: | 0 |
| 1207 | do { ((false) ? static_cast<void>(0) : qt_assert_x("Q_UNREACHABLE()", "Q_UNREACHABLE was reached", __FILE__, 1259)); __builtin_unreachable(); } while (false); | - |
| 1208 | break; never executed: break; | 0 |
| 1209 | | - |
| 1210 | caseexecuted 411 times by 3 tests: case QSOperator::InplaceAnd:Executed by:- tst_ecmascripttests
- tst_examples
- tst_qjsvalue
QSOperator::InplaceAnd:executed 411 times by 3 tests: case QSOperator::InplaceAnd:Executed by:- tst_ecmascripttests
- tst_examples
- tst_qjsvalue
| 411 |
| 1211 | caseexecuted 677 times by 8 tests: case QSOperator::InplaceSub:Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qquicklistview
- tst_qquicktext
- tst_qv4debugger
QSOperator::InplaceSub:executed 677 times by 8 tests: case QSOperator::InplaceSub:Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qquicklistview
- tst_qquicktext
- tst_qv4debugger
| 677 |
| 1212 | caseexecuted 407 times by 3 tests: case QSOperator::InplaceDiv:Executed by:- tst_ecmascripttests
- tst_examples
- tst_qjsvalue
QSOperator::InplaceDiv:executed 407 times by 3 tests: case QSOperator::InplaceDiv:Executed by:- tst_ecmascripttests
- tst_examples
- tst_qjsvalue
| 407 |
| 1213 | caseexecuted 670978 times by 26 tests: case QSOperator::InplaceAdd:Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickflickable
- tst_qquickgridview
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- tst_qquickpositioners
- tst_qquickrepeater
- tst_qquicksmoothedanimation
- tst_qquicktext
- tst_quicktestmainwithsetup
- tst_qv4debugger
- tst_scenegraph
- tst_signalspy
- ...
QSOperator::InplaceAdd:executed 670978 times by 26 tests: case QSOperator::InplaceAdd:Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickflickable
- tst_qquickgridview
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- tst_qquickpositioners
- tst_qquickrepeater
- tst_qquicksmoothedanimation
- tst_qquicktext
- tst_quicktestmainwithsetup
- tst_qv4debugger
- tst_scenegraph
- tst_signalspy
- ...
| 670978 |
| 1214 | caseexecuted 405 times by 2 tests: case QSOperator::InplaceLeftShift:Executed by:- tst_ecmascripttests
- tst_qjsvalue
QSOperator::InplaceLeftShift:executed 405 times by 2 tests: case QSOperator::InplaceLeftShift:Executed by:- tst_ecmascripttests
- tst_qjsvalue
| 405 |
| 1215 | caseexecuted 403 times by 2 tests: case QSOperator::InplaceMod:Executed by:- tst_ecmascripttests
- tst_qjsvalue
QSOperator::InplaceMod:executed 403 times by 2 tests: case QSOperator::InplaceMod:Executed by:- tst_ecmascripttests
- tst_qjsvalue
| 403 |
| 1216 | caseexecuted 4 times by 1 test: case QSOperator::InplaceExp: QSOperator::InplaceExp:executed 4 times by 1 test: case QSOperator::InplaceExp: | 4 |
| 1217 | caseexecuted 485 times by 4 tests: case QSOperator::InplaceMul:Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsvalue
QSOperator::InplaceMul:executed 485 times by 4 tests: case QSOperator::InplaceMul:Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsvalue
| 485 |
| 1218 | caseexecuted 414 times by 4 tests: case QSOperator::InplaceOr:Executed by:- tst_ecmascripttests
- tst_examples
- tst_qjsvalue
- tst_qquicklistview
QSOperator::InplaceOr:executed 414 times by 4 tests: case QSOperator::InplaceOr:Executed by:- tst_ecmascripttests
- tst_examples
- tst_qjsvalue
- tst_qquicklistview
| 414 |
| 1219 | caseexecuted 415 times by 3 tests: case QSOperator::InplaceRightShift:Executed by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsvalue
QSOperator::InplaceRightShift:executed 415 times by 3 tests: case QSOperator::InplaceRightShift:Executed by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsvalue
| 415 |
| 1220 | caseexecuted 1037 times by 2 tests: case QSOperator::InplaceURightShift:Executed by:- tst_ecmascripttests
- tst_qjsvalue
QSOperator::InplaceURightShift:executed 1037 times by 2 tests: case QSOperator::InplaceURightShift:Executed by:- tst_ecmascripttests
- tst_qjsvalue
| 1037 |
| 1221 | caseexecuted 404 times by 2 tests: case QSOperator::InplaceXor:Executed by:- tst_ecmascripttests
- tst_qjsvalue
QSOperator::InplaceXor:executed 404 times by 2 tests: case QSOperator::InplaceXor:Executed by:- tst_ecmascripttests
- tst_qjsvalue
{ | 404 |
| 1222 | if (throwSyntaxErrorOnEvalOrArgumentsInStrictMode(left, ast->left->lastSourceLocation())| TRUE | evaluated 42 times by 1 test | | FALSE | evaluated 680048 times by 26 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickflickable
- tst_qquickgridview
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- tst_qquickpositioners
- tst_qquickrepeater
- tst_qquicksmoothedanimation
- tst_qquicktext
- tst_quicktestmainwithsetup
- tst_qv4debugger
- tst_scenegraph
- tst_signalspy
- ...
|
) | 42-680048 |
| 1223 | returnexecuted 42 times by 1 test: return false; false;executed 42 times by 1 test: return false; | 42 |
| 1224 | | - |
| 1225 | if (!left.isLValue()| TRUE | never evaluated | | FALSE | evaluated 681322 times by 26 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickflickable
- tst_qquickgridview
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- tst_qquickpositioners
- tst_qquickrepeater
- tst_qquicksmoothedanimation
- tst_qquicktext
- tst_quicktestmainwithsetup
- tst_qv4debugger
- tst_scenegraph
- tst_signalspy
- ...
|
) { | 0-681322 |
| 1226 | throwSyntaxError(ast->operatorToken, ([]() noexcept -> QString { enum { Size = sizeof(u"" "left-hand side of inplace operator is not an lvalue")/2 - 1 }; static const QStaticStringData<Size> qstring_literal = { { { { -1 } }, Size, 0, 0, sizeof(QStringData) }, u"" "left-hand side of inplace operator is not an lvalue" }; QStringDataPtr holder = { qstring_literal.data_ptr() }; const QString qstring_literal_temp(holder); return never executed: return qstring_literal_temp; qstring_literal_temp;never executed: return qstring_literal_temp; }())); | 0 |
| 1227 | return never executed: return false; false;never executed: return false; | 0 |
| 1228 | } | - |
| 1229 | left = left.asLValue(); | - |
| 1230 | | - |
| 1231 | Reference tempLeft = left.storeOnStack(); | - |
| 1232 | Reference right = expression(ast->right); | - |
| 1233 | | - |
| 1234 | if (hasError| TRUE | never evaluated | | FALSE | evaluated 684365 times by 26 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickflickable
- tst_qquickgridview
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- tst_qquickpositioners
- tst_qquickrepeater
- tst_qquicksmoothedanimation
- tst_qquicktext
- tst_quicktestmainwithsetup
- tst_qv4debugger
- tst_scenegraph
- tst_signalspy
- ...
|
) | 0-684365 |
| 1235 | return never executed: return false; false;never executed: return false; | 0 |
| 1236 | | - |
| 1237 | binopHelper(baseOp(ast->op), tempLeft, right).loadInAccumulator(); | - |
| 1238 | _expr.setResult(left.storeRetainAccumulator()); | - |
| 1239 | | - |
| 1240 | break;executed 684691 times by 26 tests: break;Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickflickable
- tst_qquickgridview
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- tst_qquickpositioners
- tst_qquickrepeater
- tst_qquicksmoothedanimation
- tst_qquicktext
- tst_quicktestmainwithsetup
- tst_qv4debugger
- tst_scenegraph
- tst_signalspy
- ...
| 684691 |
| 1241 | } | - |
| 1242 | | - |
| 1243 | caseexecuted 2207 times by 6 tests: case QSOperator::BitAnd:Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsvalue
- tst_qquickgridview
- tst_qquickmousearea
QSOperator::BitAnd:executed 2207 times by 6 tests: case QSOperator::BitAnd:Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsvalue
- tst_qquickgridview
- tst_qquickmousearea
| 2207 |
| 1244 | caseexecuted 876 times by 9 tests: case QSOperator::BitOr:Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qquickdrag
- tst_qquicklayouts
- tst_qquickmultipointtoucharea
- tst_qquickscreen
QSOperator::BitOr:executed 876 times by 9 tests: case QSOperator::BitOr:Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qquickdrag
- tst_qquicklayouts
- tst_qquickmultipointtoucharea
- tst_qquickscreen
| 876 |
| 1245 | caseexecuted 820 times by 3 tests: case QSOperator::BitXor:Executed by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsvalue
QSOperator::BitXor:executed 820 times by 3 tests: case QSOperator::BitXor:Executed by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsvalue
| 820 |
| 1246 | if (left.isConstant()| TRUE | evaluated 900 times by 1 test | | FALSE | evaluated 3002 times by 11 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qquickdrag
- tst_qquickgridview
- tst_qquicklayouts
- tst_qquickmousearea
- tst_qquickmultipointtoucharea
- tst_qquickscreen
|
) { | 900-3002 |
| 1247 | Reference right = expression(ast->right); | - |
| 1248 | if (hasError| TRUE | never evaluated | | FALSE | evaluated 900 times by 1 test |
) | 0-900 |
| 1249 | return never executed: return false; false;never executed: return false; | 0 |
| 1250 | _expr.setResult(binopHelper(static_cast<QSOperator::Op>(ast->op), right, left)); | - |
| 1251 | break;executed 900 times by 1 test: break; | 900 |
| 1252 | } | - |
| 1253 | | - |
| 1254 | caseexecuted 3589 times by 15 tests: case QSOperator::In:Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlecmascript
- tst_qquickanimationcontroller
- tst_qquickdrag
- tst_qquickgridview
- tst_qquicklayouts
- tst_qquickmousearea
- tst_qquickmultipointtoucharea
- tst_qquickscreen
- tst_quicktestmainwithsetup
- tst_testfiltering
QSOperator::In:executed 3589 times by 15 tests: case QSOperator::In:Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlecmascript
- tst_qquickanimationcontroller
- tst_qquickdrag
- tst_qquickgridview
- tst_qquicklayouts
- tst_qquickmousearea
- tst_qquickmultipointtoucharea
- tst_qquickscreen
- tst_quicktestmainwithsetup
- tst_testfiltering
code before this statement executed 3001 times by 11 tests: case QSOperator::In:Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qquickdrag
- tst_qquickgridview
- tst_qquicklayouts
- tst_qquickmousearea
- tst_qquickmultipointtoucharea
- tst_qquickscreen
| 3001-3589 |
| 1255 | caseexecuted 21817 times by 15 tests: case QSOperator::InstanceOf:Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlecmascript
- tst_qqmlitemmodels
- tst_qqmllistmodelworkerscript
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquickworkerscript
- tst_quicktestmainwithsetup
- tst_testfiltering
QSOperator::InstanceOf:executed 21817 times by 15 tests: case QSOperator::InstanceOf:Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlecmascript
- tst_qqmlitemmodels
- tst_qqmllistmodelworkerscript
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquickworkerscript
- tst_quicktestmainwithsetup
- tst_testfiltering
| 21817 |
| 1256 | caseexecuted 6384 times by 48 tests: case QSOperator::Equal:Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlinstantiator
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlmoduleplugin
- tst_qqmlnotifier
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmltranslation
- tst_qqmltypeloader
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- ...
QSOperator::Equal:executed 6384 times by 48 tests: case QSOperator::Equal:Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlinstantiator
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlmoduleplugin
- tst_qqmlnotifier
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmltranslation
- tst_qqmltypeloader
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- ...
| 6384 |
| 1257 | caseexecuted 2721 times by 29 tests: case QSOperator::NotEqual:Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsvalue
- tst_qqmlcomponent
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickgridview
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- tst_qquickpathview
- tst_qquickrepeater
- tst_qquickvisualdatamodel
- ...
QSOperator::NotEqual:executed 2721 times by 29 tests: case QSOperator::NotEqual:Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsvalue
- tst_qqmlcomponent
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickgridview
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- tst_qquickpathview
- tst_qquickrepeater
- tst_qquickvisualdatamodel
- ...
| 2721 |
| 1258 | caseexecuted 2461 times by 12 tests: case QSOperator::Ge:Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsvalue
- tst_qqmlecmascript
- tst_qquickanimationcontroller
- tst_qquickgridview
- tst_qquicklayouts
- tst_qquicktext
- tst_quicktestmainwithsetup
- tst_signalspy
- tst_testfiltering
QSOperator::Ge:executed 2461 times by 12 tests: case QSOperator::Ge:Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsvalue
- tst_qqmlecmascript
- tst_qquickanimationcontroller
- tst_qquickgridview
- tst_qquicklayouts
- tst_qquicktext
- tst_quicktestmainwithsetup
- tst_signalspy
- tst_testfiltering
| 2461 |
| 1259 | caseexecuted 11342 times by 25 tests: case QSOperator::Gt:Executed by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlbinding
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmltranslation
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickgridview
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickmultipointtoucharea
- tst_qquicksmoothedanimation
- tst_qquickstates
- tst_qquicktaphandler
- tst_qquicktext
- tst_quicktestmainwithsetup
- tst_qv4debugger
- tst_testfiltering
QSOperator::Gt:executed 11342 times by 25 tests: case QSOperator::Gt:Executed by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlbinding
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmltranslation
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickgridview
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickmultipointtoucharea
- tst_qquicksmoothedanimation
- tst_qquickstates
- tst_qquicktaphandler
- tst_qquicktext
- tst_quicktestmainwithsetup
- tst_qv4debugger
- tst_testfiltering
| 11342 |
| 1260 | caseexecuted 3428 times by 11 tests: case QSOperator::Le:Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsvalue
- tst_qquickanimationcontroller
- tst_qquickgridview
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickmousearea
- tst_quicktestmainwithsetup
- tst_testfiltering
QSOperator::Le:executed 3428 times by 11 tests: case QSOperator::Le:Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsvalue
- tst_qquickanimationcontroller
- tst_qquickgridview
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickmousearea
- tst_quicktestmainwithsetup
- tst_testfiltering
| 3428 |
| 1261 | caseexecuted 15501 times by 37 tests: case QSOperator::Lt:Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlprofilerservice
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmlvaluetypeproviders
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickcustomaffector
- tst_qquickgridview
- tst_qquickitem2
- tst_qquicklayouts
- ...
QSOperator::Lt:executed 15501 times by 37 tests: case QSOperator::Lt:Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlprofilerservice
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmlvaluetypeproviders
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickcustomaffector
- tst_qquickgridview
- tst_qquickitem2
- tst_qquicklayouts
- ...
| 15501 |
| 1262 | caseexecuted 692281 times by 29 tests: case QSOperator::StrictEqual:Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlbinding
- tst_qqmlecmascript
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlsqldatabase
- tst_qqmlstatemachine
- tst_qqmlxmlhttprequest
- tst_qquickanimatedimage
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickitem
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpathview
- tst_qquickrepeater
- tst_qquickstates
- tst_qquicktext
- tst_qquickvisualdatamodel
- ...
QSOperator::StrictEqual:executed 692281 times by 29 tests: case QSOperator::StrictEqual:Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlbinding
- tst_qqmlecmascript
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlsqldatabase
- tst_qqmlstatemachine
- tst_qqmlxmlhttprequest
- tst_qquickanimatedimage
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickitem
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpathview
- tst_qquickrepeater
- tst_qquickstates
- tst_qquicktext
- tst_qquickvisualdatamodel
- ...
| 692281 |
| 1263 | caseexecuted 629934 times by 17 tests: case QSOperator::StrictNotEqual:Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsvalue
- tst_qqmlecmascript
- tst_qqmlsqldatabase
- tst_qqmlvaluetypeproviders
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- tst_qquickpathview
- tst_qquickrepeater
- tst_quicktestmainwithsetup
- tst_signalspy
- tst_testfiltering
QSOperator::StrictNotEqual:executed 629934 times by 17 tests: case QSOperator::StrictNotEqual:Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsvalue
- tst_qqmlecmascript
- tst_qqmlsqldatabase
- tst_qqmlvaluetypeproviders
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- tst_qquickpathview
- tst_qquickrepeater
- tst_quicktestmainwithsetup
- tst_signalspy
- tst_testfiltering
| 629934 |
| 1264 | caseexecuted 2036954 times by 55 tests: case QSOperator::Add:Executed by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlprofilerservice
- tst_qqmlproperty
- tst_qqmlpropertymap
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmlvaluetypeproviders
- ...
QSOperator::Add:executed 2036954 times by 55 tests: case QSOperator::Add:Executed by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlprofilerservice
- tst_qqmlproperty
- tst_qqmlpropertymap
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmlvaluetypeproviders
- ...
| 2036954 |
| 1265 | caseexecuted 174786 times by 31 tests: case QSOperator::Div:Executed by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsvalue
- tst_qqmlincubator
- tst_qqmlvaluetypeproviders
- tst_qquickaccessible
- tst_qquickanchors
- tst_qquickanimationcontroller
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickflipable
- tst_qquickgridview
- tst_qquickitemlayer
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickmousearea
- tst_qquickmultipointtoucharea
- tst_qquickpathview
- tst_qquickpincharea
- tst_qquickstates
- tst_qquicktaphandler
- tst_qquicktext
- ...
QSOperator::Div:executed 174786 times by 31 tests: case QSOperator::Div:Executed by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsvalue
- tst_qqmlincubator
- tst_qqmlvaluetypeproviders
- tst_qquickaccessible
- tst_qquickanchors
- tst_qquickanimationcontroller
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickflipable
- tst_qquickgridview
- tst_qquickitemlayer
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickmousearea
- tst_qquickmultipointtoucharea
- tst_qquickpathview
- tst_qquickpincharea
- tst_qquickstates
- tst_qquicktaphandler
- tst_qquicktext
- ...
| 174786 |
| 1266 | caseexecuted 514 times by 1 test: case QSOperator::Exp: QSOperator::Exp:executed 514 times by 1 test: case QSOperator::Exp: | 514 |
| 1267 | caseexecuted 2425 times by 10 tests: case QSOperator::Mod:Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlecmascript
- tst_qquickgridview
- tst_qquicklayouts
- tst_qquicklistview
- tst_scenegraph
QSOperator::Mod:executed 2425 times by 10 tests: case QSOperator::Mod:Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlecmascript
- tst_qquickgridview
- tst_qquicklayouts
- tst_qquicklistview
- tst_scenegraph
| 2425 |
| 1268 | caseexecuted 3748 times by 31 tests: case QSOperator::Mul:Executed by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- tst_qqmlproperty
- tst_qquickaccessible
- tst_qquickanimationcontroller
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickmultipointtoucharea
- tst_qquickpathview
- tst_qquickpositioners
- tst_qquickrepeater
- tst_qquicktaphandler
- ...
QSOperator::Mul:executed 3748 times by 31 tests: case QSOperator::Mul:Executed by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- tst_qqmlproperty
- tst_qquickaccessible
- tst_qquickanimationcontroller
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickmultipointtoucharea
- tst_qquickpathview
- tst_qquickpositioners
- tst_qquickrepeater
- tst_qquicktaphandler
- ...
| 3748 |
| 1269 | caseexecuted 6181 times by 34 tests: case QSOperator::Sub:Executed by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlbinding
- tst_qqmlecmascript
- tst_qqmllocale
- tst_qqmlvaluetypeproviders
- tst_qquickaccessible
- tst_qquickanimationcontroller
- tst_qquickdesignersupport
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickitemparticle
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickmousearea
- tst_qquickmultipointtoucharea
- tst_qquickpathview
- tst_qquickpincharea
- tst_qquickpositioners
- ...
QSOperator::Sub:executed 6181 times by 34 tests: case QSOperator::Sub:Executed by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlbinding
- tst_qqmlecmascript
- tst_qqmllocale
- tst_qqmlvaluetypeproviders
- tst_qquickaccessible
- tst_qquickanimationcontroller
- tst_qquickdesignersupport
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickitemparticle
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickmousearea
- tst_qquickmultipointtoucharea
- tst_qquickpathview
- tst_qquickpincharea
- tst_qquickpositioners
- ...
| 6181 |
| 1270 | caseexecuted 17733 times by 3 tests: case QSOperator::LShift:Executed by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsvalue
QSOperator::LShift:executed 17733 times by 3 tests: case QSOperator::LShift:Executed by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsvalue
| 17733 |
| 1271 | caseexecuted 18093 times by 3 tests: case QSOperator::RShift:Executed by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsvalue
QSOperator::RShift:executed 18093 times by 3 tests: case QSOperator::RShift:Executed by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsvalue
| 18093 |
| 1272 | caseexecuted 17999 times by 3 tests: case QSOperator::URShift:Executed by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsvalue
QSOperator::URShift:executed 17999 times by 3 tests: case QSOperator::URShift:Executed by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsvalue
{ | 17999 |
| 1273 | Reference right; | - |
| 1274 | if (AST::NumericLiteral *rhs = AST::cast<AST::NumericLiteral *>(ast->right)| TRUE | evaluated 234845 times by 64 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qmlcachegen
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlmoduleplugin
- tst_qqmlprofilerservice
- tst_qqmlpropertymap
- tst_qqmlqt
- ...
| | FALSE | evaluated 3447688 times by 70 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlecmascript
- tst_qqmlexpression
- tst_qqmlincubator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlnotifier
- tst_qqmlproperty
- tst_qqmlqt
- tst_qqmlsqldatabase
- ...
|
) { | 234845-3447688 |
| 1275 | visit(rhs); | - |
| 1276 | right = _expr.result(); | - |
| 1277 | }executed 234604 times by 64 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qmlcachegen
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlmoduleplugin
- tst_qqmlprofilerservice
- tst_qqmlpropertymap
- tst_qqmlqt
- ...
else { | 234604 |
| 1278 | left = left.storeOnStack(); | - |
| 1279 | right = expression(ast->right); | - |
| 1280 | }executed 3448959 times by 70 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlecmascript
- tst_qqmlexpression
- tst_qqmlincubator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlnotifier
- tst_qqmlproperty
- tst_qqmlqt
- tst_qqmlsqldatabase
- ...
| 3448959 |
| 1281 | if (hasError| TRUE | never evaluated | | FALSE | evaluated 3676900 times by 82 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- ...
|
) | 0-3676900 |
| 1282 | return never executed: return false; false;never executed: return false; | 0 |
| 1283 | | - |
| 1284 | _expr.setResult(binopHelper(static_cast<QSOperator::Op>(ast->op), left, right)); | - |
| 1285 | | - |
| 1286 | break;executed 3686961 times by 82 tests: break;Executed by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- ...
| 3686961 |
| 1287 | } | - |
| 1288 | | - |
| 1289 | } | - |
| 1290 | | - |
| 1291 | returnexecuted 4378375 times by 82 tests: return false;Executed by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- ...
false;executed 4378375 times by 82 tests: return false;Executed by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- ...
| 4378375 |
| 1292 | } | - |
| 1293 | | - |
| 1294 | Codegen::Reference Codegen::binopHelper(QSOperator::Op oper, Reference &left, Reference &right) | - |
| 1295 | { | - |
| 1296 | switch (oper) { | - |
| 1297 | caseexecuted 2719432 times by 56 tests: case QSOperator::Add:Executed by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlprofilerservice
- tst_qqmlproperty
- tst_qqmlpropertymap
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmlvaluetypeproviders
- ...
QSOperator::Add:executed 2719432 times by 56 tests: case QSOperator::Add:Executed by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlprofilerservice
- tst_qqmlproperty
- tst_qqmlpropertymap
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmlvaluetypeproviders
- ...
{ | 2719432 |
| 1298 | | - |
| 1299 | left = left.storeOnStack(); | - |
| 1300 | right.loadInAccumulator(); | - |
| 1301 | Instruction::Add add; | - |
| 1302 | add.lhs = left.stackSlot(); | - |
| 1303 | bytecodeGenerator->addInstruction(add); | - |
| 1304 | break;executed 2724666 times by 56 tests: break;Executed by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlprofilerservice
- tst_qqmlproperty
- tst_qqmlpropertymap
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmlvaluetypeproviders
- ...
| 2724666 |
| 1305 | } | - |
| 1306 | caseexecuted 6858 times by 34 tests: case QSOperator::Sub:Executed by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlbinding
- tst_qqmlecmascript
- tst_qqmllocale
- tst_qqmlvaluetypeproviders
- tst_qquickaccessible
- tst_qquickanimationcontroller
- tst_qquickdesignersupport
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickitemparticle
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickmousearea
- tst_qquickmultipointtoucharea
- tst_qquickpathview
- tst_qquickpincharea
- tst_qquickpositioners
- ...
QSOperator::Sub:executed 6858 times by 34 tests: case QSOperator::Sub:Executed by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlbinding
- tst_qqmlecmascript
- tst_qqmllocale
- tst_qqmlvaluetypeproviders
- tst_qquickaccessible
- tst_qquickanimationcontroller
- tst_qquickdesignersupport
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickitemparticle
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickmousearea
- tst_qquickmultipointtoucharea
- tst_qquickpathview
- tst_qquickpincharea
- tst_qquickpositioners
- ...
{ | 6858 |
| 1307 | if (right.isConstant()| TRUE | evaluated 3241 times by 25 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qqmlecmascript
- tst_qqmllocale
- tst_qquickaccessible
- tst_qquickanimationcontroller
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickitemparticle
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickmousearea
- tst_qquickpincharea
- tst_qquickpositioners
- tst_qquickrepeater
- tst_qquicktaphandler
- tst_qquicktext
- tst_qquicktextedit
- tst_quicktestmainwithsetup
- tst_qv4debugger
- tst_testfiltering
| | FALSE | evaluated 3616 times by 27 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsvalue
- tst_qqmlbinding
- tst_qqmlecmascript
- tst_qqmlvaluetypeproviders
- tst_qquickanimationcontroller
- tst_qquickdesignersupport
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickgridview
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickmousearea
- tst_qquickmultipointtoucharea
- tst_qquickpathview
- tst_qquickpincharea
- tst_qquicksmoothedanimation
- tst_qquicktaphandler
- tst_qquicktext
- tst_quicktestmainwithsetup
- tst_qv4debugger
- ...
|
&& right.constant == Encode(int(1))| TRUE | evaluated 1848 times by 13 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qqmlecmascript
- tst_qqmllocale
- tst_qquickgridview
- tst_qquickitemparticle
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpositioners
- tst_qquickrepeater
- tst_qv4debugger
| | FALSE | evaluated 1394 times by 21 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qquickaccessible
- tst_qquickanimationcontroller
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickgridview
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickmousearea
- tst_qquickpincharea
- tst_qquickrepeater
- tst_qquicktaphandler
- tst_qquicktext
- tst_qquicktextedit
- tst_quicktestmainwithsetup
- tst_qv4debugger
- tst_testfiltering
|
) { | 1394-3616 |
| 1308 | left.loadInAccumulator(); | - |
| 1309 | bytecodeGenerator->addInstruction(Instruction::Decrement()); | - |
| 1310 | }executed 1847 times by 13 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qqmlecmascript
- tst_qqmllocale
- tst_qquickgridview
- tst_qquickitemparticle
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpositioners
- tst_qquickrepeater
- tst_qv4debugger
else { | 1847 |
| 1311 | left = left.storeOnStack(); | - |
| 1312 | right.loadInAccumulator(); | - |
| 1313 | Instruction::Sub sub; | - |
| 1314 | sub.lhs = left.stackSlot(); | - |
| 1315 | bytecodeGenerator->addInstruction(sub); | - |
| 1316 | }executed 5012 times by 31 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlbinding
- tst_qqmlecmascript
- tst_qqmlvaluetypeproviders
- tst_qquickaccessible
- tst_qquickanimationcontroller
- tst_qquickdesignersupport
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickgridview
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickmousearea
- tst_qquickmultipointtoucharea
- tst_qquickpathview
- tst_qquickpincharea
- tst_qquickrepeater
- tst_qquicksmoothedanimation
- tst_qquicktaphandler
- ...
| 5012 |
| 1317 | break;executed 6860 times by 34 tests: break;Executed by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlbinding
- tst_qqmlecmascript
- tst_qqmllocale
- tst_qqmlvaluetypeproviders
- tst_qquickaccessible
- tst_qquickanimationcontroller
- tst_qquickdesignersupport
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickitemparticle
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickmousearea
- tst_qquickmultipointtoucharea
- tst_qquickpathview
- tst_qquickpincharea
- tst_qquickpositioners
- ...
| 6860 |
| 1318 | } | - |
| 1319 | caseexecuted 520 times by 1 test: case QSOperator::Exp: QSOperator::Exp:executed 520 times by 1 test: case QSOperator::Exp: { | 520 |
| 1320 | left = left.storeOnStack(); | - |
| 1321 | right.loadInAccumulator(); | - |
| 1322 | Instruction::Exp exp; | - |
| 1323 | exp.lhs = left.stackSlot(); | - |
| 1324 | bytecodeGenerator->addInstruction(exp); | - |
| 1325 | break;executed 519 times by 1 test: break; | 519 |
| 1326 | } | - |
| 1327 | caseexecuted 4232 times by 31 tests: case QSOperator::Mul:Executed by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- tst_qqmlproperty
- tst_qquickaccessible
- tst_qquickanimationcontroller
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickmultipointtoucharea
- tst_qquickpathview
- tst_qquickpositioners
- tst_qquickrepeater
- tst_qquicktaphandler
- ...
QSOperator::Mul:executed 4232 times by 31 tests: case QSOperator::Mul:Executed by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- tst_qqmlproperty
- tst_qquickaccessible
- tst_qquickanimationcontroller
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickmultipointtoucharea
- tst_qquickpathview
- tst_qquickpositioners
- tst_qquickrepeater
- tst_qquicktaphandler
- ...
{ | 4232 |
| 1328 | left = left.storeOnStack(); | - |
| 1329 | right.loadInAccumulator(); | - |
| 1330 | Instruction::Mul mul; | - |
| 1331 | mul.lhs = left.stackSlot(); | - |
| 1332 | bytecodeGenerator->addInstruction(mul); | - |
| 1333 | break;executed 4232 times by 31 tests: break;Executed by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- tst_qqmlproperty
- tst_qquickaccessible
- tst_qquickanimationcontroller
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickmultipointtoucharea
- tst_qquickpathview
- tst_qquickpositioners
- tst_qquickrepeater
- tst_qquicktaphandler
- ...
| 4232 |
| 1334 | } | - |
| 1335 | caseexecuted 173955 times by 31 tests: case QSOperator::Div:Executed by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsvalue
- tst_qqmlincubator
- tst_qqmlvaluetypeproviders
- tst_qquickaccessible
- tst_qquickanchors
- tst_qquickanimationcontroller
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickflipable
- tst_qquickgridview
- tst_qquickitemlayer
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickmousearea
- tst_qquickmultipointtoucharea
- tst_qquickpathview
- tst_qquickpincharea
- tst_qquickstates
- tst_qquicktaphandler
- tst_qquicktext
- ...
QSOperator::Div:executed 173955 times by 31 tests: case QSOperator::Div:Executed by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsvalue
- tst_qqmlincubator
- tst_qqmlvaluetypeproviders
- tst_qquickaccessible
- tst_qquickanchors
- tst_qquickanimationcontroller
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickflipable
- tst_qquickgridview
- tst_qquickitemlayer
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickmousearea
- tst_qquickmultipointtoucharea
- tst_qquickpathview
- tst_qquickpincharea
- tst_qquickstates
- tst_qquicktaphandler
- tst_qquicktext
- ...
{ | 173955 |
| 1336 | left = left.storeOnStack(); | - |
| 1337 | right.loadInAccumulator(); | - |
| 1338 | Instruction::Div div; | - |
| 1339 | div.lhs = left.stackSlot(); | - |
| 1340 | bytecodeGenerator->addInstruction(div); | - |
| 1341 | break;executed 175516 times by 31 tests: break;Executed by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsvalue
- tst_qqmlincubator
- tst_qqmlvaluetypeproviders
- tst_qquickaccessible
- tst_qquickanchors
- tst_qquickanimationcontroller
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickflipable
- tst_qquickgridview
- tst_qquickitemlayer
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickmousearea
- tst_qquickmultipointtoucharea
- tst_qquickpathview
- tst_qquickpincharea
- tst_qquickstates
- tst_qquicktaphandler
- tst_qquicktext
- ...
| 175516 |
| 1342 | } | - |
| 1343 | caseexecuted 2823 times by 10 tests: case QSOperator::Mod:Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlecmascript
- tst_qquickgridview
- tst_qquicklayouts
- tst_qquicklistview
- tst_scenegraph
QSOperator::Mod:executed 2823 times by 10 tests: case QSOperator::Mod:Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlecmascript
- tst_qquickgridview
- tst_qquicklayouts
- tst_qquicklistview
- tst_scenegraph
{ | 2823 |
| 1344 | left = left.storeOnStack(); | - |
| 1345 | right.loadInAccumulator(); | - |
| 1346 | Instruction::Mod mod; | - |
| 1347 | mod.lhs = left.stackSlot(); | - |
| 1348 | bytecodeGenerator->addInstruction(mod); | - |
| 1349 | break;executed 2823 times by 10 tests: break;Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlecmascript
- tst_qquickgridview
- tst_qquicklayouts
- tst_qquicklistview
- tst_scenegraph
| 2823 |
| 1350 | } | - |
| 1351 | caseexecuted 2612 times by 6 tests: case QSOperator::BitAnd:Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsvalue
- tst_qquickgridview
- tst_qquickmousearea
QSOperator::BitAnd:executed 2612 times by 6 tests: case QSOperator::BitAnd:Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsvalue
- tst_qquickgridview
- tst_qquickmousearea
| 2612 |
| 1352 | if (right.isConstant()| TRUE | evaluated 1872 times by 3 testsEvaluated by:- tst_ecmascripttests
- tst_parserstress
- tst_qquickgridview
| | FALSE | evaluated 739 times by 5 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsvalue
- tst_qquickmousearea
|
) { | 739-1872 |
| 1353 | int rightAsInt = Primitive::fromReturnedValue(right.constant).toInt32(); | - |
| 1354 | if (left.isConstant()| TRUE | evaluated 124 times by 1 test | | FALSE | evaluated 1746 times by 3 testsEvaluated by:- tst_ecmascripttests
- tst_parserstress
- tst_qquickgridview
|
) { | 124-1746 |
| 1355 | int result = Primitive::fromReturnedValue(left.constant).toInt32() & rightAsInt; | - |
| 1356 | returnexecuted 124 times by 1 test: return Reference::fromConst(this, Encode(result)); Reference::fromConst(this, Encode(result));executed 124 times by 1 test: return Reference::fromConst(this, Encode(result)); | 124 |
| 1357 | } | - |
| 1358 | left.loadInAccumulator(); | - |
| 1359 | Instruction::BitAndConst bitAnd; | - |
| 1360 | bitAnd.rhs = rightAsInt; | - |
| 1361 | bytecodeGenerator->addInstruction(bitAnd); | - |
| 1362 | }executed 1746 times by 3 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_parserstress
- tst_qquickgridview
else { | 1746 |
| 1363 | right.loadInAccumulator(); | - |
| 1364 | Instruction::BitAnd bitAnd; | - |
| 1365 | bitAnd.lhs = left.stackSlot(); | - |
| 1366 | bytecodeGenerator->addInstruction(bitAnd); | - |
| 1367 | }executed 741 times by 5 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsvalue
- tst_qquickmousearea
| 741 |
| 1368 | break;executed 2489 times by 6 tests: break;Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsvalue
- tst_qquickgridview
- tst_qquickmousearea
| 2489 |
| 1369 | caseexecuted 1287 times by 10 tests: case QSOperator::BitOr:Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qquickdrag
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickmultipointtoucharea
- tst_qquickscreen
QSOperator::BitOr:executed 1287 times by 10 tests: case QSOperator::BitOr:Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qquickdrag
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickmultipointtoucharea
- tst_qquickscreen
| 1287 |
| 1370 | if (right.isConstant()| TRUE | evaluated 679 times by 2 testsEvaluated by:- tst_ecmascripttests
- tst_qjsengine
| | FALSE | evaluated 606 times by 10 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qquickdrag
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickmultipointtoucharea
- tst_qquickscreen
|
) { | 606-679 |
| 1371 | int rightAsInt = Primitive::fromReturnedValue(right.constant).toInt32(); | - |
| 1372 | if (left.isConstant()| TRUE | evaluated 123 times by 1 test | | FALSE | evaluated 556 times by 2 testsEvaluated by:- tst_ecmascripttests
- tst_qjsengine
|
) { | 123-556 |
| 1373 | int result = Primitive::fromReturnedValue(left.constant).toInt32() | rightAsInt; | - |
| 1374 | returnexecuted 123 times by 1 test: return Reference::fromConst(this, Encode(result)); Reference::fromConst(this, Encode(result));executed 123 times by 1 test: return Reference::fromConst(this, Encode(result)); | 123 |
| 1375 | } | - |
| 1376 | left.loadInAccumulator(); | - |
| 1377 | Instruction::BitOrConst bitOr; | - |
| 1378 | bitOr.rhs = rightAsInt; | - |
| 1379 | bytecodeGenerator->addInstruction(bitOr); | - |
| 1380 | }executed 558 times by 2 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_qjsengine
else { | 558 |
| 1381 | right.loadInAccumulator(); | - |
| 1382 | Instruction::BitOr bitOr; | - |
| 1383 | bitOr.lhs = left.stackSlot(); | - |
| 1384 | bytecodeGenerator->addInstruction(bitOr); | - |
| 1385 | }executed 607 times by 10 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qquickdrag
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickmultipointtoucharea
- tst_qquickscreen
| 607 |
| 1386 | break;executed 1165 times by 10 tests: break;Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qquickdrag
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickmultipointtoucharea
- tst_qquickscreen
| 1165 |
| 1387 | caseexecuted 1221 times by 3 tests: case QSOperator::BitXor:Executed by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsvalue
QSOperator::BitXor:executed 1221 times by 3 tests: case QSOperator::BitXor:Executed by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsvalue
| 1221 |
| 1388 | if (right.isConstant()| TRUE | evaluated 672 times by 1 test | | FALSE | evaluated 549 times by 3 testsEvaluated by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsvalue
|
) { | 549-672 |
| 1389 | int rightAsInt = Primitive::fromReturnedValue(right.constant).toInt32(); | - |
| 1390 | if (left.isConstant()| TRUE | evaluated 124 times by 1 test | | FALSE | evaluated 548 times by 1 test |
) { | 124-548 |
| 1391 | int result = Primitive::fromReturnedValue(left.constant).toInt32() ^ rightAsInt; | - |
| 1392 | returnexecuted 124 times by 1 test: return Reference::fromConst(this, Encode(result)); Reference::fromConst(this, Encode(result));executed 124 times by 1 test: return Reference::fromConst(this, Encode(result)); | 124 |
| 1393 | } | - |
| 1394 | left.loadInAccumulator(); | - |
| 1395 | Instruction::BitXorConst bitXor; | - |
| 1396 | bitXor.rhs = rightAsInt; | - |
| 1397 | bytecodeGenerator->addInstruction(bitXor); | - |
| 1398 | }executed 548 times by 1 test: end of block else { | 548 |
| 1399 | right.loadInAccumulator(); | - |
| 1400 | Instruction::BitXor bitXor; | - |
| 1401 | bitXor.lhs = left.stackSlot(); | - |
| 1402 | bytecodeGenerator->addInstruction(bitXor); | - |
| 1403 | }executed 549 times by 3 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsvalue
| 549 |
| 1404 | break;executed 1097 times by 3 tests: break;Executed by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsvalue
| 1097 |
| 1405 | caseexecuted 19202 times by 3 tests: case QSOperator::URShift:Executed by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsvalue
QSOperator::URShift:executed 19202 times by 3 tests: case QSOperator::URShift:Executed by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsvalue
| 19202 |
| 1406 | if (right.isConstant()| TRUE | evaluated 18301 times by 2 testsEvaluated by:- tst_ecmascripttests
- tst_parserstress
| | FALSE | evaluated 723 times by 3 testsEvaluated by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsvalue
|
) { | 723-18301 |
| 1407 | left.loadInAccumulator(); | - |
| 1408 | Instruction::UShrConst ushr; | - |
| 1409 | ushr.rhs = Primitive::fromReturnedValue(right.constant).toInt32() & 0x1f; | - |
| 1410 | bytecodeGenerator->addInstruction(ushr); | - |
| 1411 | }executed 18400 times by 2 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_parserstress
else { | 18400 |
| 1412 | right.loadInAccumulator(); | - |
| 1413 | Instruction::UShr ushr; | - |
| 1414 | ushr.lhs = left.stackSlot(); | - |
| 1415 | bytecodeGenerator->addInstruction(ushr); | - |
| 1416 | }executed 724 times by 3 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsvalue
| 724 |
| 1417 | break;executed 19292 times by 3 tests: break;Executed by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsvalue
| 19292 |
| 1418 | caseexecuted 18518 times by 3 tests: case QSOperator::RShift:Executed by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsvalue
QSOperator::RShift:executed 18518 times by 3 tests: case QSOperator::RShift:Executed by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsvalue
| 18518 |
| 1419 | if (right.isConstant()| TRUE | evaluated 17757 times by 2 testsEvaluated by:- tst_ecmascripttests
- tst_parserstress
| | FALSE | evaluated 748 times by 3 testsEvaluated by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsvalue
|
) { | 748-17757 |
| 1420 | left.loadInAccumulator(); | - |
| 1421 | Instruction::ShrConst shr; | - |
| 1422 | shr.rhs = Primitive::fromReturnedValue(right.constant).toInt32() & 0x1f; | - |
| 1423 | bytecodeGenerator->addInstruction(shr); | - |
| 1424 | }executed 17715 times by 2 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_parserstress
else { | 17715 |
| 1425 | right.loadInAccumulator(); | - |
| 1426 | Instruction::Shr shr; | - |
| 1427 | shr.lhs = left.stackSlot(); | - |
| 1428 | bytecodeGenerator->addInstruction(shr); | - |
| 1429 | }executed 748 times by 3 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsvalue
| 748 |
| 1430 | break;executed 18460 times by 3 tests: break;Executed by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsvalue
| 18460 |
| 1431 | caseexecuted 18432 times by 3 tests: case QSOperator::LShift:Executed by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsvalue
QSOperator::LShift:executed 18432 times by 3 tests: case QSOperator::LShift:Executed by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsvalue
| 18432 |
| 1432 | if (right.isConstant()| TRUE | evaluated 17401 times by 2 testsEvaluated by:- tst_ecmascripttests
- tst_parserstress
| | FALSE | evaluated 751 times by 3 testsEvaluated by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsvalue
|
) { | 751-17401 |
| 1433 | left.loadInAccumulator(); | - |
| 1434 | Instruction::ShlConst shl; | - |
| 1435 | shl.rhs = Primitive::fromReturnedValue(right.constant).toInt32() & 0x1f; | - |
| 1436 | bytecodeGenerator->addInstruction(shl); | - |
| 1437 | }executed 17422 times by 2 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_parserstress
else { | 17422 |
| 1438 | right.loadInAccumulator(); | - |
| 1439 | Instruction::Shl shl; | - |
| 1440 | shl.lhs = left.stackSlot(); | - |
| 1441 | bytecodeGenerator->addInstruction(shl); | - |
| 1442 | }executed 751 times by 3 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsvalue
| 751 |
| 1443 | break;executed 18256 times by 3 tests: break;Executed by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsvalue
| 18256 |
| 1444 | caseexecuted 21897 times by 15 tests: case QSOperator::InstanceOf:Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlecmascript
- tst_qqmlitemmodels
- tst_qqmllistmodelworkerscript
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquickworkerscript
- tst_quicktestmainwithsetup
- tst_testfiltering
QSOperator::InstanceOf:executed 21897 times by 15 tests: case QSOperator::InstanceOf:Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlecmascript
- tst_qqmlitemmodels
- tst_qqmllistmodelworkerscript
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquickworkerscript
- tst_quicktestmainwithsetup
- tst_testfiltering
{ | 21897 |
| 1445 | Instruction::CmpInstanceOf binop; | - |
| 1446 | left = left.storeOnStack(); | - |
| 1447 | right.loadInAccumulator(); | - |
| 1448 | binop.lhs = left.stackSlot(); | - |
| 1449 | bytecodeGenerator->addInstruction(binop); | - |
| 1450 | break;executed 22062 times by 15 tests: break;Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlecmascript
- tst_qqmlitemmodels
- tst_qqmllistmodelworkerscript
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquickworkerscript
- tst_quicktestmainwithsetup
- tst_testfiltering
| 22062 |
| 1451 | } | - |
| 1452 | caseexecuted 590 times by 9 tests: case QSOperator::In:Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsvalue
- tst_qqmlecmascript
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_quicktestmainwithsetup
- tst_testfiltering
QSOperator::In:executed 590 times by 9 tests: case QSOperator::In:Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsvalue
- tst_qqmlecmascript
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_quicktestmainwithsetup
- tst_testfiltering
{ | 590 |
| 1453 | Instruction::CmpIn binop; | - |
| 1454 | left = left.storeOnStack(); | - |
| 1455 | right.loadInAccumulator(); | - |
| 1456 | binop.lhs = left.stackSlot(); | - |
| 1457 | bytecodeGenerator->addInstruction(binop); | - |
| 1458 | break;executed 590 times by 9 tests: break;Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsvalue
- tst_qqmlecmascript
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_quicktestmainwithsetup
- tst_testfiltering
| 590 |
| 1459 | } | - |
| 1460 | caseexecuted 695837 times by 29 tests: case QSOperator::StrictEqual:Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlbinding
- tst_qqmlecmascript
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlsqldatabase
- tst_qqmlstatemachine
- tst_qqmlxmlhttprequest
- tst_qquickanimatedimage
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickitem
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpathview
- tst_qquickrepeater
- tst_qquickstates
- tst_qquicktext
- tst_qquickvisualdatamodel
- ...
QSOperator::StrictEqual:executed 695837 times by 29 tests: case QSOperator::StrictEqual:Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlbinding
- tst_qqmlecmascript
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlsqldatabase
- tst_qqmlstatemachine
- tst_qqmlxmlhttprequest
- tst_qquickanimatedimage
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickitem
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpathview
- tst_qquickrepeater
- tst_qquickstates
- tst_qquicktext
- tst_qquickvisualdatamodel
- ...
{ | 695837 |
| 1461 | if (_expr.accept(cx)| TRUE | evaluated 604857 times by 17 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qqmlecmascript
- tst_qqmlitemmodels
- tst_qqmlsqldatabase
- tst_qquickanimatedimage
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpathview
- tst_qquickrepeater
- tst_qquickstates
- tst_qquicktext
- tst_quicktestmainwithsetup
- tst_signalspy
- tst_testfiltering
| | FALSE | evaluated 89124 times by 23 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlbinding
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlstatemachine
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickitem
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpathview
- tst_qquickrepeater
- tst_qquickvisualdatamodel
- tst_quicktestmainwithsetup
- tst_qv4debugger
- tst_testfiltering
|
) | 89124-604857 |
| 1462 | returnexecuted 604124 times by 17 tests: return jumpBinop(oper, left, right);Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qqmlecmascript
- tst_qqmlitemmodels
- tst_qqmlsqldatabase
- tst_qquickanimatedimage
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpathview
- tst_qquickrepeater
- tst_qquickstates
- tst_qquicktext
- tst_quicktestmainwithsetup
- tst_signalspy
- tst_testfiltering
jumpBinop(oper, left, right);executed 604124 times by 17 tests: return jumpBinop(oper, left, right);Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qqmlecmascript
- tst_qqmlitemmodels
- tst_qqmlsqldatabase
- tst_qquickanimatedimage
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpathview
- tst_qquickrepeater
- tst_qquickstates
- tst_qquicktext
- tst_quicktestmainwithsetup
- tst_signalspy
- tst_testfiltering
| 604124 |
| 1463 | | - |
| 1464 | Instruction::CmpStrictEqual cmp; | - |
| 1465 | left = left.storeOnStack(); | - |
| 1466 | right.loadInAccumulator(); | - |
| 1467 | cmp.lhs = left.stackSlot(); | - |
| 1468 | bytecodeGenerator->addInstruction(cmp); | - |
| 1469 | break;executed 89358 times by 23 tests: break;Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlbinding
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlstatemachine
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickitem
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpathview
- tst_qquickrepeater
- tst_qquickvisualdatamodel
- tst_quicktestmainwithsetup
- tst_qv4debugger
- tst_testfiltering
| 89358 |
| 1470 | } | - |
| 1471 | caseexecuted 631097 times by 17 tests: case QSOperator::StrictNotEqual:Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsvalue
- tst_qqmlecmascript
- tst_qqmlsqldatabase
- tst_qqmlvaluetypeproviders
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- tst_qquickpathview
- tst_qquickrepeater
- tst_quicktestmainwithsetup
- tst_signalspy
- tst_testfiltering
QSOperator::StrictNotEqual:executed 631097 times by 17 tests: case QSOperator::StrictNotEqual:Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsvalue
- tst_qqmlecmascript
- tst_qqmlsqldatabase
- tst_qqmlvaluetypeproviders
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- tst_qquickpathview
- tst_qquickrepeater
- tst_quicktestmainwithsetup
- tst_signalspy
- tst_testfiltering
{ | 631097 |
| 1472 | if (_expr.accept(cx)| TRUE | evaluated 384698 times by 16 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qqmlecmascript
- tst_qqmlsqldatabase
- tst_qqmlvaluetypeproviders
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- tst_qquickpathview
- tst_qquickrepeater
- tst_quicktestmainwithsetup
- tst_signalspy
- tst_testfiltering
| | FALSE | evaluated 246421 times by 2 testsEvaluated by:- tst_ecmascripttests
- tst_qjsvalue
|
) | 246421-384698 |
| 1473 | returnexecuted 384594 times by 16 tests: return jumpBinop(oper, left, right);Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qqmlecmascript
- tst_qqmlsqldatabase
- tst_qqmlvaluetypeproviders
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- tst_qquickpathview
- tst_qquickrepeater
- tst_quicktestmainwithsetup
- tst_signalspy
- tst_testfiltering
jumpBinop(oper, left, right);executed 384594 times by 16 tests: return jumpBinop(oper, left, right);Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qqmlecmascript
- tst_qqmlsqldatabase
- tst_qqmlvaluetypeproviders
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- tst_qquickpathview
- tst_qquickrepeater
- tst_quicktestmainwithsetup
- tst_signalspy
- tst_testfiltering
| 384594 |
| 1474 | | - |
| 1475 | Instruction::CmpStrictNotEqual cmp; | - |
| 1476 | left = left.storeOnStack(); | - |
| 1477 | right.loadInAccumulator(); | - |
| 1478 | cmp.lhs = left.stackSlot(); | - |
| 1479 | bytecodeGenerator->addInstruction(cmp); | - |
| 1480 | break;executed 246867 times by 2 tests: break;Executed by:- tst_ecmascripttests
- tst_qjsvalue
| 246867 |
| 1481 | } | - |
| 1482 | caseexecuted 6384 times by 48 tests: case QSOperator::Equal:Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlinstantiator
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlmoduleplugin
- tst_qqmlnotifier
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmltranslation
- tst_qqmltypeloader
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- ...
QSOperator::Equal:executed 6384 times by 48 tests: case QSOperator::Equal:Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlinstantiator
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlmoduleplugin
- tst_qqmlnotifier
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmltranslation
- tst_qqmltypeloader
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- ...
{ | 6384 |
| 1483 | if (_expr.accept(cx)| TRUE | evaluated 3898 times by 35 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsonbinding
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlinstantiator
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlnotifier
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmltypeloader
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimatedimage
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickitem2
- tst_qquicklayouts
- ...
| | FALSE | evaluated 2486 times by 31 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmlinstantiator
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlmoduleplugin
- tst_qqmlqt
- tst_qqmltranslation
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickdrag
- tst_qquickflipable
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquickloader
- ...
|
) | 2486-3898 |
| 1484 | returnexecuted 3898 times by 35 tests: return jumpBinop(oper, left, right);Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsonbinding
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlinstantiator
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlnotifier
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmltypeloader
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimatedimage
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickitem2
- tst_qquicklayouts
- ...
jumpBinop(oper, left, right);executed 3898 times by 35 tests: return jumpBinop(oper, left, right);Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsonbinding
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlinstantiator
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlnotifier
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmltypeloader
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimatedimage
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickitem2
- tst_qquicklayouts
- ...
| 3898 |
| 1485 | | - |
| 1486 | Instruction::CmpEq cmp; | - |
| 1487 | left = left.storeOnStack(); | - |
| 1488 | right.loadInAccumulator(); | - |
| 1489 | cmp.lhs = left.stackSlot(); | - |
| 1490 | bytecodeGenerator->addInstruction(cmp); | - |
| 1491 | break;executed 2486 times by 31 tests: break;Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmlinstantiator
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlmoduleplugin
- tst_qqmlqt
- tst_qqmltranslation
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickdrag
- tst_qquickflipable
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquickloader
- ...
| 2486 |
| 1492 | } | - |
| 1493 | caseexecuted 2721 times by 29 tests: case QSOperator::NotEqual:Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsvalue
- tst_qqmlcomponent
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickgridview
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- tst_qquickpathview
- tst_qquickrepeater
- tst_qquickvisualdatamodel
- ...
QSOperator::NotEqual:executed 2721 times by 29 tests: case QSOperator::NotEqual:Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsvalue
- tst_qqmlcomponent
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickgridview
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- tst_qquickpathview
- tst_qquickrepeater
- tst_qquickvisualdatamodel
- ...
{ | 2721 |
| 1494 | if (_expr.accept(cx)| TRUE | evaluated 1914 times by 24 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmllocale
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickgridview
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- tst_qquickpathview
- tst_qquickrepeater
- tst_qquickvisualdatamodel
- tst_quicktestmainwithsetup
- tst_signalspy
- tst_testfiltering
| | FALSE | evaluated 807 times by 13 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsvalue
- tst_qqmlcomponent
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquicklistview
- tst_qtqmlmodules
|
) | 807-1914 |
| 1495 | returnexecuted 1914 times by 24 tests: return jumpBinop(oper, left, right);Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmllocale
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickgridview
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- tst_qquickpathview
- tst_qquickrepeater
- tst_qquickvisualdatamodel
- tst_quicktestmainwithsetup
- tst_signalspy
- tst_testfiltering
jumpBinop(oper, left, right);executed 1914 times by 24 tests: return jumpBinop(oper, left, right);Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmllocale
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickgridview
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- tst_qquickpathview
- tst_qquickrepeater
- tst_qquickvisualdatamodel
- tst_quicktestmainwithsetup
- tst_signalspy
- tst_testfiltering
| 1914 |
| 1496 | | - |
| 1497 | Instruction::CmpNe cmp; | - |
| 1498 | left = left.storeOnStack(); | - |
| 1499 | right.loadInAccumulator(); | - |
| 1500 | cmp.lhs = left.stackSlot(); | - |
| 1501 | bytecodeGenerator->addInstruction(cmp); | - |
| 1502 | break;executed 807 times by 13 tests: break;Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsvalue
- tst_qqmlcomponent
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquicklistview
- tst_qtqmlmodules
| 807 |
| 1503 | } | - |
| 1504 | caseexecuted 11348 times by 25 tests: case QSOperator::Gt:Executed by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlbinding
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmltranslation
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickgridview
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickmultipointtoucharea
- tst_qquicksmoothedanimation
- tst_qquickstates
- tst_qquicktaphandler
- tst_qquicktext
- tst_quicktestmainwithsetup
- tst_qv4debugger
- tst_testfiltering
QSOperator::Gt:executed 11348 times by 25 tests: case QSOperator::Gt:Executed by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlbinding
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmltranslation
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickgridview
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickmultipointtoucharea
- tst_qquicksmoothedanimation
- tst_qquickstates
- tst_qquicktaphandler
- tst_qquicktext
- tst_quicktestmainwithsetup
- tst_qv4debugger
- tst_testfiltering
{ | 11348 |
| 1505 | if (_expr.accept(cx)| TRUE | evaluated 1072 times by 19 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmltranslation
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickbehaviors
- tst_qquickgridview
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickmultipointtoucharea
- tst_qquicksmoothedanimation
- tst_qquickstates
- tst_qquicktext
- tst_quicktestmainwithsetup
- tst_qv4debugger
- tst_testfiltering
| | FALSE | evaluated 10275 times by 15 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlbinding
- tst_qqmlecmascript
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquicklayouts
- tst_qquicktaphandler
- tst_quicktestmainwithsetup
- tst_qv4debugger
- tst_testfiltering
|
) | 1072-10275 |
| 1506 | returnexecuted 1071 times by 19 tests: return jumpBinop(oper, left, right);Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmltranslation
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickbehaviors
- tst_qquickgridview
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickmultipointtoucharea
- tst_qquicksmoothedanimation
- tst_qquickstates
- tst_qquicktext
- tst_quicktestmainwithsetup
- tst_qv4debugger
- tst_testfiltering
jumpBinop(oper, left, right);executed 1071 times by 19 tests: return jumpBinop(oper, left, right);Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmltranslation
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickbehaviors
- tst_qquickgridview
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickmultipointtoucharea
- tst_qquicksmoothedanimation
- tst_qquickstates
- tst_qquicktext
- tst_quicktestmainwithsetup
- tst_qv4debugger
- tst_testfiltering
| 1071 |
| 1507 | | - |
| 1508 | Instruction::CmpGt cmp; | - |
| 1509 | left = left.storeOnStack(); | - |
| 1510 | right.loadInAccumulator(); | - |
| 1511 | cmp.lhs = left.stackSlot(); | - |
| 1512 | bytecodeGenerator->addInstruction(cmp); | - |
| 1513 | break;executed 10318 times by 15 tests: break;Executed by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlbinding
- tst_qqmlecmascript
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquicklayouts
- tst_qquicktaphandler
- tst_quicktestmainwithsetup
- tst_qv4debugger
- tst_testfiltering
| 10318 |
| 1514 | } | - |
| 1515 | caseexecuted 2461 times by 12 tests: case QSOperator::Ge:Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsvalue
- tst_qqmlecmascript
- tst_qquickanimationcontroller
- tst_qquickgridview
- tst_qquicklayouts
- tst_qquicktext
- tst_quicktestmainwithsetup
- tst_signalspy
- tst_testfiltering
QSOperator::Ge:executed 2461 times by 12 tests: case QSOperator::Ge:Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsvalue
- tst_qqmlecmascript
- tst_qquickanimationcontroller
- tst_qquickgridview
- tst_qquicklayouts
- tst_qquicktext
- tst_quicktestmainwithsetup
- tst_signalspy
- tst_testfiltering
{ | 2461 |
| 1516 | if (_expr.accept(cx)| TRUE | evaluated 1421 times by 10 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qqmlecmascript
- tst_qquickanimationcontroller
- tst_qquickgridview
- tst_qquicklayouts
- tst_qquicktext
- tst_quicktestmainwithsetup
- tst_testfiltering
| | FALSE | evaluated 1040 times by 6 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsvalue
- tst_qquicklayouts
- tst_signalspy
|
) | 1040-1421 |
| 1517 | returnexecuted 1421 times by 10 tests: return jumpBinop(oper, left, right);Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qqmlecmascript
- tst_qquickanimationcontroller
- tst_qquickgridview
- tst_qquicklayouts
- tst_qquicktext
- tst_quicktestmainwithsetup
- tst_testfiltering
jumpBinop(oper, left, right);executed 1421 times by 10 tests: return jumpBinop(oper, left, right);Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qqmlecmascript
- tst_qquickanimationcontroller
- tst_qquickgridview
- tst_qquicklayouts
- tst_qquicktext
- tst_quicktestmainwithsetup
- tst_testfiltering
| 1421 |
| 1518 | | - |
| 1519 | Instruction::CmpGe cmp; | - |
| 1520 | left = left.storeOnStack(); | - |
| 1521 | right.loadInAccumulator(); | - |
| 1522 | cmp.lhs = left.stackSlot(); | - |
| 1523 | bytecodeGenerator->addInstruction(cmp); | - |
| 1524 | break;executed 1040 times by 6 tests: break;Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsvalue
- tst_qquicklayouts
- tst_signalspy
| 1040 |
| 1525 | } | - |
| 1526 | caseexecuted 15516 times by 37 tests: case QSOperator::Lt:Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlprofilerservice
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmlvaluetypeproviders
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickcustomaffector
- tst_qquickgridview
- tst_qquickitem2
- tst_qquicklayouts
- ...
QSOperator::Lt:executed 15516 times by 37 tests: case QSOperator::Lt:Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlprofilerservice
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmlvaluetypeproviders
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickcustomaffector
- tst_qquickgridview
- tst_qquickitem2
- tst_qquicklayouts
- ...
{ | 15516 |
| 1527 | if (_expr.accept(cx)| TRUE | evaluated 14341 times by 33 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qmlcachegen
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlprofilerservice
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickbehaviors
- tst_qquickcustomaffector
- tst_qquickgridview
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpathview
- tst_qquickpositioners
- tst_qquickrepeater
- ...
| | FALSE | evaluated 1171 times by 13 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsvalue
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlvaluetypeproviders
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquicklayouts
- tst_qquickrepeater
|
) | 1171-14341 |
| 1528 | returnexecuted 14337 times by 33 tests: return jumpBinop(oper, left, right);Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qmlcachegen
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlprofilerservice
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickbehaviors
- tst_qquickcustomaffector
- tst_qquickgridview
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpathview
- tst_qquickpositioners
- tst_qquickrepeater
- ...
jumpBinop(oper, left, right);executed 14337 times by 33 tests: return jumpBinop(oper, left, right);Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qmlcachegen
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlprofilerservice
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickbehaviors
- tst_qquickcustomaffector
- tst_qquickgridview
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpathview
- tst_qquickpositioners
- tst_qquickrepeater
- ...
| 14337 |
| 1529 | | - |
| 1530 | Instruction::CmpLt cmp; | - |
| 1531 | left = left.storeOnStack(); | - |
| 1532 | right.loadInAccumulator(); | - |
| 1533 | cmp.lhs = left.stackSlot(); | - |
| 1534 | bytecodeGenerator->addInstruction(cmp); | - |
| 1535 | break;executed 1174 times by 13 tests: break;Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsvalue
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlvaluetypeproviders
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquicklayouts
- tst_qquickrepeater
| 1174 |
| 1536 | } | - |
| 1537 | caseexecuted 3430 times by 11 tests: case QSOperator::Le:Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsvalue
- tst_qquickanimationcontroller
- tst_qquickgridview
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickmousearea
- tst_quicktestmainwithsetup
- tst_testfiltering
QSOperator::Le:executed 3430 times by 11 tests: case QSOperator::Le:Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsvalue
- tst_qquickanimationcontroller
- tst_qquickgridview
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickmousearea
- tst_quicktestmainwithsetup
- tst_testfiltering
| 3430 |
| 1538 | if (_expr.accept(cx)| TRUE | evaluated 2360 times by 10 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qquickanimationcontroller
- tst_qquickgridview
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickmousearea
- tst_quicktestmainwithsetup
- tst_testfiltering
| | FALSE | evaluated 1071 times by 8 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsvalue
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_quicktestmainwithsetup
- tst_testfiltering
|
) | 1071-2360 |
| 1539 | returnexecuted 2360 times by 10 tests: return jumpBinop(oper, left, right);Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qquickanimationcontroller
- tst_qquickgridview
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickmousearea
- tst_quicktestmainwithsetup
- tst_testfiltering
jumpBinop(oper, left, right);executed 2360 times by 10 tests: return jumpBinop(oper, left, right);Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qquickanimationcontroller
- tst_qquickgridview
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickmousearea
- tst_quicktestmainwithsetup
- tst_testfiltering
| 2360 |
| 1540 | | - |
| 1541 | Instruction::CmpLe cmp; | - |
| 1542 | left = left.storeOnStack(); | - |
| 1543 | right.loadInAccumulator(); | - |
| 1544 | cmp.lhs = left.stackSlot(); | - |
| 1545 | bytecodeGenerator->addInstruction(cmp); | - |
| 1546 | break;executed 1071 times by 8 tests: break;Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsvalue
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_quicktestmainwithsetup
- tst_testfiltering
| 1071 |
| 1547 | default never executed: default: :never executed: default: | 0 |
| 1548 | do { ((false) ? static_cast<void>(0) : qt_assert_x("Q_UNREACHABLE()", "Q_UNREACHABLE was reached", __FILE__, 1600)); __builtin_unreachable(); } while (false); | - |
| 1549 | } never executed: end of block | 0 |
| 1550 | | - |
| 1551 | returnexecuted 3348754 times by 77 tests: return Reference::fromAccumulator(this);Executed by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlmoduleplugin
- ...
Reference::fromAccumulator(this);executed 3348754 times by 77 tests: return Reference::fromAccumulator(this);Executed by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlmoduleplugin
- ...
| 3348754 |
| 1552 | } | - |
| 1553 | | - |
| 1554 | static QSOperator::Op operatorForSwappedOperands(QSOperator::Op oper) | - |
| 1555 | { | - |
| 1556 | switch (oper) { | - |
| 1557 | caseexecuted 48 times by 1 test: case QSOperator::StrictEqual: QSOperator::StrictEqual:executed 48 times by 1 test: case QSOperator::StrictEqual: returnexecuted 48 times by 1 test: return QSOperator::StrictEqual; QSOperator::StrictEqual;executed 48 times by 1 test: return QSOperator::StrictEqual; | 48 |
| 1558 | caseexecuted 2446 times by 1 test: case QSOperator::StrictNotEqual: QSOperator::StrictNotEqual:executed 2446 times by 1 test: case QSOperator::StrictNotEqual: returnexecuted 2446 times by 1 test: return QSOperator::StrictNotEqual; QSOperator::StrictNotEqual;executed 2446 times by 1 test: return QSOperator::StrictNotEqual; | 2446 |
| 1559 | caseexecuted 5 times by 2 tests: case QSOperator::Equal:Executed by:- tst_ecmascripttests
- tst_qqmlcontext
QSOperator::Equal:executed 5 times by 2 tests: case QSOperator::Equal:Executed by:- tst_ecmascripttests
- tst_qqmlcontext
returnexecuted 5 times by 2 tests: return QSOperator::Equal;Executed by:- tst_ecmascripttests
- tst_qqmlcontext
QSOperator::Equal;executed 5 times by 2 tests: return QSOperator::Equal;Executed by:- tst_ecmascripttests
- tst_qqmlcontext
| 5 |
| 1560 | case never executed: case QSOperator::NotEqual: QSOperator::NotEqual:never executed: case QSOperator::NotEqual: returnnever executed: return QSOperator::NotEqual; QSOperator::NotEqual;never executed: return QSOperator::NotEqual; | 0 |
| 1561 | case never executed: case QSOperator::Gt: QSOperator::Gt:never executed: case QSOperator::Gt: returnnever executed: return QSOperator::Le; QSOperator::Le;never executed: return QSOperator::Le; | 0 |
| 1562 | case never executed: case QSOperator::Ge: QSOperator::Ge:never executed: case QSOperator::Ge: returnnever executed: return QSOperator::Lt; QSOperator::Lt;never executed: return QSOperator::Lt; | 0 |
| 1563 | case never executed: case QSOperator::Lt: QSOperator::Lt:never executed: case QSOperator::Lt: returnnever executed: return QSOperator::Ge; QSOperator::Ge;never executed: return QSOperator::Ge; | 0 |
| 1564 | case never executed: case QSOperator::Le: QSOperator::Le:never executed: case QSOperator::Le: returnnever executed: return QSOperator::Gt; QSOperator::Gt;never executed: return QSOperator::Gt; | 0 |
| 1565 | default never executed: default: :never executed: default: QMessageLogger(__FILE__, 1617, __PRETTY_FUNCTION__).warning("Unimplemented code."); returnnever executed: return QSOperator::Invalid; QSOperator::Invalid;never executed: return QSOperator::Invalid; | 0 |
| 1566 | } | - |
| 1567 | } | - |
| 1568 | | - |
| 1569 | Codegen::Reference Codegen::jumpBinop(QSOperator::Op oper, Reference &left, Reference &right) | - |
| 1570 | { | - |
| 1571 | if (left.isConstant()| TRUE | evaluated 2475 times by 2 testsEvaluated by:- tst_ecmascripttests
- tst_qqmlcontext
| | FALSE | evaluated 1011666 times by 52 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qmlcachegen
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlnotifier
- tst_qqmlprofilerservice
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmltranslation
- tst_qqmltypeloader
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimatedimage
- ...
|
) { | 2475-1011666 |
| 1572 | oper = operatorForSwappedOperands(oper); | - |
| 1573 | qSwap(left, right); | - |
| 1574 | }executed 2512 times by 2 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_qqmlcontext
| 2512 |
| 1575 | | - |
| 1576 | if (right.isConstant()| TRUE | evaluated 238944 times by 40 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qmlcachegen
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllocale
- tst_qqmlprofilerservice
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmltranslation
- tst_qqmltypeloader
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickbehaviors
- tst_qquickgridview
- tst_qquickitem2
- tst_qquicklayouts
- ...
| | FALSE | evaluated 776593 times by 42 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlnotifier
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmltypeloader
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimatedimage
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickcustomaffector
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickitem2
- ...
|
&& (oper == QSOperator::Equal| TRUE | evaluated 2388 times by 22 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlinstantiator
- tst_qqmllocale
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickgridview
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpathview
- tst_qquickpositioners
- tst_quicktestmainwithsetup
- tst_qv4debugger
- tst_testfiltering
| | FALSE | evaluated 236922 times by 36 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qmlcachegen
- tst_qqmlcomponent
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlitemmodels
- tst_qqmllocale
- tst_qqmlprofilerservice
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmltranslation
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickbehaviors
- tst_qquickgridview
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- ...
|
|| oper == QSOperator::NotEqual| TRUE | evaluated 834 times by 17 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmllocale
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_qquickloader
- tst_quicktestmainwithsetup
- tst_signalspy
- tst_testfiltering
| | FALSE | evaluated 236596 times by 32 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qmlcachegen
- tst_qqmlcomponent
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlitemmodels
- tst_qqmllocale
- tst_qqmlprofilerservice
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmltranslation
- tst_qqmlvaluetypeproviders
- tst_qquickanimationcontroller
- tst_qquickbehaviors
- tst_qquickgridview
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickmousearea
- tst_qquickpositioners
- tst_qquickrepeater
- tst_qquicksmoothedanimation
- ...
|
)) { | 834-776593 |
| 1577 | Value c = Primitive::fromReturnedValue(right.constant); | - |
| 1578 | if (c.isNull()| TRUE | evaluated 319 times by 8 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmlsqldatabase
- tst_qqmlxmlhttprequest
- tst_signalspy
| | FALSE | evaluated 2903 times by 26 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlinstantiator
- tst_qqmllocale
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmltypeloader
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickgridview
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickpathview
- tst_qquickpositioners
- tst_quicktestmainwithsetup
- tst_qv4debugger
- ...
|
|| c.isUndefined()| TRUE | evaluated 252 times by 1 test | | FALSE | evaluated 2651 times by 26 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlinstantiator
- tst_qqmllocale
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmltypeloader
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickgridview
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickpathview
- tst_qquickpositioners
- tst_quicktestmainwithsetup
- tst_qv4debugger
- ...
|
) { | 252-2903 |
| 1579 | left.loadInAccumulator(); | - |
| 1580 | if (oper == QSOperator::Equal| TRUE | evaluated 491 times by 6 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmlxmlhttprequest
| | FALSE | evaluated 80 times by 7 testsEvaluated by:- tst_examples
- tst_parserstress
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmlsqldatabase
- tst_qqmlxmlhttprequest
- tst_signalspy
|
) { | 80-491 |
| 1581 | Instruction::CmpEqNull cmp; | - |
| 1582 | bytecodeGenerator->addInstruction(cmp); | - |
| 1583 | addCJump(); | - |
| 1584 | returnexecuted 491 times by 6 tests: return Reference();Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmlxmlhttprequest
Reference();executed 491 times by 6 tests: return Reference();Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmlxmlhttprequest
| 491 |
| 1585 | } else if (oper == QSOperator::NotEqual| TRUE | evaluated 80 times by 7 testsEvaluated by:- tst_examples
- tst_parserstress
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmlsqldatabase
- tst_qqmlxmlhttprequest
- tst_signalspy
| | FALSE | never evaluated |
) { | 0-80 |
| 1586 | Instruction::CmpNeNull cmp; | - |
| 1587 | bytecodeGenerator->addInstruction(cmp); | - |
| 1588 | addCJump(); | - |
| 1589 | returnexecuted 80 times by 7 tests: return Reference();Executed by:- tst_examples
- tst_parserstress
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmlsqldatabase
- tst_qqmlxmlhttprequest
- tst_signalspy
Reference();executed 80 times by 7 tests: return Reference();Executed by:- tst_examples
- tst_parserstress
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmlsqldatabase
- tst_qqmlxmlhttprequest
- tst_signalspy
| 80 |
| 1590 | } | - |
| 1591 | } never executed: end of block else if (c.isInt32()| TRUE | evaluated 2461 times by 26 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlinstantiator
- tst_qqmllocale
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmltypeloader
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickgridview
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickpathview
- tst_qquickpositioners
- tst_quicktestmainwithsetup
- tst_qv4debugger
- ...
| | FALSE | evaluated 190 times by 12 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmlqt
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickgridview
- tst_qquicklistview
- tst_qquickloader
|
) { | 0-2461 |
| 1592 | left.loadInAccumulator(); | - |
| 1593 | if (oper == QSOperator::Equal| TRUE | evaluated 1832 times by 21 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qqmlbinding
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlinstantiator
- tst_qqmllocale
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickgridview
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpathview
- tst_qquickpositioners
- tst_quicktestmainwithsetup
- tst_qv4debugger
- tst_testfiltering
| | FALSE | evaluated 629 times by 16 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmllocale
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_qquickloader
- tst_quicktestmainwithsetup
- tst_testfiltering
|
) { | 629-1832 |
| 1594 | Instruction::CmpEqInt cmp; | - |
| 1595 | cmp.lhs = c.int_32(); | - |
| 1596 | bytecodeGenerator->addInstruction(cmp); | - |
| 1597 | addCJump(); | - |
| 1598 | returnexecuted 1832 times by 21 tests: return Reference();Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qqmlbinding
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlinstantiator
- tst_qqmllocale
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickgridview
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpathview
- tst_qquickpositioners
- tst_quicktestmainwithsetup
- tst_qv4debugger
- tst_testfiltering
Reference();executed 1832 times by 21 tests: return Reference();Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qqmlbinding
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlinstantiator
- tst_qqmllocale
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickgridview
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpathview
- tst_qquickpositioners
- tst_quicktestmainwithsetup
- tst_qv4debugger
- tst_testfiltering
| 1832 |
| 1599 | } else if (oper == QSOperator::NotEqual| TRUE | evaluated 629 times by 16 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmllocale
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_qquickloader
- tst_quicktestmainwithsetup
- tst_testfiltering
| | FALSE | never evaluated |
) { | 0-629 |
| 1600 | Instruction::CmpNeInt cmp; | - |
| 1601 | cmp.lhs = c.int_32(); | - |
| 1602 | bytecodeGenerator->addInstruction(cmp); | - |
| 1603 | addCJump(); | - |
| 1604 | returnexecuted 629 times by 16 tests: return Reference();Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmllocale
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_qquickloader
- tst_quicktestmainwithsetup
- tst_testfiltering
Reference();executed 629 times by 16 tests: return Reference();Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmllocale
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_qquickloader
- tst_quicktestmainwithsetup
- tst_testfiltering
| 629 |
| 1605 | } | - |
| 1606 | | - |
| 1607 | } never executed: end of block | 0 |
| 1608 | }executed 190 times by 12 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmlqt
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickgridview
- tst_qquicklistview
- tst_qquickloader
| 190 |
| 1609 | | - |
| 1610 | left = left.storeOnStack(); | - |
| 1611 | right.loadInAccumulator(); | - |
| 1612 | | - |
| 1613 | switch (oper) { | - |
| 1614 | caseexecuted 605905 times by 17 tests: case QSOperator::StrictEqual:Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qqmlecmascript
- tst_qqmlitemmodels
- tst_qqmlsqldatabase
- tst_qquickanimatedimage
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpathview
- tst_qquickrepeater
- tst_qquickstates
- tst_qquicktext
- tst_quicktestmainwithsetup
- tst_signalspy
- tst_testfiltering
QSOperator::StrictEqual:executed 605905 times by 17 tests: case QSOperator::StrictEqual:Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qqmlecmascript
- tst_qqmlitemmodels
- tst_qqmlsqldatabase
- tst_qquickanimatedimage
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpathview
- tst_qquickrepeater
- tst_qquickstates
- tst_qquicktext
- tst_quicktestmainwithsetup
- tst_signalspy
- tst_testfiltering
{ | 605905 |
| 1615 | Instruction::CmpStrictEqual cmp; | - |
| 1616 | cmp.lhs = left.stackSlot(); | - |
| 1617 | bytecodeGenerator->addInstruction(cmp); | - |
| 1618 | addCJump(); | - |
| 1619 | break;executed 606544 times by 17 tests: break;Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qqmlecmascript
- tst_qqmlitemmodels
- tst_qqmlsqldatabase
- tst_qquickanimatedimage
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpathview
- tst_qquickrepeater
- tst_qquickstates
- tst_qquicktext
- tst_quicktestmainwithsetup
- tst_signalspy
- tst_testfiltering
| 606544 |
| 1620 | } | - |
| 1621 | caseexecuted 384318 times by 16 tests: case QSOperator::StrictNotEqual:Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qqmlecmascript
- tst_qqmlsqldatabase
- tst_qqmlvaluetypeproviders
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- tst_qquickpathview
- tst_qquickrepeater
- tst_quicktestmainwithsetup
- tst_signalspy
- tst_testfiltering
QSOperator::StrictNotEqual:executed 384318 times by 16 tests: case QSOperator::StrictNotEqual:Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qqmlecmascript
- tst_qqmlsqldatabase
- tst_qqmlvaluetypeproviders
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- tst_qquickpathview
- tst_qquickrepeater
- tst_quicktestmainwithsetup
- tst_signalspy
- tst_testfiltering
{ | 384318 |
| 1622 | Instruction::CmpStrictNotEqual cmp; | - |
| 1623 | cmp.lhs = left.stackSlot(); | - |
| 1624 | bytecodeGenerator->addInstruction(cmp); | - |
| 1625 | addCJump(); | - |
| 1626 | break;executed 384679 times by 16 tests: break;Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qqmlecmascript
- tst_qqmlsqldatabase
- tst_qqmlvaluetypeproviders
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- tst_qquickpathview
- tst_qquickrepeater
- tst_quicktestmainwithsetup
- tst_signalspy
- tst_testfiltering
| 384679 |
| 1627 | } | - |
| 1628 | caseexecuted 1575 times by 29 tests: case QSOperator::Equal:Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsonbinding
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmllistmodelworkerscript
- tst_qqmlnotifier
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmltypeloader
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimatedimage
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickflickable
- tst_qquickgridview
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickpathview
- tst_qquickpositioners
- tst_qquickvisualdatamodel
- ...
QSOperator::Equal:executed 1575 times by 29 tests: case QSOperator::Equal:Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsonbinding
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmllistmodelworkerscript
- tst_qqmlnotifier
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmltypeloader
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimatedimage
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickflickable
- tst_qquickgridview
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickpathview
- tst_qquickpositioners
- tst_qquickvisualdatamodel
- ...
{ | 1575 |
| 1629 | Instruction::CmpEq cmp; | - |
| 1630 | cmp.lhs = left.stackSlot(); | - |
| 1631 | bytecodeGenerator->addInstruction(cmp); | - |
| 1632 | addCJump(); | - |
| 1633 | break;executed 1575 times by 29 tests: break;Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsonbinding
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmllistmodelworkerscript
- tst_qqmlnotifier
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmltypeloader
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimatedimage
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickflickable
- tst_qquickgridview
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickpathview
- tst_qquickpositioners
- tst_qquickvisualdatamodel
- ...
| 1575 |
| 1634 | } | - |
| 1635 | caseexecuted 1206 times by 24 tests: case QSOperator::NotEqual:Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmllocale
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickgridview
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- tst_qquickpathview
- tst_qquickrepeater
- tst_qquickvisualdatamodel
- tst_quicktestmainwithsetup
- tst_signalspy
- tst_testfiltering
QSOperator::NotEqual:executed 1206 times by 24 tests: case QSOperator::NotEqual:Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmllocale
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickgridview
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- tst_qquickpathview
- tst_qquickrepeater
- tst_qquickvisualdatamodel
- tst_quicktestmainwithsetup
- tst_signalspy
- tst_testfiltering
{ | 1206 |
| 1636 | Instruction::CmpNe cmp; | - |
| 1637 | cmp.lhs = left.stackSlot(); | - |
| 1638 | bytecodeGenerator->addInstruction(cmp); | - |
| 1639 | addCJump(); | - |
| 1640 | break;executed 1205 times by 24 tests: break;Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmllocale
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickgridview
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- tst_qquickpathview
- tst_qquickrepeater
- tst_qquickvisualdatamodel
- tst_quicktestmainwithsetup
- tst_signalspy
- tst_testfiltering
| 1205 |
| 1641 | } | - |
| 1642 | caseexecuted 1073 times by 19 tests: case QSOperator::Gt:Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmltranslation
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickbehaviors
- tst_qquickgridview
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickmultipointtoucharea
- tst_qquicksmoothedanimation
- tst_qquickstates
- tst_qquicktext
- tst_quicktestmainwithsetup
- tst_qv4debugger
- tst_testfiltering
QSOperator::Gt:executed 1073 times by 19 tests: case QSOperator::Gt:Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmltranslation
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickbehaviors
- tst_qquickgridview
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickmultipointtoucharea
- tst_qquicksmoothedanimation
- tst_qquickstates
- tst_qquicktext
- tst_quicktestmainwithsetup
- tst_qv4debugger
- tst_testfiltering
{ | 1073 |
| 1643 | Instruction::CmpGt cmp; | - |
| 1644 | cmp.lhs = left.stackSlot(); | - |
| 1645 | bytecodeGenerator->addInstruction(cmp); | - |
| 1646 | addCJump(); | - |
| 1647 | break;executed 1073 times by 19 tests: break;Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmltranslation
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickbehaviors
- tst_qquickgridview
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickmultipointtoucharea
- tst_qquicksmoothedanimation
- tst_qquickstates
- tst_qquicktext
- tst_quicktestmainwithsetup
- tst_qv4debugger
- tst_testfiltering
| 1073 |
| 1648 | } | - |
| 1649 | caseexecuted 1421 times by 10 tests: case QSOperator::Ge:Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qqmlecmascript
- tst_qquickanimationcontroller
- tst_qquickgridview
- tst_qquicklayouts
- tst_qquicktext
- tst_quicktestmainwithsetup
- tst_testfiltering
QSOperator::Ge:executed 1421 times by 10 tests: case QSOperator::Ge:Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qqmlecmascript
- tst_qquickanimationcontroller
- tst_qquickgridview
- tst_qquicklayouts
- tst_qquicktext
- tst_quicktestmainwithsetup
- tst_testfiltering
{ | 1421 |
| 1650 | Instruction::CmpGe cmp; | - |
| 1651 | cmp.lhs = left.stackSlot(); | - |
| 1652 | bytecodeGenerator->addInstruction(cmp); | - |
| 1653 | addCJump(); | - |
| 1654 | break;executed 1421 times by 10 tests: break;Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qqmlecmascript
- tst_qquickanimationcontroller
- tst_qquickgridview
- tst_qquicklayouts
- tst_qquicktext
- tst_quicktestmainwithsetup
- tst_testfiltering
| 1421 |
| 1655 | } | - |
| 1656 | caseexecuted 14357 times by 33 tests: case QSOperator::Lt:Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qmlcachegen
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlprofilerservice
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickbehaviors
- tst_qquickcustomaffector
- tst_qquickgridview
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpathview
- tst_qquickpositioners
- tst_qquickrepeater
- ...
QSOperator::Lt:executed 14357 times by 33 tests: case QSOperator::Lt:Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qmlcachegen
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlprofilerservice
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickbehaviors
- tst_qquickcustomaffector
- tst_qquickgridview
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpathview
- tst_qquickpositioners
- tst_qquickrepeater
- ...
{ | 14357 |
| 1657 | Instruction::CmpLt cmp; | - |
| 1658 | cmp.lhs = left.stackSlot(); | - |
| 1659 | bytecodeGenerator->addInstruction(cmp); | - |
| 1660 | addCJump(); | - |
| 1661 | break;executed 14356 times by 33 tests: break;Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qmlcachegen
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlprofilerservice
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickbehaviors
- tst_qquickcustomaffector
- tst_qquickgridview
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpathview
- tst_qquickpositioners
- tst_qquickrepeater
- ...
| 14356 |
| 1662 | } | - |
| 1663 | caseexecuted 2362 times by 10 tests: case QSOperator::Le:Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qquickanimationcontroller
- tst_qquickgridview
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickmousearea
- tst_quicktestmainwithsetup
- tst_testfiltering
QSOperator::Le:executed 2362 times by 10 tests: case QSOperator::Le:Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qquickanimationcontroller
- tst_qquickgridview
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickmousearea
- tst_quicktestmainwithsetup
- tst_testfiltering
{ | 2362 |
| 1664 | Instruction::CmpLe cmp; | - |
| 1665 | cmp.lhs = left.stackSlot(); | - |
| 1666 | bytecodeGenerator->addInstruction(cmp); | - |
| 1667 | addCJump(); | - |
| 1668 | break;executed 2359 times by 10 tests: break;Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qquickanimationcontroller
- tst_qquickgridview
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickmousearea
- tst_quicktestmainwithsetup
- tst_testfiltering
| 2359 |
| 1669 | } | - |
| 1670 | default never executed: default: :never executed: default: | 0 |
| 1671 | do { ((false) ? static_cast<void>(0) : qt_assert_x("Q_UNREACHABLE()", "Q_UNREACHABLE was reached", __FILE__, 1723)); __builtin_unreachable(); } while (false); | - |
| 1672 | } never executed: end of block | 0 |
| 1673 | returnexecuted 1013174 times by 50 tests: return Reference();Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qmlcachegen
- tst_qqmlcomponent
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlnotifier
- tst_qqmlprofilerservice
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmltranslation
- tst_qqmltypeloader
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimatedimage
- tst_qquickanimationcontroller
- tst_qquickanimations
- ...
Reference();executed 1013174 times by 50 tests: return Reference();Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qmlcachegen
- tst_qqmlcomponent
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlnotifier
- tst_qqmlprofilerservice
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmltranslation
- tst_qqmltypeloader
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimatedimage
- tst_qquickanimationcontroller
- tst_qquickanimations
- ...
| 1013174 |
| 1674 | } | - |
| 1675 | | - |
| 1676 | bool Codegen::visit(CallExpression *ast) | - |
| 1677 | { | - |
| 1678 | if (hasError| TRUE | never evaluated | | FALSE | evaluated 2550544 times by 86 testsEvaluated by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllistreference
- ...
|
) | 0-2550544 |
| 1679 | return never executed: return false; false;never executed: return false; | 0 |
| 1680 | | - |
| 1681 | RegisterScope scope(this); | - |
| 1682 | | - |
| 1683 | Reference base = expression(ast->base); | - |
| 1684 | | - |
| 1685 | if (hasError| TRUE | evaluated 24 times by 1 test | | FALSE | evaluated 2563896 times by 86 testsEvaluated by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllistreference
- ...
|
) | 24-2563896 |
| 1686 | returnexecuted 24 times by 1 test: return false; false;executed 24 times by 1 test: return false; | 24 |
| 1687 | switch (base.type) { | - |
| 1688 | caseexecuted 786720 times by 81 tests: case Reference::Member:Executed by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllistreference
- ...
Reference::Member:executed 786720 times by 81 tests: case Reference::Member:Executed by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllistreference
- ...
| 786720 |
| 1689 | caseexecuted 1112 times by 7 tests: case Reference::Subscript:Executed by:- tst_ecmascripttests
- tst_parserstress
- tst_qqmlecmascript
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_quicktestmainwithsetup
- tst_testfiltering
Reference::Subscript:executed 1112 times by 7 tests: case Reference::Subscript:Executed by:- tst_ecmascripttests
- tst_parserstress
- tst_qqmlecmascript
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_quicktestmainwithsetup
- tst_testfiltering
| 1112 |
| 1690 | caseexecuted 3116 times by 2 tests: case Reference::QmlScopeObject:Executed by:- tst_parserstress
- tst_qqmlecmascript
Reference::QmlScopeObject:executed 3116 times by 2 tests: case Reference::QmlScopeObject:Executed by:- tst_parserstress
- tst_qqmlecmascript
| 3116 |
| 1691 | case never executed: case Reference::QmlContextObject: Reference::QmlContextObject:never executed: case Reference::QmlContextObject: | 0 |
| 1692 | base = base.asLValue(); | - |
| 1693 | break;executed 794233 times by 81 tests: break;Executed by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllistreference
- ...
| 794233 |
| 1694 | caseexecuted 1646766 times by 48 tests: case Reference::Name:Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlmetatype
- tst_qqmlprofilerservice
- tst_qqmlproperty
- tst_qqmlqt
- tst_qqmlsettings
- tst_qqmltimer
- tst_qqmltranslation
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- ...
Reference::Name:executed 1646766 times by 48 tests: case Reference::Name:Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlmetatype
- tst_qqmlprofilerservice
- tst_qqmlproperty
- tst_qqmlqt
- tst_qqmlsettings
- tst_qqmltimer
- tst_qqmltranslation
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- ...
| 1646766 |
| 1695 | break;executed 1648286 times by 48 tests: break;Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlmetatype
- tst_qqmlprofilerservice
- tst_qqmlproperty
- tst_qqmlqt
- tst_qqmlsettings
- tst_qqmltimer
- tst_qqmltranslation
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- ...
| 1648286 |
| 1696 | caseexecuted 455 times by 1 test: case Reference::Super: Reference::Super:executed 455 times by 1 test: case Reference::Super: | 455 |
| 1697 | handleConstruct(base, ast->arguments); | - |
| 1698 | returnexecuted 456 times by 1 test: return false; false;executed 456 times by 1 test: return false; | 456 |
| 1699 | defaultexecuted 112054 times by 16 tests: default:Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlecmascript
- tst_qqmllistmodelworkerscript
- tst_qqmlprofilerservice
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_qquickworkerscript
- tst_quicktestmainwithsetup
- tst_qv4debugger
- tst_testfiltering
:executed 112054 times by 16 tests: default:Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlecmascript
- tst_qqmllistmodelworkerscript
- tst_qqmlprofilerservice
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_qquickworkerscript
- tst_quicktestmainwithsetup
- tst_qv4debugger
- tst_testfiltering
| 112054 |
| 1700 | base = base.storeOnStack(); | - |
| 1701 | break;executed 112528 times by 16 tests: break;Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlecmascript
- tst_qqmllistmodelworkerscript
- tst_qqmlprofilerservice
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_qquickworkerscript
- tst_quicktestmainwithsetup
- tst_qv4debugger
- tst_testfiltering
| 112528 |
| 1702 | } | - |
| 1703 | | - |
| 1704 | int thisObject = bytecodeGenerator->newRegister(); | - |
| 1705 | int functionObject = bytecodeGenerator->newRegister(); | - |
| 1706 | | - |
| 1707 | auto calldata = pushArgs(ast->arguments); | - |
| 1708 | if (hasError| TRUE | never evaluated | | FALSE | evaluated 2556685 times by 86 testsEvaluated by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllistreference
- ...
|
) | 0-2556685 |
| 1709 | return never executed: return false; false;never executed: return false; | 0 |
| 1710 | | - |
| 1711 | if (calldata.hasSpread| TRUE | evaluated 108 times by 1 test | | FALSE | evaluated 2557933 times by 86 testsEvaluated by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllistreference
- ...
|
) { | 108-2557933 |
| 1712 | Reference baseObject = base.baseObject(); | - |
| 1713 | if (!baseObject.isStackSlot()| TRUE | evaluated 108 times by 1 test | | FALSE | never evaluated |
) { | 0-108 |
| 1714 | baseObject.storeOnStack(thisObject); | - |
| 1715 | baseObject = Reference::fromStackSlot(this, thisObject); | - |
| 1716 | }executed 108 times by 1 test: end of block | 108 |
| 1717 | if (!base.isStackSlot()| TRUE | evaluated 20 times by 1 test | | FALSE | evaluated 88 times by 1 test |
) { | 20-88 |
| 1718 | base.storeOnStack(functionObject); | - |
| 1719 | base = Reference::fromStackSlot(this, functionObject); | - |
| 1720 | }executed 20 times by 1 test: end of block | 20 |
| 1721 | | - |
| 1722 | Instruction::CallWithSpread call; | - |
| 1723 | call.func = base.stackSlot(); | - |
| 1724 | call.thisObject = baseObject.stackSlot(); | - |
| 1725 | call.argc = calldata.argc; | - |
| 1726 | call.argv = calldata.argv; | - |
| 1727 | bytecodeGenerator->addInstruction(call); | - |
| 1728 | | - |
| 1729 | _expr.setResult(Reference::fromAccumulator(this)); | - |
| 1730 | returnexecuted 108 times by 1 test: return false; false;executed 108 times by 1 test: return false; | 108 |
| 1731 | | - |
| 1732 | } | - |
| 1733 | | - |
| 1734 | handleCall(base, calldata); | - |
| 1735 | returnexecuted 2557922 times by 86 tests: return false;Executed by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllistreference
- ...
false;executed 2557922 times by 86 tests: return false;Executed by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllistreference
- ...
| 2557922 |
| 1736 | } | - |
| 1737 | | - |
| 1738 | void Codegen::handleCall(Reference &base, Arguments calldata) | - |
| 1739 | { | - |
| 1740 | | - |
| 1741 | if (base.type == Reference::QmlScopeObject| TRUE | evaluated 3116 times by 2 testsEvaluated by:- tst_parserstress
- tst_qqmlecmascript
| | FALSE | evaluated 2545737 times by 86 testsEvaluated by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllistreference
- ...
|
) { | 3116-2545737 |
| 1742 | Instruction::CallScopeObjectProperty call; | - |
| 1743 | call.base = base.qmlBase.stackSlot(); | - |
| 1744 | call.name = base.qmlCoreIndex; | - |
| 1745 | call.argc = calldata.argc; | - |
| 1746 | call.argv = calldata.argv; | - |
| 1747 | bytecodeGenerator->addInstruction(call); | - |
| 1748 | }executed 3116 times by 2 tests: end of blockExecuted by:- tst_parserstress
- tst_qqmlecmascript
else if (base.type == Reference::QmlContextObject| TRUE | never evaluated | | FALSE | evaluated 2554170 times by 86 testsEvaluated by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllistreference
- ...
|
) { | 0-2554170 |
| 1749 | Instruction::CallContextObjectProperty call; | - |
| 1750 | call.base = base.qmlBase.stackSlot(); | - |
| 1751 | call.name = base.qmlCoreIndex; | - |
| 1752 | call.argc = calldata.argc; | - |
| 1753 | call.argv = calldata.argv; | - |
| 1754 | bytecodeGenerator->addInstruction(call); | - |
| 1755 | } never executed: end of block else if (base.type == Reference::Member| TRUE | evaluated 788434 times by 81 testsEvaluated by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllistreference
- ...
| | FALSE | evaluated 1768765 times by 49 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlmetatype
- tst_qqmlprofilerservice
- tst_qqmlproperty
- tst_qqmlqt
- tst_qqmlsettings
- tst_qqmltimer
- tst_qqmltranslation
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- ...
|
) { | 0-1768765 |
| 1756 | if (!disable_lookups| TRUE | evaluated 786607 times by 81 testsEvaluated by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllistreference
- ...
| | FALSE | never evaluated |
&& useFastLookups| TRUE | evaluated 733517 times by 6 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_qmlcachegen
- tst_qqmlecmascript
- tst_qqmllistmodelworkerscript
- tst_qquickworkerscript
| | FALSE | evaluated 55490 times by 81 testsEvaluated by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllistreference
- ...
|
) { | 0-786607 |
| 1757 | Instruction::CallPropertyLookup call; | - |
| 1758 | call.base = base.propertyBase.stackSlot(); | - |
| 1759 | call.lookupIndex = registerGetterLookup(base.propertyNameIndex); | - |
| 1760 | call.argc = calldata.argc; | - |
| 1761 | call.argv = calldata.argv; | - |
| 1762 | bytecodeGenerator->addInstruction(call); | - |
| 1763 | }executed 735114 times by 6 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_qmlcachegen
- tst_qqmlecmascript
- tst_qqmllistmodelworkerscript
- tst_qquickworkerscript
else { | 735114 |
| 1764 | Instruction::CallProperty call; | - |
| 1765 | call.base = base.propertyBase.stackSlot(); | - |
| 1766 | call.name = base.propertyNameIndex; | - |
| 1767 | call.argc = calldata.argc; | - |
| 1768 | call.argv = calldata.argv; | - |
| 1769 | bytecodeGenerator->addInstruction(call); | - |
| 1770 | }executed 55490 times by 81 tests: end of blockExecuted by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllistreference
- ...
| 55490 |
| 1771 | } else if (base.type == Reference::Subscript| TRUE | evaluated 1113 times by 7 testsEvaluated by:- tst_ecmascripttests
- tst_parserstress
- tst_qqmlecmascript
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_quicktestmainwithsetup
- tst_testfiltering
| | FALSE | evaluated 1767134 times by 49 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlmetatype
- tst_qqmlprofilerservice
- tst_qqmlproperty
- tst_qqmlqt
- tst_qqmlsettings
- tst_qqmltimer
- tst_qqmltranslation
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- ...
|
) { | 1113-1767134 |
| 1772 | Instruction::CallElement call; | - |
| 1773 | call.base = base.elementBase; | - |
| 1774 | call.index = base.elementSubscript.stackSlot(); | - |
| 1775 | call.argc = calldata.argc; | - |
| 1776 | call.argv = calldata.argv; | - |
| 1777 | bytecodeGenerator->addInstruction(call); | - |
| 1778 | }executed 1113 times by 7 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_parserstress
- tst_qqmlecmascript
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_quicktestmainwithsetup
- tst_testfiltering
else if (base.type == Reference::Name| TRUE | evaluated 1652436 times by 48 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlmetatype
- tst_qqmlprofilerservice
- tst_qqmlproperty
- tst_qqmlqt
- tst_qqmlsettings
- tst_qqmltimer
- tst_qqmltranslation
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- ...
| | FALSE | evaluated 113038 times by 16 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlecmascript
- tst_qqmllistmodelworkerscript
- tst_qqmlprofilerservice
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_qquickworkerscript
- tst_quicktestmainwithsetup
- tst_qv4debugger
- tst_testfiltering
|
) { | 1113-1652436 |
| 1779 | if (base.name == ([]() noexcept -> QString { enum { Size = sizeof(u"" "eval")/2 - 1 }; static const QStaticStringData<Size> qstring_literal = { { { { -1 } }, Size, 0, 0, sizeof(QStringData) }, u"" "eval" }; QStringDataPtr holder = { qstring_literal.data_ptr() }; const QString qstring_literal_temp(holder); return qstring_literal_temp; }())) { | - |
| 1780 | Instruction::CallPossiblyDirectEval call; | - |
| 1781 | call.argc = calldata.argc; | - |
| 1782 | call.argv = calldata.argv; | - |
| 1783 | bytecodeGenerator->addInstruction(call); | - |
| 1784 | } else if (!disable_lookups| TRUE | evaluated 1634520 times by 48 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlmetatype
- tst_qqmlprofilerservice
- tst_qqmlproperty
- tst_qqmlqt
- tst_qqmlsettings
- tst_qqmltimer
- tst_qqmltranslation
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- ...
| | FALSE | never evaluated |
&& useFastLookups| TRUE | evaluated 1601165 times by 2 testsEvaluated by:- tst_ecmascripttests
- tst_qv4assembler
| | FALSE | evaluated 40500 times by 47 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlmetatype
- tst_qqmlprofilerservice
- tst_qqmlproperty
- tst_qqmlqt
- tst_qqmlsettings
- tst_qqmltimer
- tst_qqmltranslation
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- ...
|
&& base.global| TRUE | evaluated 1600819 times by 2 testsEvaluated by:- tst_ecmascripttests
- tst_qv4assembler
| | FALSE | evaluated 121 times by 1 test |
) { | 0-1634520 |
| 1785 | Instruction::CallGlobalLookup call; | - |
| 1786 | call.index = registerGlobalGetterLookup(base.nameAsIndex()); | - |
| 1787 | call.argc = calldata.argc; | - |
| 1788 | call.argv = calldata.argv; | - |
| 1789 | bytecodeGenerator->addInstruction(call); | - |
| 1790 | }executed 1594540 times by 2 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_qv4assembler
else { | 1594540 |
| 1791 | Instruction::CallName call; | - |
| 1792 | call.name = base.nameAsIndex(); | - |
| 1793 | call.argc = calldata.argc; | - |
| 1794 | call.argv = calldata.argv; | - |
| 1795 | bytecodeGenerator->addInstruction(call); | - |
| 1796 | }executed 40621 times by 47 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlmetatype
- tst_qqmlprofilerservice
- tst_qqmlproperty
- tst_qqmlqt
- tst_qqmlsettings
- tst_qqmltimer
- tst_qqmltranslation
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- ...
| 40621 |
| 1797 | } else { | - |
| 1798 | ((base.isStackSlot()) ? static_cast<void>(0) : qt_assert("base.isStackSlot()", __FILE__, 1850)); | - |
| 1799 | Instruction::CallValue call; | - |
| 1800 | call.name = base.stackSlot(); | - |
| 1801 | call.argc = calldata.argc; | - |
| 1802 | call.argv = calldata.argv; | - |
| 1803 | bytecodeGenerator->addInstruction(call); | - |
| 1804 | }executed 112815 times by 16 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlecmascript
- tst_qqmllistmodelworkerscript
- tst_qqmlprofilerservice
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_qquickworkerscript
- tst_quicktestmainwithsetup
- tst_qv4debugger
- tst_testfiltering
| 112815 |
| 1805 | | - |
| 1806 | _expr.setResult(Reference::fromAccumulator(this)); | - |
| 1807 | }executed 2559883 times by 86 tests: end of blockExecuted by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllistreference
- ...
| 2559883 |
| 1808 | | - |
| 1809 | Codegen::Arguments Codegen::pushArgs(ArgumentList *args) | - |
| 1810 | { | - |
| 1811 | bool hasSpread = false; | - |
| 1812 | int argc = 0; | - |
| 1813 | for (ArgumentList *it = args; it| TRUE | evaluated 3808509 times by 77 testsEvaluated by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllistreference
- ...
| | FALSE | evaluated 2748690 times by 87 testsEvaluated by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- ...
|
; it = it->next) { | 2748690-3808509 |
| 1814 | if (it->isSpreadElement| TRUE | evaluated 284 times by 1 test | | FALSE | evaluated 3809600 times by 77 testsEvaluated by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllistreference
- ...
|
) { | 284-3809600 |
| 1815 | hasSpread = true; | - |
| 1816 | ++argc; | - |
| 1817 | }executed 284 times by 1 test: end of block | 284 |
| 1818 | ++argc; | - |
| 1819 | }executed 3808913 times by 77 tests: end of blockExecuted by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllistreference
- ...
| 3808913 |
| 1820 | | - |
| 1821 | if (!argc| TRUE | evaluated 163692 times by 68 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlmetatype
- tst_qqmlprofilerservice
- tst_qqmlproperty
- tst_qqmlpropertymap
- ...
| | FALSE | evaluated 2583641 times by 77 testsEvaluated by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllistreference
- ...
|
) | 163692-2583641 |
| 1822 | returnexecuted 163694 times by 68 tests: return { 0, 0, false };Executed by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlmetatype
- tst_qqmlprofilerservice
- tst_qqmlproperty
- tst_qqmlpropertymap
- ...
{ 0, 0, false };executed 163694 times by 68 tests: return { 0, 0, false };Executed by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlmetatype
- tst_qqmlprofilerservice
- tst_qqmlproperty
- tst_qqmlpropertymap
- ...
| 163694 |
| 1823 | | - |
| 1824 | int calldata = bytecodeGenerator->newRegisterArray(argc); | - |
| 1825 | | - |
| 1826 | argc = 0; | - |
| 1827 | for (ArgumentList *it = args; it| TRUE | evaluated 3818703 times by 77 testsEvaluated by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllistreference
- ...
| | FALSE | evaluated 1482885 times by 77 testsEvaluated by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllistreference
- ...
|
; it = it->next) { | 1482885-3818703 |
| 1828 | if (it->isSpreadElement| TRUE | evaluated 284 times by 1 test | | FALSE | evaluated 3820751 times by 77 testsEvaluated by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllistreference
- ...
|
) { | 284-3820751 |
| 1829 | Reference::fromConst(this, Primitive::emptyValue().asReturnedValue()).storeOnStack(calldata + argc); | - |
| 1830 | ++argc; | - |
| 1831 | }executed 284 times by 1 test: end of block | 284 |
| 1832 | RegisterScope scope(this); | - |
| 1833 | Reference e = expression(it->expression); | - |
| 1834 | if (hasError| TRUE | never evaluated | | FALSE | evaluated 3821778 times by 77 testsEvaluated by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllistreference
- ...
|
) | 0-3821778 |
| 1835 | break; never executed: break; | 0 |
| 1836 | if (!argc| TRUE | evaluated 2588092 times by 77 testsEvaluated by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllistreference
- ...
| | FALSE | evaluated 1227351 times by 58 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllistreference
- tst_qqmllocale
- tst_qqmlqt
- tst_qqmlsettings
- tst_qqmlsqldatabase
- tst_qqmltranslation
- tst_qqmltypeloader
- ...
|
&& !it->next| TRUE | evaluated 1711729 times by 65 testsEvaluated by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlmetatype
- ...
| | FALSE | evaluated 878228 times by 58 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllistreference
- tst_qqmllocale
- tst_qqmlqt
- tst_qqmlsettings
- tst_qqmlsqldatabase
- tst_qqmltranslation
- tst_qqmltypeloader
- ...
|
&& !hasSpread| TRUE | evaluated 1715307 times by 65 testsEvaluated by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlmetatype
- ...
| | FALSE | never evaluated |
) { | 0-2588092 |
| 1837 | | - |
| 1838 | if (e.isStackSlot()| TRUE | evaluated 1111603 times by 29 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qmlcachegen
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmltranslation
- tst_qqmlvaluetypeproviders
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickgridview
- tst_qquickitem
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpathview
- ...
| | FALSE | evaluated 603668 times by 65 testsEvaluated by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlmetatype
- ...
|
) | 603668-1111603 |
| 1839 | returnexecuted 1107306 times by 29 tests: return { 1, e.stackSlot(), hasSpread };Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qmlcachegen
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmltranslation
- tst_qqmlvaluetypeproviders
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickgridview
- tst_qquickitem
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpathview
- ...
{ 1, e.stackSlot(), hasSpread };executed 1107306 times by 29 tests: return { 1, e.stackSlot(), hasSpread };Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qmlcachegen
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmltranslation
- tst_qqmlvaluetypeproviders
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickgridview
- tst_qquickitem
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpathview
- ...
| 1107306 |
| 1840 | }executed 603659 times by 65 tests: end of blockExecuted by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlmetatype
- ...
| 603659 |
| 1841 | (void) e.storeOnStack(calldata + argc); | - |
| 1842 | ++argc; | - |
| 1843 | }executed 2710346 times by 77 tests: end of blockExecuted by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllistreference
- ...
| 2710346 |
| 1844 | | - |
| 1845 | returnexecuted 1481352 times by 77 tests: return { argc, calldata, hasSpread };Executed by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllistreference
- ...
{ argc, calldata, hasSpread };executed 1481352 times by 77 tests: return { argc, calldata, hasSpread };Executed by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllistreference
- ...
| 1481352 |
| 1846 | } | - |
| 1847 | | - |
| 1848 | Codegen::Arguments Codegen::pushTemplateArgs(TemplateLiteral *args) | - |
| 1849 | { | - |
| 1850 | int argc = 0; | - |
| 1851 | for (TemplateLiteral *it = args; it| TRUE | evaluated 486 times by 1 test | | FALSE | evaluated 306 times by 1 test |
; it = it->next) | 306-486 |
| 1852 | ++executed 486 times by 1 test: ++argc; argc;executed 486 times by 1 test: ++argc; | 486 |
| 1853 | | - |
| 1854 | if (!argc| TRUE | never evaluated | | FALSE | evaluated 306 times by 1 test |
) | 0-306 |
| 1855 | return never executed: return { 0, 0, false }; { 0, 0, false };never executed: return { 0, 0, false }; | 0 |
| 1856 | | - |
| 1857 | int calldata = bytecodeGenerator->newRegisterArray(argc); | - |
| 1858 | | - |
| 1859 | argc = 0; | - |
| 1860 | for (TemplateLiteral *it = args; it| TRUE | evaluated 485 times by 1 test | | FALSE | never evaluated |
&& it->expression| TRUE | evaluated 180 times by 1 test | | FALSE | evaluated 306 times by 1 test |
; it = it->next) { | 0-485 |
| 1861 | RegisterScope scope(this); | - |
| 1862 | Reference e = expression(it->expression); | - |
| 1863 | if (hasError| TRUE | never evaluated | | FALSE | evaluated 180 times by 1 test |
) | 0-180 |
| 1864 | break; never executed: break; | 0 |
| 1865 | (void) e.storeOnStack(calldata + argc); | - |
| 1866 | ++argc; | - |
| 1867 | }executed 180 times by 1 test: end of block | 180 |
| 1868 | | - |
| 1869 | returnexecuted 306 times by 1 test: return { argc, calldata, false }; { argc, calldata, false };executed 306 times by 1 test: return { argc, calldata, false }; | 306 |
| 1870 | } | - |
| 1871 | | - |
| 1872 | bool Codegen::visit(ConditionalExpression *ast) | - |
| 1873 | { | - |
| 1874 | if (hasError| TRUE | never evaluated | | FALSE | evaluated 26391 times by 44 testsEvaluated by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsonbinding
- tst_qjsvalue
- tst_qqmlbinding
- tst_qqmlecmascript
- tst_qqmlinstantiator
- tst_qqmllistmodel
- tst_qqmltypeloader
- tst_qquickaccessible
- tst_qquickanimatedimage
- tst_qquickanimatedsprite
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickfocusscope
- tst_qquickgridview
- tst_qquickitem2
- tst_qquickitemlayer
- ...
|
) | 0-26391 |
| 1875 | return never executed: return true; true;never executed: return true; | 0 |
| 1876 | | - |
| 1877 | RegisterScope scope(this); | - |
| 1878 | | - |
| 1879 | BytecodeGenerator::Label iftrue = bytecodeGenerator->newLabel(); | - |
| 1880 | BytecodeGenerator::Label iffalse = bytecodeGenerator->newLabel(); | - |
| 1881 | condition(ast->expression, &iftrue, &iffalse, true); | - |
| 1882 | | - |
| 1883 | iftrue.link(); | - |
| 1884 | Reference ok = expression(ast->ok); | - |
| 1885 | if (hasError| TRUE | never evaluated | | FALSE | evaluated 26475 times by 44 testsEvaluated by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsonbinding
- tst_qjsvalue
- tst_qqmlbinding
- tst_qqmlecmascript
- tst_qqmlinstantiator
- tst_qqmllistmodel
- tst_qqmltypeloader
- tst_qquickaccessible
- tst_qquickanimatedimage
- tst_qquickanimatedsprite
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickfocusscope
- tst_qquickgridview
- tst_qquickitem2
- tst_qquickitemlayer
- ...
|
) | 0-26475 |
| 1886 | return never executed: return false; false;never executed: return false; | 0 |
| 1887 | ok.loadInAccumulator(); | - |
| 1888 | BytecodeGenerator::Jump jump_endif = bytecodeGenerator->jump(); | - |
| 1889 | | - |
| 1890 | iffalse.link(); | - |
| 1891 | Reference ko = expression(ast->ko); | - |
| 1892 | if (hasError| TRUE | never evaluated | | FALSE | evaluated 26468 times by 44 testsEvaluated by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsonbinding
- tst_qjsvalue
- tst_qqmlbinding
- tst_qqmlecmascript
- tst_qqmlinstantiator
- tst_qqmllistmodel
- tst_qqmltypeloader
- tst_qquickaccessible
- tst_qquickanimatedimage
- tst_qquickanimatedsprite
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickfocusscope
- tst_qquickgridview
- tst_qquickitem2
- tst_qquickitemlayer
- ...
|
) | 0-26468 |
| 1893 | return never executed: return false; false;never executed: return false; | 0 |
| 1894 | ko.loadInAccumulator(); | - |
| 1895 | | - |
| 1896 | jump_endif.link(); | - |
| 1897 | _expr.setResult(Reference::fromAccumulator(this)); | - |
| 1898 | | - |
| 1899 | returnexecuted 26483 times by 44 tests: return false;Executed by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsonbinding
- tst_qjsvalue
- tst_qqmlbinding
- tst_qqmlecmascript
- tst_qqmlinstantiator
- tst_qqmllistmodel
- tst_qqmltypeloader
- tst_qquickaccessible
- tst_qquickanimatedimage
- tst_qquickanimatedsprite
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickfocusscope
- tst_qquickgridview
- tst_qquickitem2
- tst_qquickitemlayer
- ...
false;executed 26483 times by 44 tests: return false;Executed by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsonbinding
- tst_qjsvalue
- tst_qqmlbinding
- tst_qqmlecmascript
- tst_qqmlinstantiator
- tst_qqmllistmodel
- tst_qqmltypeloader
- tst_qquickaccessible
- tst_qquickanimatedimage
- tst_qquickanimatedsprite
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickfocusscope
- tst_qquickgridview
- tst_qquickitem2
- tst_qquickitemlayer
- ...
| 26483 |
| 1900 | } | - |
| 1901 | | - |
| 1902 | bool Codegen::visit(DeleteExpression *ast) | - |
| 1903 | { | - |
| 1904 | if (hasError| TRUE | never evaluated | | FALSE | evaluated 19197 times by 8 testsEvaluated by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlecmascript
- tst_qqmlxmlhttprequest
- tst_qquickgridview
- tst_qquickitem2
|
) | 0-19197 |
| 1905 | return never executed: return false; false;never executed: return false; | 0 |
| 1906 | | - |
| 1907 | RegisterScope scope(this); | - |
| 1908 | Reference expr = expression(ast->expression); | - |
| 1909 | if (hasError| TRUE | never evaluated | | FALSE | evaluated 19292 times by 8 testsEvaluated by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlecmascript
- tst_qqmlxmlhttprequest
- tst_qquickgridview
- tst_qquickitem2
|
) | 0-19292 |
| 1910 | return never executed: return false; false;never executed: return false; | 0 |
| 1911 | | - |
| 1912 | switch (expr.type) { | - |
| 1913 | caseexecuted 4 times by 1 test: case Reference::SuperProperty: Reference::SuperProperty:executed 4 times by 1 test: case Reference::SuperProperty: | 4 |
| 1914 | | - |
| 1915 | returnexecuted 4 times by 1 test: return false; false;executed 4 times by 1 test: return false; | 4 |
| 1916 | caseexecuted 43 times by 3 tests: case Reference::StackSlot:Executed by:- tst_ecmascripttests
- tst_parserstress
- tst_qquickitem2
Reference::StackSlot:executed 43 times by 3 tests: case Reference::StackSlot:Executed by:- tst_ecmascripttests
- tst_parserstress
- tst_qquickitem2
| 43 |
| 1917 | if (!expr.stackSlotIsLocalOrArgument| TRUE | evaluated 4 times by 1 test | | FALSE | evaluated 39 times by 3 testsEvaluated by:- tst_ecmascripttests
- tst_parserstress
- tst_qquickitem2
|
) | 4-39 |
| 1918 | break;executed 4 times by 1 test: break; | 4 |
| 1919 | | - |
| 1920 | caseexecuted 60 times by 2 tests: case Reference::ScopedLocal:Executed by:- tst_ecmascripttests
- tst_parserstress
Reference::ScopedLocal:executed 60 times by 2 tests: case Reference::ScopedLocal:Executed by:- tst_ecmascripttests
- tst_parserstress
code before this statement executed 39 times by 3 tests: case Reference::ScopedLocal:Executed by:- tst_ecmascripttests
- tst_parserstress
- tst_qquickitem2
| 39-60 |
| 1921 | | - |
| 1922 | if (_context->isStrict| TRUE | never evaluated | | FALSE | evaluated 99 times by 3 testsEvaluated by:- tst_ecmascripttests
- tst_parserstress
- tst_qquickitem2
|
) { | 0-99 |
| 1923 | throwSyntaxError(ast->deleteToken, ([]() noexcept -> QString { enum { Size = sizeof(u"" "Delete of an unqualified identifier in strict mode.")/2 - 1 }; static const QStaticStringData<Size> qstring_literal = { { { { -1 } }, Size, 0, 0, sizeof(QStringData) }, u"" "Delete of an unqualified identifier in strict mode." }; QStringDataPtr holder = { qstring_literal.data_ptr() }; const QString qstring_literal_temp(holder); return never executed: return qstring_literal_temp; qstring_literal_temp;never executed: return qstring_literal_temp; }())); | 0 |
| 1924 | return never executed: return false; false;never executed: return false; | 0 |
| 1925 | } | - |
| 1926 | _expr.setResult(Reference::fromConst(this, QV4::Encode(false))); | - |
| 1927 | returnexecuted 99 times by 3 tests: return false;Executed by:- tst_ecmascripttests
- tst_parserstress
- tst_qquickitem2
false;executed 99 times by 3 tests: return false;Executed by:- tst_ecmascripttests
- tst_parserstress
- tst_qquickitem2
| 99 |
| 1928 | caseexecuted 178 times by 4 tests: case Reference::Name:Executed by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
Reference::Name:executed 178 times by 4 tests: case Reference::Name:Executed by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
{ | 178 |
| 1929 | if (_context->isStrict| TRUE | never evaluated | | FALSE | evaluated 177 times by 4 testsEvaluated by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
|
) { | 0-177 |
| 1930 | throwSyntaxError(ast->deleteToken, ([]() noexcept -> QString { enum { Size = sizeof(u"" "Delete of an unqualified identifier in strict mode.")/2 - 1 }; static const QStaticStringData<Size> qstring_literal = { { { { -1 } }, Size, 0, 0, sizeof(QStringData) }, u"" "Delete of an unqualified identifier in strict mode." }; QStringDataPtr holder = { qstring_literal.data_ptr() }; const QString qstring_literal_temp(holder); return never executed: return qstring_literal_temp; qstring_literal_temp;never executed: return qstring_literal_temp; }())); | 0 |
| 1931 | return never executed: return false; false;never executed: return false; | 0 |
| 1932 | } | - |
| 1933 | Instruction::DeleteName del; | - |
| 1934 | del.name = expr.nameAsIndex(); | - |
| 1935 | bytecodeGenerator->addInstruction(del); | - |
| 1936 | _expr.setResult(Reference::fromAccumulator(this)); | - |
| 1937 | returnexecuted 178 times by 4 tests: return false;Executed by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
false;executed 178 times by 4 tests: return false;Executed by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
| 178 |
| 1938 | } | - |
| 1939 | caseexecuted 1979 times by 5 tests: case Reference::Member:Executed by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsengine
- tst_qqmlecmascript
- tst_qqmlxmlhttprequest
Reference::Member:executed 1979 times by 5 tests: case Reference::Member:Executed by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsengine
- tst_qqmlecmascript
- tst_qqmlxmlhttprequest
{ | 1979 |
| 1940 | | - |
| 1941 | expr = expr.asLValue(); | - |
| 1942 | Instruction::LoadRuntimeString instr; | - |
| 1943 | instr.stringId = expr.propertyNameIndex; | - |
| 1944 | bytecodeGenerator->addInstruction(instr); | - |
| 1945 | Reference index = Reference::fromStackSlot(this); | - |
| 1946 | index.storeConsumeAccumulator(); | - |
| 1947 | Instruction::DeleteProperty del; | - |
| 1948 | del.base = expr.propertyBase.stackSlot(); | - |
| 1949 | del.index = index.stackSlot(); | - |
| 1950 | bytecodeGenerator->addInstruction(del); | - |
| 1951 | _expr.setResult(Reference::fromAccumulator(this)); | - |
| 1952 | returnexecuted 1983 times by 5 tests: return false;Executed by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsengine
- tst_qqmlecmascript
- tst_qqmlxmlhttprequest
false;executed 1983 times by 5 tests: return false;Executed by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsengine
- tst_qqmlecmascript
- tst_qqmlxmlhttprequest
| 1983 |
| 1953 | } | - |
| 1954 | caseexecuted 16829 times by 5 tests: case Reference::Subscript:Executed by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsengine
- tst_qqmlecmascript
- tst_qquickgridview
Reference::Subscript:executed 16829 times by 5 tests: case Reference::Subscript:Executed by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsengine
- tst_qqmlecmascript
- tst_qquickgridview
{ | 16829 |
| 1955 | | - |
| 1956 | expr = expr.asLValue(); | - |
| 1957 | Instruction::DeleteProperty del; | - |
| 1958 | del.base = expr.elementBase; | - |
| 1959 | del.index = expr.elementSubscript.stackSlot(); | - |
| 1960 | bytecodeGenerator->addInstruction(del); | - |
| 1961 | _expr.setResult(Reference::fromAccumulator(this)); | - |
| 1962 | returnexecuted 16893 times by 5 tests: return false;Executed by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsengine
- tst_qqmlecmascript
- tst_qquickgridview
false;executed 16893 times by 5 tests: return false;Executed by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsengine
- tst_qqmlecmascript
- tst_qquickgridview
| 16893 |
| 1963 | } | - |
| 1964 | defaultexecuted 78 times by 2 tests: default:Executed by:- tst_ecmascripttests
- tst_parserstress
:executed 78 times by 2 tests: default:Executed by:- tst_ecmascripttests
- tst_parserstress
| 78 |
| 1965 | break;executed 78 times by 2 tests: break;Executed by:- tst_ecmascripttests
- tst_parserstress
| 78 |
| 1966 | } | - |
| 1967 | | - |
| 1968 | _expr.setResult(Reference::fromConst(this, QV4::Encode(true))); | - |
| 1969 | returnexecuted 82 times by 2 tests: return false;Executed by:- tst_ecmascripttests
- tst_parserstress
false;executed 82 times by 2 tests: return false;Executed by:- tst_ecmascripttests
- tst_parserstress
| 82 |
| 1970 | } | - |
| 1971 | | - |
| 1972 | bool Codegen::visit(FalseLiteral *) | - |
| 1973 | { | - |
| 1974 | if (hasError| TRUE | never evaluated | | FALSE | evaluated 45763 times by 48 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmlinstantiator
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlqt
- tst_qqmltimer
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickdrag
- tst_qquickdraghandler
- tst_qquickdroparea
- tst_qquickflickable
- ...
|
) | 0-45763 |
| 1975 | return never executed: return false; false;never executed: return false; | 0 |
| 1976 | | - |
| 1977 | _expr.setResult(Reference::fromConst(this, QV4::Encode(false))); | - |
| 1978 | returnexecuted 45693 times by 48 tests: return false;Executed by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmlinstantiator
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlqt
- tst_qqmltimer
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickdrag
- tst_qquickdraghandler
- tst_qquickdroparea
- tst_qquickflickable
- ...
false;executed 45693 times by 48 tests: return false;Executed by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmlinstantiator
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlqt
- tst_qqmltimer
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickdrag
- tst_qquickdraghandler
- tst_qquickdroparea
- tst_qquickflickable
- ...
| 45693 |
| 1979 | } | - |
| 1980 | | - |
| 1981 | bool Codegen::visit(SuperLiteral *) | - |
| 1982 | { | - |
| 1983 | if (hasError| TRUE | never evaluated | | FALSE | evaluated 883 times by 1 test |
) | 0-883 |
| 1984 | return never executed: return false; false;never executed: return false; | 0 |
| 1985 | | - |
| 1986 | _expr.setResult(Reference::fromSuper(this)); | - |
| 1987 | returnexecuted 882 times by 1 test: return false; false;executed 882 times by 1 test: return false; | 882 |
| 1988 | } | - |
| 1989 | | - |
| 1990 | bool Codegen::visit(FieldMemberExpression *ast) | - |
| 1991 | { | - |
| 1992 | if (hasError| TRUE | never evaluated | | FALSE | evaluated 2701048 times by 112 testsEvaluated by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- ...
|
) | 0-2701048 |
| 1993 | return never executed: return false; false;never executed: return false; | 0 |
| 1994 | | - |
| 1995 | if (AST::IdentifierExpression *id = AST::cast<AST::IdentifierExpression *>(ast->base)| TRUE | evaluated 1958264 times by 112 testsEvaluated by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- ...
| | FALSE | evaluated 747853 times by 53 testsEvaluated by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllistreference
- tst_qqmllocale
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmltranslation
- tst_qqmltypeloader
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- ...
|
) { | 747853-1958264 |
| 1996 | if (id->name == QLatin1String("new")| TRUE | evaluated 168 times by 1 test | | FALSE | evaluated 1965471 times by 112 testsEvaluated by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- ...
|
) { | 168-1965471 |
| 1997 | | - |
| 1998 | if (ast->name != QLatin1String("target")| TRUE | never evaluated | | FALSE | evaluated 168 times by 1 test |
) { | 0-168 |
| 1999 | throwSyntaxError(ast->identifierToken, QLatin1String("Expected 'target' after 'new.'.")); | - |
| 2000 | return never executed: return false; false;never executed: return false; | 0 |
| 2001 | } | - |
| 2002 | Reference r = Reference::fromStackSlot(this, CallData::NewTarget); | - |
| 2003 | _expr.setResult(r); | - |
| 2004 | returnexecuted 168 times by 1 test: return false; false;executed 168 times by 1 test: return false; | 168 |
| 2005 | } | - |
| 2006 | }executed 1958859 times by 112 tests: end of blockExecuted by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- ...
| 1958859 |
| 2007 | | - |
| 2008 | Reference base = expression(ast->base); | - |
| 2009 | if (hasError| TRUE | never evaluated | | FALSE | evaluated 2708093 times by 112 testsEvaluated by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- ...
|
) | 0-2708093 |
| 2010 | return never executed: return false; false;never executed: return false; | 0 |
| 2011 | if (base.isSuper()| TRUE | evaluated 288 times by 1 test | | FALSE | evaluated 2714303 times by 112 testsEvaluated by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- ...
|
) { | 288-2714303 |
| 2012 | Instruction::LoadRuntimeString load; | - |
| 2013 | load.stringId = registerString(ast->name.toString()); | - |
| 2014 | bytecodeGenerator->addInstruction(load); | - |
| 2015 | Reference property = Reference::fromAccumulator(this).storeOnStack(); | - |
| 2016 | _expr.setResult(Reference::fromSuperProperty(property)); | - |
| 2017 | returnexecuted 288 times by 1 test: return false; false;executed 288 times by 1 test: return false; | 288 |
| 2018 | } | - |
| 2019 | _expr.setResult(Reference::fromMember(base, ast->name.toString())); | - |
| 2020 | returnexecuted 2720333 times by 112 tests: return false;Executed by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- ...
false;executed 2720333 times by 112 tests: return false;Executed by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- ...
| 2720333 |
| 2021 | } | - |
| 2022 | | - |
| 2023 | bool Codegen::visit(TaggedTemplate *ast) | - |
| 2024 | { | - |
| 2025 | if (hasError| TRUE | never evaluated | | FALSE | evaluated 304 times by 1 test |
) | 0-304 |
| 2026 | return never executed: return false; false;never executed: return false; | 0 |
| 2027 | | - |
| 2028 | RegisterScope scope(this); | - |
| 2029 | | - |
| 2030 | Reference base = expression(ast->base); | - |
| 2031 | if (hasError| TRUE | never evaluated | | FALSE | evaluated 305 times by 1 test |
) | 0-305 |
| 2032 | return never executed: return false; false;never executed: return false; | 0 |
| 2033 | switch (base.type) { | - |
| 2034 | caseexecuted 24 times by 1 test: case Reference::Member: Reference::Member:executed 24 times by 1 test: case Reference::Member: | 24 |
| 2035 | case never executed: case Reference::Subscript: Reference::Subscript:never executed: case Reference::Subscript: | 0 |
| 2036 | base = base.asLValue(); | - |
| 2037 | break;executed 24 times by 1 test: break; | 24 |
| 2038 | caseexecuted 94 times by 1 test: case Reference::Name: Reference::Name:executed 94 times by 1 test: case Reference::Name: | 94 |
| 2039 | break;executed 94 times by 1 test: break; | 94 |
| 2040 | defaultexecuted 187 times by 1 test: default: :executed 187 times by 1 test: default: | 187 |
| 2041 | base = base.storeOnStack(); | - |
| 2042 | break;executed 187 times by 1 test: break; | 187 |
| 2043 | } | - |
| 2044 | | - |
| 2045 | int arrayTemp = createTemplateArray(ast->templateLiteral); | - |
| 2046 | (void)arrayTemp;; | - |
| 2047 | auto calldata = pushTemplateArgs(ast->templateLiteral); | - |
| 2048 | if (hasError| TRUE | never evaluated | | FALSE | evaluated 306 times by 1 test |
) | 0-306 |
| 2049 | return never executed: return false; false;never executed: return false; | 0 |
| 2050 | ++calldata.argc; | - |
| 2051 | ((calldata.argv == arrayTemp + 1) ? static_cast<void>(0) : qt_assert("calldata.argv == arrayTemp + 1", __FILE__, 2103)); | - |
| 2052 | --calldata.argv; | - |
| 2053 | | - |
| 2054 | handleCall(base, calldata); | - |
| 2055 | returnexecuted 306 times by 1 test: return false; false;executed 306 times by 1 test: return false; | 306 |
| 2056 | | - |
| 2057 | | - |
| 2058 | return dead code: return false; false;dead code: return false; | - |
| 2059 | } | - |
| 2060 | | - |
| 2061 | int Codegen::createTemplateArray(TemplateLiteral *t) | - |
| 2062 | { | - |
| 2063 | int arrayTemp = bytecodeGenerator->newRegister(); | - |
| 2064 | | - |
| 2065 | RegisterScope scope(this); | - |
| 2066 | | - |
| 2067 | int argc = 0; | - |
| 2068 | int args = -1; | - |
| 2069 | auto push = [this, &argc, &args](const QStringRef &arg) { | - |
| 2070 | int temp = bytecodeGenerator->newRegister(); | - |
| 2071 | if (args == -1| TRUE | evaluated 306 times by 1 test | | FALSE | evaluated 180 times by 1 test |
) | 180-306 |
| 2072 | args = temp;executed 306 times by 1 test: args = temp; | 306 |
| 2073 | Instruction::LoadRuntimeString instr; | - |
| 2074 | instr.stringId = registerString(arg.toString()); | - |
| 2075 | bytecodeGenerator->addInstruction(instr); | - |
| 2076 | Instruction::StoreReg store; | - |
| 2077 | store.reg = temp; | - |
| 2078 | bytecodeGenerator->addInstruction(store); | - |
| 2079 | | - |
| 2080 | ++argc; | - |
| 2081 | }executed 486 times by 1 test: end of block ; | 486 |
| 2082 | | - |
| 2083 | for (TemplateLiteral *it = t; it| TRUE | evaluated 486 times by 1 test | | FALSE | evaluated 306 times by 1 test |
; it = it->next) | 306-486 |
| 2084 | push(it->value);executed 486 times by 1 test: push(it->value); | 486 |
| 2085 | | - |
| 2086 | if (args == -1| TRUE | never evaluated | | FALSE | evaluated 306 times by 1 test |
) { | 0-306 |
| 2087 | ((argc == 0) ? static_cast<void>(0) : qt_assert("argc == 0", __FILE__, 2139)); | - |
| 2088 | args = 0; | - |
| 2089 | } never executed: end of block | 0 |
| 2090 | | - |
| 2091 | Instruction::DefineArray call; | - |
| 2092 | call.argc = argc; | - |
| 2093 | call.args = Moth::StackSlot::createRegister(args); | - |
| 2094 | bytecodeGenerator->addInstruction(call); | - |
| 2095 | | - |
| 2096 | Instruction::StoreReg store; | - |
| 2097 | store.reg = arrayTemp; | - |
| 2098 | bytecodeGenerator->addInstruction(store); | - |
| 2099 | | - |
| 2100 | returnexecuted 306 times by 1 test: return arrayTemp; arrayTemp;executed 306 times by 1 test: return arrayTemp; | 306 |
| 2101 | } | - |
| 2102 | | - |
| 2103 | bool Codegen::visit(FunctionExpression *ast) | - |
| 2104 | { | - |
| 2105 | if (hasError| TRUE | never evaluated | | FALSE | evaluated 746680 times by 28 testsEvaluated by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlitemmodels
- tst_qqmllistmodelworkerscript
- tst_qqmlproperty
- tst_qqmlsqldatabase
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquickloader
- tst_qquickworkerscript
- ...
|
) | 0-746680 |
| 2106 | return never executed: return false; false;never executed: return false; | 0 |
| 2107 | | - |
| 2108 | RegisterScope scope(this); | - |
| 2109 | | - |
| 2110 | int function = defineFunction(ast->name.toString(), ast, ast->formals, ast->body); | - |
| 2111 | if (hasError| TRUE | evaluated 42 times by 1 test | | FALSE | evaluated 746932 times by 28 testsEvaluated by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlitemmodels
- tst_qqmllistmodelworkerscript
- tst_qqmlproperty
- tst_qqmlsqldatabase
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquickloader
- tst_qquickworkerscript
- ...
|
) | 42-746932 |
| 2112 | returnexecuted 42 times by 1 test: return false; false;executed 42 times by 1 test: return false; | 42 |
| 2113 | loadClosure(function); | - |
| 2114 | _expr.setResult(Reference::fromAccumulator(this)); | - |
| 2115 | returnexecuted 748350 times by 28 tests: return false;Executed by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlitemmodels
- tst_qqmllistmodelworkerscript
- tst_qqmlproperty
- tst_qqmlsqldatabase
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquickloader
- tst_qquickworkerscript
- ...
false;executed 748350 times by 28 tests: return false;Executed by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlitemmodels
- tst_qqmllistmodelworkerscript
- tst_qqmlproperty
- tst_qqmlsqldatabase
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquickloader
- tst_qquickworkerscript
- ...
| 748350 |
| 2116 | } | - |
| 2117 | | - |
| 2118 | Codegen::Reference Codegen::referenceForName(const QString &name, bool isLhs) | - |
| 2119 | { | - |
| 2120 | Context::ResolvedName resolved = _context->resolveName(name); | - |
| 2121 | | - |
| 2122 | if (resolved.type == Context::ResolvedName::Local| TRUE | evaluated 894383 times by 21 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmllistmodelworkerscript
- tst_qqmlmetatype
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquickworkerscript
- tst_quicktestmainwithsetup
- tst_qv4debugger
- tst_testfiltering
| | FALSE | evaluated 12994110 times by 138 testsEvaluated by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- ...
|
|| resolved.type == Context::ResolvedName::Stack| TRUE | evaluated 7349313 times by 68 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllistreference
- tst_qqmllocale
- tst_qqmlmetaobject
- tst_qqmlnotifier
- tst_qqmlprofilerservice
- tst_qqmlproperty
- tst_qqmlqt
- ...
| | FALSE | evaluated 5667274 times by 137 testsEvaluated by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- ...
|
) { | 894383-12994110 |
| 2123 | if (resolved.isArgOrEval| TRUE | evaluated 13316 times by 2 testsEvaluated by:- tst_ecmascripttests
- tst_qjsengine
| | FALSE | evaluated 8228138 times by 70 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllistreference
- tst_qqmllocale
- tst_qqmlmetaobject
- tst_qqmlmetatype
- tst_qqmlnotifier
- tst_qqmlprofilerservice
- tst_qqmlproperty
- ...
|
&& isLhs| TRUE | never evaluated | | FALSE | evaluated 13336 times by 2 testsEvaluated by:- tst_ecmascripttests
- tst_qjsengine
|
) | 0-8228138 |
| 2124 | | - |
| 2125 | throwSyntaxError(SourceLocation(), ([]() noexcept -> QString { enum { Size = sizeof(u"" "Variable name may not be eval or arguments in strict mode")/2 - 1 }; static const QStaticStringData<Size> qstring_literal = { { { { -1 } }, Size, 0, 0, sizeof(QStringData) }, u"" "Variable name may not be eval or arguments in strict mode" }; QStringDataPtr holder = { qstring_literal.data_ptr() }; const QString qstring_literal_temp(holder); return never executed: return qstring_literal_temp; qstring_literal_temp;never executed: return qstring_literal_temp; }()));never executed: throwSyntaxError(SourceLocation(), ([]() noexcept -> QString { enum { Size = sizeof(u"" "Variable name may not be eval or arguments in strict mode")/2 - 1 }; static const QStaticStringData<Size> qstring_literal = { { { { -1 } }, Size, 0, 0, sizeof(QStringData) }, u"" "Variable name may not be eval or arguments in strict mode" }; QStringDataPtr holder = { qstring_literal.data_ptr() }; const QString qstring_literal_temp(holder); return qstring_literal_temp; }())); | 0 |
| 2126 | Reference r = (| TRUE | evaluated 892974 times by 21 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmllistmodelworkerscript
- tst_qqmlmetatype
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquickworkerscript
- tst_quicktestmainwithsetup
- tst_qv4debugger
- tst_testfiltering
| | FALSE | evaluated 7333579 times by 68 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllistreference
- tst_qqmllocale
- tst_qqmlmetaobject
- tst_qqmlnotifier
- tst_qqmlprofilerservice
- tst_qqmlproperty
- tst_qqmlqt
- ...
|
resolved.type == Context::ResolvedName::Local)| TRUE | evaluated 892974 times by 21 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmllistmodelworkerscript
- tst_qqmlmetatype
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquickworkerscript
- tst_quicktestmainwithsetup
- tst_qv4debugger
- tst_testfiltering
| | FALSE | evaluated 7333579 times by 68 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllistreference
- tst_qqmllocale
- tst_qqmlmetaobject
- tst_qqmlnotifier
- tst_qqmlprofilerservice
- tst_qqmlproperty
- tst_qqmlqt
- ...
|
? | 892974-7333579 |
| 2127 | Reference::fromScopedLocal(this, resolved.index, resolved.scope) : | - |
| 2128 | Reference::fromStackSlot(this, resolved.index, true ); | - |
| 2129 | if (r.isStackSlot()| TRUE | evaluated 7362479 times by 68 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllistreference
- tst_qqmllocale
- tst_qqmlmetaobject
- tst_qqmlnotifier
- tst_qqmlprofilerservice
- tst_qqmlproperty
- tst_qqmlqt
- ...
| | FALSE | evaluated 895782 times by 21 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmllistmodelworkerscript
- tst_qqmlmetatype
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquickworkerscript
- tst_quicktestmainwithsetup
- tst_qv4debugger
- tst_testfiltering
|
&& _volatileMemoryLocations.isVolatile(name)| TRUE | evaluated 4049278 times by 58 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllistreference
- tst_qqmllocale
- tst_qqmlnotifier
- tst_qqmlprofilerservice
- tst_qqmlproperty
- tst_qqmlqt
- tst_qqmlsettings
- tst_qqmlsqldatabase
- ...
| | FALSE | evaluated 3294708 times by 61 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlitemmodels
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlmetaobject
- tst_qqmlnotifier
- tst_qqmlprofilerservice
- tst_qqmlproperty
- tst_qqmlqt
- tst_qqmlsettings
- tst_qqmlsqldatabase
- tst_qqmltranslation
- tst_qqmlvaluetypeproviders
- ...
|
) | 895782-7362479 |
| 2130 | r.isVolatile = true;executed 4039537 times by 58 tests: r.isVolatile = true;Executed by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllistreference
- tst_qqmllocale
- tst_qqmlnotifier
- tst_qqmlprofilerservice
- tst_qqmlproperty
- tst_qqmlqt
- tst_qqmlsettings
- tst_qqmlsqldatabase
- ...
| 4039537 |
| 2131 | r.isArgOrEval = resolved.isArgOrEval; | - |
| 2132 | r.isReferenceToConst = resolved.isConst; | - |
| 2133 | returnexecuted 8242388 times by 70 tests: return r;Executed by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllistreference
- tst_qqmllocale
- tst_qqmlmetaobject
- tst_qqmlmetatype
- tst_qqmlnotifier
- tst_qqmlprofilerservice
- tst_qqmlproperty
- ...
r;executed 8242388 times by 70 tests: return r;Executed by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllistreference
- tst_qqmllocale
- tst_qqmlmetaobject
- tst_qqmlmetatype
- tst_qqmlnotifier
- tst_qqmlprofilerservice
- tst_qqmlproperty
- ...
| 8242388 |
| 2134 | } | - |
| 2135 | | - |
| 2136 | | - |
| 2137 | Reference fallback = fallbackNameLookup(name); | - |
| 2138 | if (fallback.type != Reference::Invalid| TRUE | evaluated 181564 times by 129 testsEvaluated by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllistreference
- tst_qqmllocale
- ...
| | FALSE | evaluated 5472930 times by 52 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlconnections
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlnotifier
- tst_qqmlproperty
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmlstatemachine
- tst_qqmltranslation
- tst_qqmlvaluetypes
- ...
|
) | 181564-5472930 |
| 2139 | returnexecuted 181564 times by 129 tests: return fallback;Executed by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllistreference
- tst_qqmllocale
- ...
fallback;executed 181564 times by 129 tests: return fallback;Executed by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllistreference
- tst_qqmllocale
- ...
| 181564 |
| 2140 | | - |
| 2141 | Reference r = Reference::fromName(this, name); | - |
| 2142 | r.global = (resolved.type == Context::ResolvedName::Global); | - |
| 2143 | returnexecuted 5491596 times by 52 tests: return r;Executed by:- tst_ecmascripttests
- tst_examples
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlconnections
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlnotifier
- tst_qqmlproperty
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmlstatemachine
- tst_qqmltranslation
- tst_qqmlvaluetypes
- ...
r;executed 5491596 times by 52 tests: return r;Executed by:- tst_ecmascripttests
- tst_examples
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlconnections
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlnotifier
- tst_qqmlproperty
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmlstatemachine
- tst_qqmltranslation
- tst_qqmlvaluetypes
- ...
| 5491596 |
| 2144 | } | - |
| 2145 | | - |
| 2146 | void Codegen::loadClosure(int closureId) | - |
| 2147 | { | - |
| 2148 | if (closureId >= 0| TRUE | evaluated 1036851 times by 32 testsEvaluated by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlitemmodels
- tst_qqmllistmodelworkerscript
- tst_qqmlnotifier
- tst_qqmlproperty
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmltranslation
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickitem2
- ...
| | FALSE | never evaluated |
) { | 0-1036851 |
| 2149 | Instruction::LoadClosure load; | - |
| 2150 | load.value = closureId; | - |
| 2151 | bytecodeGenerator->addInstruction(load); | - |
| 2152 | }executed 1041365 times by 32 tests: end of blockExecuted by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlitemmodels
- tst_qqmllistmodelworkerscript
- tst_qqmlnotifier
- tst_qqmlproperty
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmltranslation
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickitem2
- ...
else { | 1041365 |
| 2153 | Reference::fromConst(this, Encode::undefined()).loadInAccumulator(); | - |
| 2154 | } never executed: end of block | 0 |
| 2155 | } | - |
| 2156 | | - |
| 2157 | Codegen::Reference Codegen::fallbackNameLookup(const QString &name) | - |
| 2158 | { | - |
| 2159 | (void)name; | - |
| 2160 | returnexecuted 5473444 times by 38 tests: return Reference();Executed by:- tst_ecmascripttests
- tst_examples
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmltranslation
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickdesignersupport
- tst_qquickdrag
- tst_qquickdroparea
- tst_qquickgridview
- ...
Reference();executed 5473444 times by 38 tests: return Reference();Executed by:- tst_ecmascripttests
- tst_examples
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmltranslation
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickdesignersupport
- tst_qquickdrag
- tst_qquickdroparea
- tst_qquickgridview
- ...
| 5473444 |
| 2161 | } | - |
| 2162 | | - |
| 2163 | bool Codegen::visit(IdentifierExpression *ast) | - |
| 2164 | { | - |
| 2165 | if (hasError| TRUE | never evaluated | | FALSE | evaluated 11322604 times by 137 testsEvaluated by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- ...
|
) | 0-11322604 |
| 2166 | return never executed: return false; false;never executed: return false; | 0 |
| 2167 | | - |
| 2168 | _expr.setResult(referenceForName(ast->name.toString(), false)); | - |
| 2169 | returnexecuted 11397018 times by 137 tests: return false;Executed by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- ...
false;executed 11397018 times by 137 tests: return false;Executed by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- ...
| 11397018 |
| 2170 | } | - |
| 2171 | | - |
| 2172 | bool Codegen::visit(NestedExpression *ast) | - |
| 2173 | { | - |
| 2174 | if (hasError| TRUE | never evaluated | | FALSE | evaluated 144885 times by 44 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlmoduleplugin
- tst_qqmlproperty
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickaccessible
- tst_qquickanimationcontroller
- tst_qquickdraghandler
- ...
|
) | 0-144885 |
| 2175 | return never executed: return false; false;never executed: return false; | 0 |
| 2176 | | - |
| 2177 | accept(ast->expression); | - |
| 2178 | returnexecuted 145124 times by 44 tests: return false;Executed by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlmoduleplugin
- tst_qqmlproperty
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickaccessible
- tst_qquickanimationcontroller
- tst_qquickdraghandler
- ...
false;executed 145124 times by 44 tests: return false;Executed by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlmoduleplugin
- tst_qqmlproperty
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickaccessible
- tst_qquickanimationcontroller
- tst_qquickdraghandler
- ...
| 145124 |
| 2179 | } | - |
| 2180 | | - |
| 2181 | void Codegen::handleConstruct(const Reference &base, ArgumentList *arguments) | - |
| 2182 | { | - |
| 2183 | Reference constructor; | - |
| 2184 | if (base.isSuper()| TRUE | evaluated 455 times by 1 test | | FALSE | evaluated 197218 times by 22 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmllistmodel
- tst_qqmllocale
- tst_qqmlqt
- tst_qqmlvaluetypeproviders
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickgridview
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpositioners
- tst_quicktestmainwithsetup
- tst_signalspy
- tst_testfiltering
|
) { | 455-197218 |
| 2185 | Instruction::LoadSuperConstructor super; | - |
| 2186 | bytecodeGenerator->addInstruction(super); | - |
| 2187 | constructor = Reference::fromAccumulator(this).storeOnStack(); | - |
| 2188 | }executed 456 times by 1 test: end of block else { | 456 |
| 2189 | constructor = base.storeOnStack(); | - |
| 2190 | }executed 197636 times by 22 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmllistmodel
- tst_qqmllocale
- tst_qqmlqt
- tst_qqmlvaluetypeproviders
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickgridview
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpositioners
- tst_quicktestmainwithsetup
- tst_signalspy
- tst_testfiltering
| 197636 |
| 2191 | | - |
| 2192 | auto calldata = pushArgs(arguments); | - |
| 2193 | if (hasError| TRUE | never evaluated | | FALSE | evaluated 197497 times by 22 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmllistmodel
- tst_qqmllocale
- tst_qqmlqt
- tst_qqmlvaluetypeproviders
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickgridview
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpositioners
- tst_quicktestmainwithsetup
- tst_signalspy
- tst_testfiltering
|
) | 0-197497 |
| 2194 | return; never executed: return; | 0 |
| 2195 | | - |
| 2196 | if (base.isSuper()| TRUE | evaluated 455 times by 1 test | | FALSE | evaluated 197297 times by 22 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmllistmodel
- tst_qqmllocale
- tst_qqmlqt
- tst_qqmlvaluetypeproviders
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickgridview
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpositioners
- tst_quicktestmainwithsetup
- tst_signalspy
- tst_testfiltering
|
) { | 455-197297 |
| 2197 | Reference::fromStackSlot(this, CallData::Function).loadInAccumulator(); | - |
| 2198 | }executed 456 times by 1 test: end of block else { | 456 |
| 2199 | constructor.loadInAccumulator(); | - |
| 2200 | }executed 198350 times by 22 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmllistmodel
- tst_qqmllocale
- tst_qqmlqt
- tst_qqmlvaluetypeproviders
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickgridview
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpositioners
- tst_quicktestmainwithsetup
- tst_signalspy
- tst_testfiltering
| 198350 |
| 2201 | | - |
| 2202 | if (calldata.hasSpread| TRUE | evaluated 176 times by 1 test | | FALSE | evaluated 197652 times by 22 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmllistmodel
- tst_qqmllocale
- tst_qqmlqt
- tst_qqmlvaluetypeproviders
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickgridview
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpositioners
- tst_quicktestmainwithsetup
- tst_signalspy
- tst_testfiltering
|
) { | 176-197652 |
| 2203 | Instruction::ConstructWithSpread create; | - |
| 2204 | create.func = constructor.stackSlot(); | - |
| 2205 | create.argc = calldata.argc; | - |
| 2206 | create.argv = calldata.argv; | - |
| 2207 | bytecodeGenerator->addInstruction(create); | - |
| 2208 | }executed 176 times by 1 test: end of block else { | 176 |
| 2209 | Instruction::Construct create; | - |
| 2210 | create.func = constructor.stackSlot(); | - |
| 2211 | create.argc = calldata.argc; | - |
| 2212 | create.argv = calldata.argv; | - |
| 2213 | bytecodeGenerator->addInstruction(create); | - |
| 2214 | }executed 198696 times by 22 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmllistmodel
- tst_qqmllocale
- tst_qqmlqt
- tst_qqmlvaluetypeproviders
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickgridview
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpositioners
- tst_quicktestmainwithsetup
- tst_signalspy
- tst_testfiltering
| 198696 |
| 2215 | if (base.isSuper()| TRUE | evaluated 456 times by 1 test | | FALSE | evaluated 198395 times by 22 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmllistmodel
- tst_qqmllocale
- tst_qqmlqt
- tst_qqmlvaluetypeproviders
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickgridview
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpositioners
- tst_quicktestmainwithsetup
- tst_signalspy
- tst_testfiltering
|
) | 456-198395 |
| 2216 | | - |
| 2217 | Reference::fromAccumulator(this).storeOnStack(CallData::This);executed 456 times by 1 test: Reference::fromAccumulator(this).storeOnStack(CallData::This); | 456 |
| 2218 | | - |
| 2219 | _expr.setResult(Reference::fromAccumulator(this)); | - |
| 2220 | }executed 198348 times by 22 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmllistmodel
- tst_qqmllocale
- tst_qqmlqt
- tst_qqmlvaluetypeproviders
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickgridview
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpositioners
- tst_quicktestmainwithsetup
- tst_signalspy
- tst_testfiltering
| 198348 |
| 2221 | | - |
| 2222 | bool Codegen::visit(NewExpression *ast) | - |
| 2223 | { | - |
| 2224 | if (hasError| TRUE | never evaluated | | FALSE | evaluated 944 times by 9 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsvalue
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlqt
- tst_qqmlxmlhttprequest
|
) | 0-944 |
| 2225 | return never executed: return false; false;never executed: return false; | 0 |
| 2226 | | - |
| 2227 | RegisterScope scope(this); | - |
| 2228 | | - |
| 2229 | Reference base = expression(ast->expression); | - |
| 2230 | if (hasError| TRUE | never evaluated | | FALSE | evaluated 947 times by 9 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsvalue
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlqt
- tst_qqmlxmlhttprequest
|
) | 0-947 |
| 2231 | return never executed: return false; false;never executed: return false; | 0 |
| 2232 | if (base.isSuper()| TRUE | never evaluated | | FALSE | evaluated 947 times by 9 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsvalue
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlqt
- tst_qqmlxmlhttprequest
|
) { | 0-947 |
| 2233 | throwSyntaxError(ast->expression->firstSourceLocation(), ([]() noexcept -> QString { enum { Size = sizeof(u"" "Cannot use new with super.")/2 - 1 }; static const QStaticStringData<Size> qstring_literal = { { { { -1 } }, Size, 0, 0, sizeof(QStringData) }, u"" "Cannot use new with super." }; QStringDataPtr holder = { qstring_literal.data_ptr() }; const QString qstring_literal_temp(holder); return never executed: return qstring_literal_temp; qstring_literal_temp;never executed: return qstring_literal_temp; }())); | 0 |
| 2234 | return never executed: return false; false;never executed: return false; | 0 |
| 2235 | } | - |
| 2236 | | - |
| 2237 | handleConstruct(base, nullptr); | - |
| 2238 | returnexecuted 945 times by 9 tests: return false;Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsvalue
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlqt
- tst_qqmlxmlhttprequest
false;executed 945 times by 9 tests: return false;Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsvalue
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlqt
- tst_qqmlxmlhttprequest
| 945 |
| 2239 | } | - |
| 2240 | | - |
| 2241 | bool Codegen::visit(NewMemberExpression *ast) | - |
| 2242 | { | - |
| 2243 | if (hasError| TRUE | never evaluated | | FALSE | evaluated 195827 times by 21 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmllocale
- tst_qqmlqt
- tst_qqmlvaluetypeproviders
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickgridview
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpositioners
- tst_quicktestmainwithsetup
- tst_signalspy
- tst_testfiltering
|
) | 0-195827 |
| 2244 | return never executed: return false; false;never executed: return false; | 0 |
| 2245 | | - |
| 2246 | RegisterScope scope(this); | - |
| 2247 | | - |
| 2248 | Reference base = expression(ast->base); | - |
| 2249 | if (hasError| TRUE | never evaluated | | FALSE | evaluated 196695 times by 21 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmllocale
- tst_qqmlqt
- tst_qqmlvaluetypeproviders
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickgridview
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpositioners
- tst_quicktestmainwithsetup
- tst_signalspy
- tst_testfiltering
|
) | 0-196695 |
| 2250 | return never executed: return false; false;never executed: return false; | 0 |
| 2251 | if (base.isSuper()| TRUE | never evaluated | | FALSE | evaluated 197765 times by 21 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmllocale
- tst_qqmlqt
- tst_qqmlvaluetypeproviders
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickgridview
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpositioners
- tst_quicktestmainwithsetup
- tst_signalspy
- tst_testfiltering
|
) { | 0-197765 |
| 2252 | throwSyntaxError(ast->base->firstSourceLocation(), ([]() noexcept -> QString { enum { Size = sizeof(u"" "Cannot use new with super.")/2 - 1 }; static const QStaticStringData<Size> qstring_literal = { { { { -1 } }, Size, 0, 0, sizeof(QStringData) }, u"" "Cannot use new with super." }; QStringDataPtr holder = { qstring_literal.data_ptr() }; const QString qstring_literal_temp(holder); return never executed: return qstring_literal_temp; qstring_literal_temp;never executed: return qstring_literal_temp; }())); | 0 |
| 2253 | return never executed: return false; false;never executed: return false; | 0 |
| 2254 | } | - |
| 2255 | | - |
| 2256 | handleConstruct(base, ast->arguments); | - |
| 2257 | returnexecuted 196805 times by 21 tests: return false;Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmllocale
- tst_qqmlqt
- tst_qqmlvaluetypeproviders
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickgridview
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpositioners
- tst_quicktestmainwithsetup
- tst_signalspy
- tst_testfiltering
false;executed 196805 times by 21 tests: return false;Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmllocale
- tst_qqmlqt
- tst_qqmlvaluetypeproviders
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickgridview
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpositioners
- tst_quicktestmainwithsetup
- tst_signalspy
- tst_testfiltering
| 196805 |
| 2258 | } | - |
| 2259 | | - |
| 2260 | bool Codegen::visit(NotExpression *ast) | - |
| 2261 | { | - |
| 2262 | if (hasError| TRUE | never evaluated | | FALSE | evaluated 193393 times by 33 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsvalue
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmltimer
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickaccessible
- tst_qquickanimatedsprite
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickdraghandler
- tst_qquickfocusscope
- tst_qquickfontloader
- tst_qquickgridview
- tst_qquickitem
- tst_qquicklayouts
- tst_qquicklistview
- ...
|
) | 0-193393 |
| 2263 | return never executed: return false; false;never executed: return false; | 0 |
| 2264 | | - |
| 2265 | _expr.setResult(unop(Not, expression(ast->expression))); | - |
| 2266 | returnexecuted 194576 times by 33 tests: return false;Executed by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsvalue
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmltimer
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickaccessible
- tst_qquickanimatedsprite
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickdraghandler
- tst_qquickfocusscope
- tst_qquickfontloader
- tst_qquickgridview
- tst_qquickitem
- tst_qquicklayouts
- tst_qquicklistview
- ...
false;executed 194576 times by 33 tests: return false;Executed by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsvalue
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmltimer
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickaccessible
- tst_qquickanimatedsprite
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickdraghandler
- tst_qquickfocusscope
- tst_qquickfontloader
- tst_qquickgridview
- tst_qquickitem
- tst_qquicklayouts
- tst_qquicklistview
- ...
| 194576 |
| 2267 | } | - |
| 2268 | | - |
| 2269 | bool Codegen::visit(NullExpression *) | - |
| 2270 | { | - |
| 2271 | if (hasError| TRUE | never evaluated | | FALSE | evaluated 104560 times by 34 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlecmascript
- tst_qqmlincubator
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlproperty
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickdroparea
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickitem
- tst_qquickitem2
- tst_qquickitemlayer
- tst_qquicklayouts
- ...
|
) | 0-104560 |
| 2272 | return never executed: return false; false;never executed: return false; | 0 |
| 2273 | | - |
| 2274 | if (_expr.accept(cx)| TRUE | evaluated 16 times by 1 test | | FALSE | evaluated 104546 times by 34 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlecmascript
- tst_qqmlincubator
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlproperty
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickdroparea
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickitem
- tst_qquickitem2
- tst_qquickitemlayer
- tst_qquicklayouts
- ...
|
) | 16-104546 |
| 2275 | bytecodeGenerator->jump().link(*_expr.iffalse());executed 16 times by 1 test: bytecodeGenerator->jump().link(*_expr.iffalse()); | 16 |
| 2276 | else | - |
| 2277 | _expr.setResult(Reference::fromConst(this, Encode::null()));executed 104452 times by 34 tests: _expr.setResult(Reference::fromConst(this, Encode::null()));Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlecmascript
- tst_qqmlincubator
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlproperty
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickdroparea
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickitem
- tst_qquickitem2
- tst_qquickitemlayer
- tst_qquicklayouts
- ...
| 104452 |
| 2278 | | - |
| 2279 | returnexecuted 105820 times by 34 tests: return false;Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlecmascript
- tst_qqmlincubator
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlproperty
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickdroparea
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickitem
- tst_qquickitem2
- tst_qquickitemlayer
- tst_qquicklayouts
- ...
false;executed 105820 times by 34 tests: return false;Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlecmascript
- tst_qqmlincubator
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlproperty
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickdroparea
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickitem
- tst_qquickitem2
- tst_qquickitemlayer
- tst_qquicklayouts
- ...
| 105820 |
| 2280 | } | - |
| 2281 | | - |
| 2282 | bool Codegen::visit(NumericLiteral *ast) | - |
| 2283 | { | - |
| 2284 | if (hasError| TRUE | never evaluated | | FALSE | evaluated 1000071 times by 90 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- ...
|
) | 0-1000071 |
| 2285 | return never executed: return false; false;never executed: return false; | 0 |
| 2286 | | - |
| 2287 | _expr.setResult(Reference::fromConst(this, QV4::Encode::smallestNumber(ast->value))); | - |
| 2288 | returnexecuted 1000268 times by 90 tests: return false;Executed by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- ...
false;executed 1000268 times by 90 tests: return false;Executed by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- ...
| 1000268 |
| 2289 | } | - |
| 2290 | | - |
| 2291 | bool Codegen::visit(ObjectPattern *ast) | - |
| 2292 | { | - |
| 2293 | if (hasError| TRUE | never evaluated | | FALSE | evaluated 71470 times by 36 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlprofilerservice
- tst_qqmlproperty
- tst_qqmlqt
- tst_qqmlsettings
- tst_qqmlsqldatabase
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickgridview
- tst_qquicklayouts
- tst_qquicklistview
- ...
|
) | 0-71470 |
| 2294 | return never executed: return false; false;never executed: return false; | 0 |
| 2295 | | - |
| 2296 | QVector<QPair<Reference, ObjectPropertyValue>> computedProperties; | - |
| 2297 | QMap<QString, ObjectPropertyValue> valueMap; | - |
| 2298 | | - |
| 2299 | RegisterScope scope(this); | - |
| 2300 | | - |
| 2301 | QStringList members; | - |
| 2302 | | - |
| 2303 | int argc = 0; | - |
| 2304 | int args = 0; | - |
| 2305 | auto push = [this, &args, &argc](const Reference &arg) { | - |
| 2306 | int temp = bytecodeGenerator->newRegister(); | - |
| 2307 | if (argc == 0| TRUE | evaluated 48554 times by 33 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlprofilerservice
- tst_qqmlqt
- tst_qqmlsettings
- tst_qqmlsqldatabase
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickgridview
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickparticlegroup
- ...
| | FALSE | evaluated 53323 times by 24 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpathview
- tst_qquickworkerscript
- tst_quicktestmainwithsetup
- tst_qv4debugger
- tst_testfiltering
|
) | 48554-53323 |
| 2308 | args = temp;executed 48552 times by 33 tests: args = temp;Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlprofilerservice
- tst_qqmlqt
- tst_qqmlsettings
- tst_qqmlsqldatabase
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickgridview
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickparticlegroup
- ...
| 48552 |
| 2309 | (void) arg.storeOnStack(temp); | - |
| 2310 | ++argc; | - |
| 2311 | }executed 101864 times by 33 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlprofilerservice
- tst_qqmlqt
- tst_qqmlsettings
- tst_qqmlsqldatabase
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickgridview
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickparticlegroup
- ...
; | 101864 |
| 2312 | | - |
| 2313 | PatternPropertyList *it = ast->properties; | - |
| 2314 | for (; it| TRUE | evaluated 77717 times by 33 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlprofilerservice
- tst_qqmlqt
- tst_qqmlsettings
- tst_qqmlsqldatabase
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickgridview
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickparticlegroup
- ...
| | FALSE | evaluated 67292 times by 36 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlprofilerservice
- tst_qqmlproperty
- tst_qqmlqt
- tst_qqmlsettings
- tst_qqmlsqldatabase
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickgridview
- tst_qquicklayouts
- tst_qquicklistview
- ...
|
; it = it->next) { | 67292-77717 |
| 2315 | PatternProperty *p = it->property; | - |
| 2316 | AST::ComputedPropertyName *cname = AST::cast<AST::ComputedPropertyName *>(p->name); | - |
| 2317 | if (cname| TRUE | evaluated 440 times by 1 test | | FALSE | evaluated 77162 times by 33 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlprofilerservice
- tst_qqmlqt
- tst_qqmlsettings
- tst_qqmlsqldatabase
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickgridview
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickparticlegroup
- ...
|
|| p->type == PatternProperty::Getter| TRUE | evaluated 473 times by 1 test | | FALSE | evaluated 76845 times by 33 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlprofilerservice
- tst_qqmlqt
- tst_qqmlsettings
- tst_qqmlsqldatabase
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickgridview
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickparticlegroup
- ...
|
|| p->type == PatternProperty::Setter| TRUE | evaluated 186 times by 1 test | | FALSE | evaluated 76651 times by 33 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlprofilerservice
- tst_qqmlqt
- tst_qqmlsettings
- tst_qqmlsqldatabase
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickgridview
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickparticlegroup
- ...
|
) | 186-77162 |
| 2318 | break;executed 1097 times by 1 test: break; | 1097 |
| 2319 | QString name = p->name->asString(); | - |
| 2320 | uint arrayIndex = QV4::String::toArrayIndex(name); | - |
| 2321 | if (arrayIndex != | TRUE | evaluated 3073 times by 3 testsEvaluated by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsengine
| | FALSE | evaluated 73560 times by 33 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlprofilerservice
- tst_qqmlqt
- tst_qqmlsettings
- tst_qqmlsqldatabase
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickgridview
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickparticlegroup
- ...
|
| 3073-73560 |
| 2322 | (0x7fffffff * 2U + 1U)| TRUE | evaluated 3073 times by 3 testsEvaluated by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsengine
| | FALSE | evaluated 73560 times by 33 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlprofilerservice
- tst_qqmlqt
- tst_qqmlsettings
- tst_qqmlsqldatabase
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickgridview
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickparticlegroup
- ...
|
| 3073-73560 |
| 2323 | ) | - |
| 2324 | break;executed 3074 times by 3 tests: break;Executed by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsengine
| 3074 |
| 2325 | if (members.contains(name)| TRUE | evaluated 18 times by 2 testsEvaluated by:- tst_ecmascripttests
- tst_parserstress
| | FALSE | evaluated 73585 times by 33 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlprofilerservice
- tst_qqmlqt
- tst_qqmlsettings
- tst_qqmlsqldatabase
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickgridview
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickparticlegroup
- ...
|
) | 18-73585 |
| 2326 | break;executed 18 times by 2 tests: break;Executed by:- tst_ecmascripttests
- tst_parserstress
| 18 |
| 2327 | members.append(name); | - |
| 2328 | | - |
| 2329 | { | - |
| 2330 | RegisterScope innerScope(this); | - |
| 2331 | Reference value = expression(p->initializer); | - |
| 2332 | if (hasError| TRUE | evaluated 4 times by 1 test | | FALSE | evaluated 73597 times by 33 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlprofilerservice
- tst_qqmlqt
- tst_qqmlsettings
- tst_qqmlsqldatabase
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickgridview
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickparticlegroup
- ...
|
) | 4-73597 |
| 2333 | returnexecuted 4 times by 1 test: return false; false;executed 4 times by 1 test: return false; | 4 |
| 2334 | value.loadInAccumulator(); | - |
| 2335 | } | - |
| 2336 | push(Reference::fromAccumulator(this)); | - |
| 2337 | }executed 73581 times by 33 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlprofilerservice
- tst_qqmlqt
- tst_qqmlsettings
- tst_qqmlsqldatabase
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickgridview
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickparticlegroup
- ...
| 73581 |
| 2338 | | - |
| 2339 | int classId = jsUnitGenerator->registerJSClass(members); | - |
| 2340 | | - |
| 2341 | | - |
| 2342 | for (; it| TRUE | evaluated 9411 times by 3 testsEvaluated by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsengine
| | FALSE | evaluated 71570 times by 36 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlprofilerservice
- tst_qqmlproperty
- tst_qqmlqt
- tst_qqmlsettings
- tst_qqmlsqldatabase
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickgridview
- tst_qquicklayouts
- tst_qquicklistview
- ...
|
; it = it->next) { | 9411-71570 |
| 2343 | PatternProperty *p = it->property; | - |
| 2344 | AST::ComputedPropertyName *cname = AST::cast<AST::ComputedPropertyName *>(p->name); | - |
| 2345 | ObjectLiteralArgument argType = ObjectLiteralArgument::Value; | - |
| 2346 | if (p->type == PatternProperty::Getter| TRUE | evaluated 893 times by 1 test | | FALSE | evaluated 8518 times by 3 testsEvaluated by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsengine
|
) | 893-8518 |
| 2347 | argType = ObjectLiteralArgument::Getter;executed 893 times by 1 test: argType = ObjectLiteralArgument::Getter; | 893 |
| 2348 | else if (p->type == PatternProperty::Setter| TRUE | evaluated 594 times by 1 test | | FALSE | evaluated 7909 times by 3 testsEvaluated by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsengine
|
) | 594-7909 |
| 2349 | argType = ObjectLiteralArgument::Setter;executed 594 times by 1 test: argType = ObjectLiteralArgument::Setter; | 594 |
| 2350 | | - |
| 2351 | Reference::fromConst(this, Encode(int(argType))).loadInAccumulator(); | - |
| 2352 | push(Reference::fromAccumulator(this)); | - |
| 2353 | | - |
| 2354 | if (cname| TRUE | evaluated 677 times by 1 test | | FALSE | evaluated 8757 times by 3 testsEvaluated by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsengine
|
) { | 677-8757 |
| 2355 | RegisterScope innerScope(this); | - |
| 2356 | Reference name = expression(cname->expression); | - |
| 2357 | if (hasError| TRUE | never evaluated | | FALSE | evaluated 677 times by 1 test |
) | 0-677 |
| 2358 | return never executed: return false; false;never executed: return false; | 0 |
| 2359 | name.loadInAccumulator(); | - |
| 2360 | }executed 677 times by 1 test: end of block else { | 677 |
| 2361 | QString name = p->name->asString(); | - |
| 2362 | | - |
| 2363 | | - |
| 2364 | | - |
| 2365 | | - |
| 2366 | | - |
| 2367 | | - |
| 2368 | { | - |
| 2369 | Instruction::LoadRuntimeString instr; | - |
| 2370 | instr.stringId = registerString(name); | - |
| 2371 | bytecodeGenerator->addInstruction(instr); | - |
| 2372 | } | - |
| 2373 | }executed 8742 times by 3 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsengine
| 8742 |
| 2374 | push(Reference::fromAccumulator(this)); | - |
| 2375 | { | - |
| 2376 | RegisterScope innerScope(this); | - |
| 2377 | Reference value = expression(p->initializer); | - |
| 2378 | if (hasError| TRUE | never evaluated | | FALSE | evaluated 9435 times by 3 testsEvaluated by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsengine
|
) | 0-9435 |
| 2379 | return never executed: return false; false;never executed: return false; | 0 |
| 2380 | value.loadInAccumulator(); | - |
| 2381 | } | - |
| 2382 | push(Reference::fromAccumulator(this)); | - |
| 2383 | }executed 9451 times by 3 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsengine
| 9451 |
| 2384 | | - |
| 2385 | Instruction::DefineObjectLiteral call; | - |
| 2386 | call.internalClassId = classId; | - |
| 2387 | call.argc = argc; | - |
| 2388 | call.args = Moth::StackSlot::createRegister(args); | - |
| 2389 | bytecodeGenerator->addInstruction(call); | - |
| 2390 | Reference result = Reference::fromAccumulator(this); | - |
| 2391 | _expr.setResult(result); | - |
| 2392 | returnexecuted 71480 times by 36 tests: return false;Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlprofilerservice
- tst_qqmlproperty
- tst_qqmlqt
- tst_qqmlsettings
- tst_qqmlsqldatabase
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickgridview
- tst_qquicklayouts
- tst_qquicklistview
- ...
false;executed 71480 times by 36 tests: return false;Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlprofilerservice
- tst_qqmlproperty
- tst_qqmlqt
- tst_qqmlsettings
- tst_qqmlsqldatabase
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickgridview
- tst_qquicklayouts
- tst_qquicklistview
- ...
| 71480 |
| 2393 | } | - |
| 2394 | | - |
| 2395 | bool Codegen::visit(PostDecrementExpression *ast) | - |
| 2396 | { | - |
| 2397 | if (hasError| TRUE | never evaluated | | FALSE | evaluated 453 times by 8 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qquicklistview
- tst_qquickrepeater
- tst_qquicktableview
|
) | 0-453 |
| 2398 | return never executed: return false; false;never executed: return false; | 0 |
| 2399 | | - |
| 2400 | Reference expr = expression(ast->base); | - |
| 2401 | if (hasError| TRUE | never evaluated | | FALSE | evaluated 453 times by 8 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qquicklistview
- tst_qquickrepeater
- tst_qquicktableview
|
) | 0-453 |
| 2402 | return never executed: return false; false;never executed: return false; | 0 |
| 2403 | if (!expr.isLValue()| TRUE | evaluated 4 times by 1 test | | FALSE | evaluated 449 times by 8 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qquicklistview
- tst_qquickrepeater
- tst_qquicktableview
|
) { | 4-449 |
| 2404 | throwReferenceError(ast->base->lastSourceLocation(), ([]() noexcept -> QString { enum { Size = sizeof(u"" "Invalid left-hand side expression in postfix operation")/2 - 1 }; static const QStaticStringData<Size> qstring_literal = { { { { -1 } }, Size, 0, 0, sizeof(QStringData) }, u"" "Invalid left-hand side expression in postfix operation" }; QStringDataPtr holder = { qstring_literal.data_ptr() }; const QString qstring_literal_temp(holder); returnexecuted 4 times by 1 test: return qstring_literal_temp; qstring_literal_temp;executed 4 times by 1 test: return qstring_literal_temp; }())); | 4 |
| 2405 | returnexecuted 4 times by 1 test: return false; false;executed 4 times by 1 test: return false; | 4 |
| 2406 | } | - |
| 2407 | if (throwSyntaxErrorOnEvalOrArgumentsInStrictMode(expr, ast->decrementToken)| TRUE | evaluated 4 times by 1 test | | FALSE | evaluated 445 times by 8 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qquicklistview
- tst_qquickrepeater
- tst_qquicktableview
|
) | 4-445 |
| 2408 | returnexecuted 4 times by 1 test: return false; false;executed 4 times by 1 test: return false; | 4 |
| 2409 | | - |
| 2410 | _expr.setResult(unop(PostDecrement, expr)); | - |
| 2411 | | - |
| 2412 | returnexecuted 445 times by 8 tests: return false;Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qquicklistview
- tst_qquickrepeater
- tst_qquicktableview
false;executed 445 times by 8 tests: return false;Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qquicklistview
- tst_qquickrepeater
- tst_qquicktableview
| 445 |
| 2413 | } | - |
| 2414 | | - |
| 2415 | bool Codegen::visit(PostIncrementExpression *ast) | - |
| 2416 | { | - |
| 2417 | if (hasError| TRUE | never evaluated | | FALSE | evaluated 13025 times by 28 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlecmascript
- tst_qqmlitemmodels
- tst_qqmllistmodelworkerscript
- tst_qqmlnativeconnector
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmltypeloader
- tst_qqmlvaluetypeproviders
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickcustomaffector
- tst_qquickgridview
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- tst_qquickpositioners
- tst_qquickrepeater
- tst_qquickstates
- ...
|
) | 0-13025 |
| 2418 | return never executed: return false; false;never executed: return false; | 0 |
| 2419 | | - |
| 2420 | Reference expr = expression(ast->base); | - |
| 2421 | if (hasError| TRUE | never evaluated | | FALSE | evaluated 13033 times by 28 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlecmascript
- tst_qqmlitemmodels
- tst_qqmllistmodelworkerscript
- tst_qqmlnativeconnector
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmltypeloader
- tst_qqmlvaluetypeproviders
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickcustomaffector
- tst_qquickgridview
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- tst_qquickpositioners
- tst_qquickrepeater
- tst_qquickstates
- ...
|
) | 0-13033 |
| 2422 | return never executed: return false; false;never executed: return false; | 0 |
| 2423 | if (!expr.isLValue()| TRUE | evaluated 24 times by 1 test | | FALSE | evaluated 13029 times by 28 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlecmascript
- tst_qqmlitemmodels
- tst_qqmllistmodelworkerscript
- tst_qqmlnativeconnector
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmltypeloader
- tst_qqmlvaluetypeproviders
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickcustomaffector
- tst_qquickgridview
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- tst_qquickpositioners
- tst_qquickrepeater
- tst_qquickstates
- ...
|
) { | 24-13029 |
| 2424 | throwReferenceError(ast->base->lastSourceLocation(), ([]() noexcept -> QString { enum { Size = sizeof(u"" "Invalid left-hand side expression in postfix operation")/2 - 1 }; static const QStaticStringData<Size> qstring_literal = { { { { -1 } }, Size, 0, 0, sizeof(QStringData) }, u"" "Invalid left-hand side expression in postfix operation" }; QStringDataPtr holder = { qstring_literal.data_ptr() }; const QString qstring_literal_temp(holder); returnexecuted 23 times by 1 test: return qstring_literal_temp; qstring_literal_temp;executed 23 times by 1 test: return qstring_literal_temp; }())); | 23 |
| 2425 | returnexecuted 24 times by 1 test: return false; false;executed 24 times by 1 test: return false; | 24 |
| 2426 | } | - |
| 2427 | if (throwSyntaxErrorOnEvalOrArgumentsInStrictMode(expr, ast->incrementToken)| TRUE | evaluated 4 times by 1 test | | FALSE | evaluated 13023 times by 28 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlecmascript
- tst_qqmlitemmodels
- tst_qqmllistmodelworkerscript
- tst_qqmlnativeconnector
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmltypeloader
- tst_qqmlvaluetypeproviders
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickcustomaffector
- tst_qquickgridview
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- tst_qquickpositioners
- tst_qquickrepeater
- tst_qquickstates
- ...
|
) | 4-13023 |
| 2428 | returnexecuted 4 times by 1 test: return false; false;executed 4 times by 1 test: return false; | 4 |
| 2429 | | - |
| 2430 | _expr.setResult(unop(PostIncrement, expr)); | - |
| 2431 | returnexecuted 13007 times by 28 tests: return false;Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlecmascript
- tst_qqmlitemmodels
- tst_qqmllistmodelworkerscript
- tst_qqmlnativeconnector
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmltypeloader
- tst_qqmlvaluetypeproviders
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickcustomaffector
- tst_qquickgridview
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- tst_qquickpositioners
- tst_qquickrepeater
- tst_qquickstates
- ...
false;executed 13007 times by 28 tests: return false;Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlecmascript
- tst_qqmlitemmodels
- tst_qqmllistmodelworkerscript
- tst_qqmlnativeconnector
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmltypeloader
- tst_qqmlvaluetypeproviders
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickcustomaffector
- tst_qquickgridview
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- tst_qquickpositioners
- tst_qquickrepeater
- tst_qquickstates
- ...
| 13007 |
| 2432 | } | - |
| 2433 | | - |
| 2434 | bool Codegen::visit(PreDecrementExpression *ast) | - |
| 2435 | { if (hasError| TRUE | never evaluated | | FALSE | evaluated 393 times by 6 testsEvaluated by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlecmascript
- tst_qquickgridview
|
) | 0-393 |
| 2436 | return never executed: return false; false;never executed: return false; | 0 |
| 2437 | | - |
| 2438 | Reference expr = expression(ast->expression); | - |
| 2439 | if (hasError| TRUE | evaluated 2 times by 1 test | | FALSE | evaluated 391 times by 6 testsEvaluated by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlecmascript
- tst_qquickgridview
|
) | 2-391 |
| 2440 | returnexecuted 2 times by 1 test: return false; false;executed 2 times by 1 test: return false; | 2 |
| 2441 | if (!expr.isLValue()| TRUE | evaluated 6 times by 2 testsEvaluated by:- tst_ecmascripttests
- tst_qqmlecmascript
| | FALSE | evaluated 385 times by 6 testsEvaluated by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlecmascript
- tst_qquickgridview
|
) { | 6-385 |
| 2442 | throwReferenceError(ast->expression->lastSourceLocation(), ([]() noexcept -> QString { enum { Size = sizeof(u"" "Prefix ++ operator applied to value that is not a reference.")/2 - 1 }; static const QStaticStringData<Size> qstring_literal = { { { { -1 } }, Size, 0, 0, sizeof(QStringData) }, u"" "Prefix ++ operator applied to value that is not a reference." }; QStringDataPtr holder = { qstring_literal.data_ptr() }; const QString qstring_literal_temp(holder); returnexecuted 6 times by 2 tests: return qstring_literal_temp;Executed by:- tst_ecmascripttests
- tst_qqmlecmascript
qstring_literal_temp;executed 6 times by 2 tests: return qstring_literal_temp;Executed by:- tst_ecmascripttests
- tst_qqmlecmascript
}())); | 6 |
| 2443 | returnexecuted 6 times by 2 tests: return false;Executed by:- tst_ecmascripttests
- tst_qqmlecmascript
false;executed 6 times by 2 tests: return false;Executed by:- tst_ecmascripttests
- tst_qqmlecmascript
| 6 |
| 2444 | } | - |
| 2445 | | - |
| 2446 | if (throwSyntaxErrorOnEvalOrArgumentsInStrictMode(expr, ast->decrementToken)| TRUE | evaluated 4 times by 1 test | | FALSE | evaluated 381 times by 6 testsEvaluated by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlecmascript
- tst_qquickgridview
|
) | 4-381 |
| 2447 | returnexecuted 4 times by 1 test: return false; false;executed 4 times by 1 test: return false; | 4 |
| 2448 | _expr.setResult(unop(PreDecrement, expr)); | - |
| 2449 | returnexecuted 381 times by 6 tests: return false;Executed by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlecmascript
- tst_qquickgridview
false;executed 381 times by 6 tests: return false;Executed by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlecmascript
- tst_qquickgridview
| 381 |
| 2450 | } | - |
| 2451 | | - |
| 2452 | bool Codegen::visit(PreIncrementExpression *ast) | - |
| 2453 | { | - |
| 2454 | if (hasError| TRUE | never evaluated | | FALSE | evaluated 5138 times by 32 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlsqldatabase
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickdroparea
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickitem
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpathview
- tst_qquickrepeater
- tst_qquickscreen
- ...
|
) | 0-5138 |
| 2455 | return never executed: return false; false;never executed: return false; | 0 |
| 2456 | | - |
| 2457 | Reference expr = expression(ast->expression); | - |
| 2458 | if (hasError| TRUE | never evaluated | | FALSE | evaluated 5159 times by 32 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlsqldatabase
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickdroparea
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickitem
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpathview
- tst_qquickrepeater
- tst_qquickscreen
- ...
|
) | 0-5159 |
| 2459 | return never executed: return false; false;never executed: return false; | 0 |
| 2460 | if (!expr.isLValue()| TRUE | evaluated 4 times by 1 test | | FALSE | evaluated 5165 times by 32 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlsqldatabase
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickdroparea
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickitem
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpathview
- tst_qquickrepeater
- tst_qquickscreen
- ...
|
) { | 4-5165 |
| 2461 | throwReferenceError(ast->expression->lastSourceLocation(), ([]() noexcept -> QString { enum { Size = sizeof(u"" "Prefix ++ operator applied to value that is not a reference.")/2 - 1 }; static const QStaticStringData<Size> qstring_literal = { { { { -1 } }, Size, 0, 0, sizeof(QStringData) }, u"" "Prefix ++ operator applied to value that is not a reference." }; QStringDataPtr holder = { qstring_literal.data_ptr() }; const QString qstring_literal_temp(holder); returnexecuted 4 times by 1 test: return qstring_literal_temp; qstring_literal_temp;executed 4 times by 1 test: return qstring_literal_temp; }())); | 4 |
| 2462 | returnexecuted 4 times by 1 test: return false; false;executed 4 times by 1 test: return false; | 4 |
| 2463 | } | - |
| 2464 | | - |
| 2465 | if (throwSyntaxErrorOnEvalOrArgumentsInStrictMode(expr, ast->incrementToken)| TRUE | evaluated 4 times by 1 test | | FALSE | evaluated 5152 times by 32 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlsqldatabase
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickdroparea
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickitem
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpathview
- tst_qquickrepeater
- tst_qquickscreen
- ...
|
) | 4-5152 |
| 2466 | returnexecuted 4 times by 1 test: return false; false;executed 4 times by 1 test: return false; | 4 |
| 2467 | _expr.setResult(unop(PreIncrement, expr)); | - |
| 2468 | returnexecuted 5171 times by 32 tests: return false;Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlsqldatabase
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickdroparea
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickitem
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpathview
- tst_qquickrepeater
- tst_qquickscreen
- ...
false;executed 5171 times by 32 tests: return false;Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlsqldatabase
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickdroparea
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickitem
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpathview
- tst_qquickrepeater
- tst_qquickscreen
- ...
| 5171 |
| 2469 | } | - |
| 2470 | | - |
| 2471 | bool Codegen::visit(RegExpLiteral *ast) | - |
| 2472 | { | - |
| 2473 | if (hasError| TRUE | never evaluated | | FALSE | evaluated 1055239 times by 8 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlecmascript
- tst_qqmlxmlhttprequest
- tst_qquicktextinput
|
) | 0-1055239 |
| 2474 | return never executed: return false; false;never executed: return false; | 0 |
| 2475 | | - |
| 2476 | auto r = Reference::fromStackSlot(this); | - |
| 2477 | r.isReadonly = true; | - |
| 2478 | _expr.setResult(r); | - |
| 2479 | | - |
| 2480 | Instruction::MoveRegExp instr; | - |
| 2481 | instr.regExpId = jsUnitGenerator->registerRegExp(ast); | - |
| 2482 | instr.destReg = r.stackSlot(); | - |
| 2483 | bytecodeGenerator->addInstruction(instr); | - |
| 2484 | returnexecuted 1054959 times by 8 tests: return false;Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlecmascript
- tst_qqmlxmlhttprequest
- tst_qquicktextinput
false;executed 1054959 times by 8 tests: return false;Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlecmascript
- tst_qqmlxmlhttprequest
- tst_qquicktextinput
| 1054959 |
| 2485 | } | - |
| 2486 | | - |
| 2487 | bool Codegen::visit(StringLiteral *ast) | - |
| 2488 | { | - |
| 2489 | if (hasError| TRUE | never evaluated | | FALSE | evaluated 3208667 times by 88 testsEvaluated by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllistreference
- ...
|
) | 0-3208667 |
| 2490 | return never executed: return false; false;never executed: return false; | 0 |
| 2491 | | - |
| 2492 | auto r = Reference::fromAccumulator(this); | - |
| 2493 | r.isReadonly = true; | - |
| 2494 | _expr.setResult(r); | - |
| 2495 | | - |
| 2496 | Instruction::LoadRuntimeString instr; | - |
| 2497 | instr.stringId = registerString(ast->value.toString()); | - |
| 2498 | bytecodeGenerator->addInstruction(instr); | - |
| 2499 | returnexecuted 3216259 times by 88 tests: return false;Executed by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllistreference
- ...
false;executed 3216259 times by 88 tests: return false;Executed by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllistreference
- ...
| 3216259 |
| 2500 | } | - |
| 2501 | | - |
| 2502 | bool Codegen::visit(TemplateLiteral *ast) | - |
| 2503 | { | - |
| 2504 | if (hasError| TRUE | never evaluated | | FALSE | evaluated 858 times by 2 testsEvaluated by:- tst_ecmascripttests
- tst_qjsengine
|
) | 0-858 |
| 2505 | return never executed: return false; false;never executed: return false; | 0 |
| 2506 | | - |
| 2507 | Instruction::LoadRuntimeString instr; | - |
| 2508 | instr.stringId = registerString(ast->value.toString()); | - |
| 2509 | bytecodeGenerator->addInstruction(instr); | - |
| 2510 | | - |
| 2511 | if (ast->expression| TRUE | evaluated 524 times by 1 test | | FALSE | evaluated 334 times by 2 testsEvaluated by:- tst_ecmascripttests
- tst_qjsengine
|
) { | 334-524 |
| 2512 | RegisterScope scope(this); | - |
| 2513 | int temp = bytecodeGenerator->newRegister(); | - |
| 2514 | Instruction::StoreReg store; | - |
| 2515 | store.reg = temp; | - |
| 2516 | bytecodeGenerator->addInstruction(store); | - |
| 2517 | | - |
| 2518 | Reference expr = expression(ast->expression); | - |
| 2519 | | - |
| 2520 | if (ast->next| TRUE | evaluated 524 times by 1 test | | FALSE | never evaluated |
) { | 0-524 |
| 2521 | int temp2 = bytecodeGenerator->newRegister(); | - |
| 2522 | expr.storeOnStack(temp2); | - |
| 2523 | visit(ast->next); | - |
| 2524 | | - |
| 2525 | Instruction::Add instr; | - |
| 2526 | instr.lhs = temp2; | - |
| 2527 | bytecodeGenerator->addInstruction(instr); | - |
| 2528 | }executed 524 times by 1 test: end of block else { | 524 |
| 2529 | expr.loadInAccumulator(); | - |
| 2530 | } never executed: end of block | 0 |
| 2531 | | - |
| 2532 | Instruction::Add instr; | - |
| 2533 | instr.lhs = temp; | - |
| 2534 | bytecodeGenerator->addInstruction(instr); | - |
| 2535 | }executed 523 times by 1 test: end of block | 523 |
| 2536 | | - |
| 2537 | auto r = Reference::fromAccumulator(this); | - |
| 2538 | r.isReadonly = true; | - |
| 2539 | | - |
| 2540 | _expr.setResult(r); | - |
| 2541 | returnexecuted 858 times by 2 tests: return false;Executed by:- tst_ecmascripttests
- tst_qjsengine
false;executed 858 times by 2 tests: return false;Executed by:- tst_ecmascripttests
- tst_qjsengine
| 858 |
| 2542 | | - |
| 2543 | } | - |
| 2544 | | - |
| 2545 | bool Codegen::visit(ThisExpression *) | - |
| 2546 | { | - |
| 2547 | if (hasError| TRUE | never evaluated | | FALSE | evaluated 173195 times by 16 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmllistmodel
- tst_qquickanimationcontroller
- tst_qquickdraghandler
- tst_qquicklayouts
- tst_qquickpathview
- tst_quicktestmainwithsetup
- tst_qv4debugger
- tst_testfiltering
|
) | 0-173195 |
| 2548 | return never executed: return false; false;never executed: return false; | 0 |
| 2549 | | - |
| 2550 | _expr.setResult(Reference::fromThis(this)); | - |
| 2551 | returnexecuted 174003 times by 16 tests: return false;Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmllistmodel
- tst_qquickanimationcontroller
- tst_qquickdraghandler
- tst_qquicklayouts
- tst_qquickpathview
- tst_quicktestmainwithsetup
- tst_qv4debugger
- tst_testfiltering
false;executed 174003 times by 16 tests: return false;Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmllistmodel
- tst_qquickanimationcontroller
- tst_qquickdraghandler
- tst_qquicklayouts
- tst_qquickpathview
- tst_quicktestmainwithsetup
- tst_qv4debugger
- tst_testfiltering
| 174003 |
| 2552 | } | - |
| 2553 | | - |
| 2554 | bool Codegen::visit(TildeExpression *ast) | - |
| 2555 | { | - |
| 2556 | if (hasError| TRUE | never evaluated | | FALSE | evaluated 603 times by 4 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsvalue
|
) | 0-603 |
| 2557 | return never executed: return false; false;never executed: return false; | 0 |
| 2558 | | - |
| 2559 | _expr.setResult(unop(Compl, expression(ast->expression))); | - |
| 2560 | returnexecuted 606 times by 4 tests: return false;Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsvalue
false;executed 606 times by 4 tests: return false;Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsvalue
| 606 |
| 2561 | } | - |
| 2562 | | - |
| 2563 | bool Codegen::visit(TrueLiteral *) | - |
| 2564 | { | - |
| 2565 | if (hasError| TRUE | never evaluated | | FALSE | evaluated 161660 times by 60 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmlincubator
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlmetaobject
- tst_qqmlpropertymap
- tst_qqmlqt
- tst_qqmlstatemachine
- tst_qqmltimer
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- ...
|
) | 0-161660 |
| 2566 | return never executed: return false; false;never executed: return false; | 0 |
| 2567 | | - |
| 2568 | _expr.setResult(Reference::fromConst(this, QV4::Encode(true))); | - |
| 2569 | returnexecuted 161513 times by 60 tests: return false;Executed by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmlincubator
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlmetaobject
- tst_qqmlpropertymap
- tst_qqmlqt
- tst_qqmlstatemachine
- tst_qqmltimer
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- ...
false;executed 161513 times by 60 tests: return false;Executed by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmlincubator
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlmetaobject
- tst_qqmlpropertymap
- tst_qqmlqt
- tst_qqmlstatemachine
- tst_qqmltimer
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- ...
| 161513 |
| 2570 | } | - |
| 2571 | | - |
| 2572 | bool Codegen::visit(TypeOfExpression *ast) | - |
| 2573 | { | - |
| 2574 | if (hasError| TRUE | never evaluated | | FALSE | evaluated 189021 times by 13 testsEvaluated by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsonbinding
- tst_qjsvalue
- tst_qqmlecmascript
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_quicktestmainwithsetup
- tst_scenegraph
- tst_signalspy
- tst_testfiltering
|
) | 0-189021 |
| 2575 | return never executed: return false; false;never executed: return false; | 0 |
| 2576 | | - |
| 2577 | RegisterScope scope(this); | - |
| 2578 | | - |
| 2579 | Reference expr = expression(ast->expression); | - |
| 2580 | if (hasError| TRUE | never evaluated | | FALSE | evaluated 189805 times by 13 testsEvaluated by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsonbinding
- tst_qjsvalue
- tst_qqmlecmascript
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_quicktestmainwithsetup
- tst_scenegraph
- tst_signalspy
- tst_testfiltering
|
) | 0-189805 |
| 2581 | return never executed: return false; false;never executed: return false; | 0 |
| 2582 | | - |
| 2583 | if (expr.type == Reference::Name| TRUE | evaluated 3179 times by 6 testsEvaluated by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsonbinding
- tst_qjsvalue
- tst_qqmlecmascript
- tst_scenegraph
| | FALSE | evaluated 186613 times by 10 testsEvaluated by:- tst_ecmascripttests
- tst_parserstress
- tst_qqmlecmascript
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_quicktestmainwithsetup
- tst_signalspy
- tst_testfiltering
|
) { | 3179-186613 |
| 2584 | | - |
| 2585 | Instruction::TypeofName instr; | - |
| 2586 | instr.name = expr.nameAsIndex(); | - |
| 2587 | bytecodeGenerator->addInstruction(instr); | - |
| 2588 | }executed 3180 times by 6 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsonbinding
- tst_qjsvalue
- tst_qqmlecmascript
- tst_scenegraph
else { | 3180 |
| 2589 | expr.loadInAccumulator(); | - |
| 2590 | Instruction::TypeofValue instr; | - |
| 2591 | bytecodeGenerator->addInstruction(instr); | - |
| 2592 | }executed 187480 times by 10 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_parserstress
- tst_qqmlecmascript
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_quicktestmainwithsetup
- tst_signalspy
- tst_testfiltering
| 187480 |
| 2593 | _expr.setResult(Reference::fromAccumulator(this)); | - |
| 2594 | | - |
| 2595 | returnexecuted 190417 times by 13 tests: return false;Executed by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsonbinding
- tst_qjsvalue
- tst_qqmlecmascript
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_quicktestmainwithsetup
- tst_scenegraph
- tst_signalspy
- tst_testfiltering
false;executed 190417 times by 13 tests: return false;Executed by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsonbinding
- tst_qjsvalue
- tst_qqmlecmascript
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_quicktestmainwithsetup
- tst_scenegraph
- tst_signalspy
- tst_testfiltering
| 190417 |
| 2596 | } | - |
| 2597 | | - |
| 2598 | bool Codegen::visit(UnaryMinusExpression *ast) | - |
| 2599 | { | - |
| 2600 | if (hasError| TRUE | never evaluated | | FALSE | evaluated 55500 times by 24 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlqt
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qquickanimatedimage
- tst_qquickanimationcontroller
- tst_qquickdroparea
- tst_qquickgridview
- tst_qquickitemlayer
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpathview
- tst_qquickvisualdatamodel
- tst_quicktestmainwithsetup
- tst_scenegraph
- tst_testfiltering
|
) | 0-55500 |
| 2601 | return never executed: return false; false;never executed: return false; | 0 |
| 2602 | | - |
| 2603 | _expr.setResult(unop(UMinus, expression(ast->expression))); | - |
| 2604 | returnexecuted 55550 times by 24 tests: return false;Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlqt
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qquickanimatedimage
- tst_qquickanimationcontroller
- tst_qquickdroparea
- tst_qquickgridview
- tst_qquickitemlayer
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpathview
- tst_qquickvisualdatamodel
- tst_quicktestmainwithsetup
- tst_scenegraph
- tst_testfiltering
false;executed 55550 times by 24 tests: return false;Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlqt
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qquickanimatedimage
- tst_qquickanimationcontroller
- tst_qquickdroparea
- tst_qquickgridview
- tst_qquickitemlayer
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpathview
- tst_qquickvisualdatamodel
- tst_quicktestmainwithsetup
- tst_scenegraph
- tst_testfiltering
| 55550 |
| 2605 | } | - |
| 2606 | | - |
| 2607 | bool Codegen::visit(UnaryPlusExpression *ast) | - |
| 2608 | { | - |
| 2609 | if (hasError| TRUE | never evaluated | | FALSE | evaluated 2910 times by 3 testsEvaluated by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsvalue
|
) | 0-2910 |
| 2610 | return never executed: return false; false;never executed: return false; | 0 |
| 2611 | | - |
| 2612 | _expr.setResult(unop(UPlus, expression(ast->expression))); | - |
| 2613 | returnexecuted 2909 times by 3 tests: return false;Executed by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsvalue
false;executed 2909 times by 3 tests: return false;Executed by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsvalue
| 2909 |
| 2614 | } | - |
| 2615 | | - |
| 2616 | bool Codegen::visit(VoidExpression *ast) | - |
| 2617 | { | - |
| 2618 | if (hasError| TRUE | never evaluated | | FALSE | evaluated 2055 times by 5 testsEvaluated by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsonbinding
- tst_qjsvalue
- tst_qqmlecmascript
|
) | 0-2055 |
| 2619 | return never executed: return false; false;never executed: return false; | 0 |
| 2620 | | - |
| 2621 | RegisterScope scope(this); | - |
| 2622 | | - |
| 2623 | statement(ast->expression); | - |
| 2624 | _expr.setResult(Reference::fromConst(this, Encode::undefined())); | - |
| 2625 | returnexecuted 2056 times by 5 tests: return false;Executed by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsonbinding
- tst_qjsvalue
- tst_qqmlecmascript
false;executed 2056 times by 5 tests: return false;Executed by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsonbinding
- tst_qjsvalue
- tst_qqmlecmascript
| 2056 |
| 2626 | } | - |
| 2627 | | - |
| 2628 | bool Codegen::visit(FunctionDeclaration * ast) | - |
| 2629 | { | - |
| 2630 | if (hasError| TRUE | never evaluated | | FALSE | evaluated 290192 times by 17 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qqmlecmascript
- tst_qqmlnotifier
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmltranslation
- tst_qqmlvaluetypes
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_qquickworkerscript
- tst_quicktestmainwithsetup
- tst_qv4assembler
- tst_qv4debugger
- tst_testfiltering
|
) | 0-290192 |
| 2631 | return never executed: return false; false;never executed: return false; | 0 |
| 2632 | | - |
| 2633 | RegisterScope scope(this); | - |
| 2634 | | - |
| 2635 | if (_functionContext->contextType == ContextType::Binding| TRUE | evaluated 2865 times by 2 testsEvaluated by:- tst_parserstress
- tst_qqmlnotifier
| | FALSE | evaluated 287620 times by 16 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qqmlecmascript
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmltranslation
- tst_qqmlvaluetypes
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_qquickworkerscript
- tst_quicktestmainwithsetup
- tst_qv4assembler
- tst_qv4debugger
- tst_testfiltering
|
) | 2865-287620 |
| 2636 | referenceForName(ast->name.toString(), true).loadInAccumulator();executed 2865 times by 2 tests: referenceForName(ast->name.toString(), true).loadInAccumulator();Executed by:- tst_parserstress
- tst_qqmlnotifier
| 2865 |
| 2637 | _expr.accept(nx); | - |
| 2638 | returnexecuted 290356 times by 17 tests: return false;Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qqmlecmascript
- tst_qqmlnotifier
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmltranslation
- tst_qqmlvaluetypes
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_qquickworkerscript
- tst_quicktestmainwithsetup
- tst_qv4assembler
- tst_qv4debugger
- tst_testfiltering
false;executed 290356 times by 17 tests: return false;Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qqmlecmascript
- tst_qqmlnotifier
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmltranslation
- tst_qqmlvaluetypes
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_qquickworkerscript
- tst_quicktestmainwithsetup
- tst_qv4assembler
- tst_qv4debugger
- tst_testfiltering
| 290356 |
| 2639 | } | - |
| 2640 | | - |
| 2641 | bool Codegen::visit(YieldExpression *ast) | - |
| 2642 | { | - |
| 2643 | if (ast->isYieldStar| TRUE | evaluated 184 times by 1 test | | FALSE | evaluated 2074 times by 1 test |
) { | 184-2074 |
| 2644 | throwSyntaxError(ast->firstSourceLocation(), QLatin1String("yield* is not currently supported")); | - |
| 2645 | returnexecuted 183 times by 1 test: return false; false;executed 183 times by 1 test: return false; | 183 |
| 2646 | } | - |
| 2647 | if (inFormalParameterList| TRUE | evaluated 16 times by 1 test | | FALSE | evaluated 2058 times by 1 test |
) { | 16-2058 |
| 2648 | throwSyntaxError(ast->firstSourceLocation(), QLatin1String("yield is not allowed inside parameter lists")); | - |
| 2649 | returnexecuted 16 times by 1 test: return false; false;executed 16 times by 1 test: return false; | 16 |
| 2650 | } | - |
| 2651 | | - |
| 2652 | | - |
| 2653 | Reference result = ast->expression| TRUE | evaluated 898 times by 1 test | | FALSE | evaluated 1159 times by 1 test |
? expression(ast->expression) : Reference::fromConst(this, Encode::undefined()); | 898-1159 |
| 2654 | if (hasError| TRUE | never evaluated | | FALSE | evaluated 2059 times by 1 test |
) | 0-2059 |
| 2655 | return never executed: return false; false;never executed: return false; | 0 |
| 2656 | result.loadInAccumulator(); | - |
| 2657 | Instruction::Yield yield; | - |
| 2658 | bytecodeGenerator->addInstruction(yield); | - |
| 2659 | Instruction::Resume resume; | - |
| 2660 | BytecodeGenerator::Jump jump = bytecodeGenerator->addJumpInstruction(resume); | - |
| 2661 | Reference acc = Reference::fromAccumulator(this); | - |
| 2662 | emitReturn(acc); | - |
| 2663 | jump.link(); | - |
| 2664 | _expr.setResult(acc); | - |
| 2665 | returnexecuted 2059 times by 1 test: return false; false;executed 2059 times by 1 test: return false; | 2059 |
| 2666 | } | - |
| 2667 | | - |
| 2668 | static bool endsWithReturn(Module *module, Node *node) | - |
| 2669 | { | - |
| 2670 | if (!node| TRUE | evaluated 15262 times by 21 testsEvaluated by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qqmlconnections
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlnotifier
- tst_qquickanimationcontroller
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickstates
- tst_qquicktext
- tst_qquicktextinput
- tst_qquickworkerscript
- tst_quicktestmainwithsetup
- tst_testfiltering
| | FALSE | evaluated 8157094 times by 139 testsEvaluated by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- ...
|
) | 15262-8157094 |
| 2671 | returnexecuted 15268 times by 21 tests: return false;Executed by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qqmlconnections
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlnotifier
- tst_qquickanimationcontroller
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickstates
- tst_qquicktext
- tst_qquicktextinput
- tst_qquickworkerscript
- tst_quicktestmainwithsetup
- tst_testfiltering
false;executed 15268 times by 21 tests: return false;Executed by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qqmlconnections
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlnotifier
- tst_qquickanimationcontroller
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickstates
- tst_qquicktext
- tst_qquicktextinput
- tst_qquickworkerscript
- tst_quicktestmainwithsetup
- tst_testfiltering
| 15268 |
| 2672 | if (AST::cast<ReturnStatement *>(node)| TRUE | evaluated 249667 times by 46 testsEvaluated by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlmetaobject
- tst_qqmlmetatype
- tst_qqmlnotifier
- tst_qqmlproperty
- ...
| | FALSE | evaluated 7916838 times by 139 testsEvaluated by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- ...
|
) | 249667-7916838 |
| 2673 | returnexecuted 249696 times by 46 tests: return true;Executed by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlmetaobject
- tst_qqmlmetatype
- tst_qqmlnotifier
- tst_qqmlproperty
- ...
true;executed 249696 times by 46 tests: return true;Executed by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlmetaobject
- tst_qqmlmetatype
- tst_qqmlnotifier
- tst_qqmlproperty
- ...
| 249696 |
| 2674 | if (AST::cast<ThrowStatement *>(node)| TRUE | evaluated 88631 times by 11 testsEvaluated by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_quicktestmainwithsetup
- tst_qv4debugger
- tst_testfiltering
| | FALSE | evaluated 7825793 times by 139 testsEvaluated by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- ...
|
) | 88631-7825793 |
| 2675 | returnexecuted 88671 times by 11 tests: return true;Executed by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_quicktestmainwithsetup
- tst_qv4debugger
- tst_testfiltering
true;executed 88671 times by 11 tests: return true;Executed by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_quicktestmainwithsetup
- tst_qv4debugger
- tst_testfiltering
| 88671 |
| 2676 | if (Program *p = AST::cast<Program *>(node)| TRUE | never evaluated | | FALSE | evaluated 7834854 times by 139 testsEvaluated by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- ...
|
) | 0-7834854 |
| 2677 | return never executed: return endsWithReturn(module, p->statements); endsWithReturn(module, p->statements);never executed: return endsWithReturn(module, p->statements); | 0 |
| 2678 | if (StatementList *sl = AST::cast<StatementList *>(node)| TRUE | evaluated 3737645 times by 139 testsEvaluated by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- ...
| | FALSE | evaluated 4091693 times by 139 testsEvaluated by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- ...
|
) { | 3737645-4091693 |
| 2679 | while (sl->next| TRUE | evaluated 3129754 times by 80 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllistreference
- tst_qqmllocale
- tst_qqmlmetatype
- ...
| | FALSE | evaluated 3734019 times by 139 testsEvaluated by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- ...
|
) | 3129754-3734019 |
| 2680 | sl = sl->next;executed 3131749 times by 80 tests: sl = sl->next;Executed by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllistreference
- tst_qqmllocale
- tst_qqmlmetatype
- ...
| 3131749 |
| 2681 | returnexecuted 3734882 times by 139 tests: return endsWithReturn(module, sl->statement);Executed by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- ...
endsWithReturn(module, sl->statement);executed 3734882 times by 139 tests: return endsWithReturn(module, sl->statement);Executed by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- ...
| 3734882 |
| 2682 | } | - |
| 2683 | if (Block *b = AST::cast<Block *>(node)| TRUE | evaluated 352987 times by 74 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllistreference
- tst_qqmllocale
- tst_qqmlmoduleplugin
- tst_qqmlnativeconnector
- ...
| | FALSE | evaluated 3739922 times by 139 testsEvaluated by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- ...
|
) { | 352987-3739922 |
| 2684 | Context *blockContext = module->contextMap.value(node); | - |
| 2685 | if (blockContext->requiresExecutionContext| TRUE | evaluated 526 times by 3 testsEvaluated by:- tst_ecmascripttests
- tst_parserstress
- tst_qv4debugger
| | FALSE | evaluated 354000 times by 73 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllistreference
- tst_qqmllocale
- tst_qqmlmoduleplugin
- tst_qqmlnativeconnector
- ...
|
) | 526-354000 |
| 2686 | | - |
| 2687 | | - |
| 2688 | returnexecuted 526 times by 3 tests: return false;Executed by:- tst_ecmascripttests
- tst_parserstress
- tst_qv4debugger
false;executed 526 times by 3 tests: return false;Executed by:- tst_ecmascripttests
- tst_parserstress
- tst_qv4debugger
| 526 |
| 2689 | returnexecuted 354287 times by 73 tests: return endsWithReturn(module, b->statements);Executed by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllistreference
- tst_qqmllocale
- tst_qqmlmoduleplugin
- tst_qqmlnativeconnector
- ...
endsWithReturn(module, b->statements);executed 354287 times by 73 tests: return endsWithReturn(module, b->statements);Executed by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllistreference
- tst_qqmllocale
- tst_qqmlmoduleplugin
- tst_qqmlnativeconnector
- ...
| 354287 |
| 2690 | } | - |
| 2691 | if (IfStatement *is = AST::cast<IfStatement *>(node)| TRUE | evaluated 421723 times by 54 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlitemmodels
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlnotifier
- tst_qqmlprofilerservice
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmltimer
- tst_qqmltranslation
- tst_qqmltypeloader
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- ...
| | FALSE | evaluated 3315379 times by 139 testsEvaluated by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- ...
|
) | 421723-3315379 |
| 2692 | returnexecuted 419578 times by 54 tests: return is->ko && endsWithReturn(module, is->ok) && endsWithReturn(module, is->ko);Executed by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlitemmodels
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlnotifier
- tst_qqmlprofilerservice
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmltimer
- tst_qqmltranslation
- tst_qqmltypeloader
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- ...
is->ko && endsWithReturn(module, is->ok) && endsWithReturn(module, is->ko);executed 419578 times by 54 tests: return is->ko && endsWithReturn(module, is->ok) && endsWithReturn(module, is->ko);Executed by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlitemmodels
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlnotifier
- tst_qqmlprofilerservice
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmltimer
- tst_qqmltranslation
- tst_qqmltypeloader
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- ...
| 419578 |
| 2693 | returnexecuted 3318065 times by 139 tests: return false;Executed by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- ...
false;executed 3318065 times by 139 tests: return false;Executed by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- ...
| 3318065 |
| 2694 | } | - |
| 2695 | | - |
| 2696 | int Codegen::defineFunction(const QString &name, AST::Node *ast, | - |
| 2697 | AST::FormalParameterList *formals, | - |
| 2698 | AST::StatementList *body) | - |
| 2699 | { | - |
| 2700 | enterContext(ast); | - |
| 2701 | | - |
| 2702 | if (_context->functionIndex >= 0| TRUE | evaluated 1 time by 1 test | | FALSE | evaluated 3400086 times by 139 testsEvaluated by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- ...
|
) | 1-3400086 |
| 2703 | | - |
| 2704 | returnexecuted 1 time by 1 test: return leaveContext(); leaveContext();executed 1 time by 1 test: return leaveContext(); | 1 |
| 2705 | | - |
| 2706 | _context->name = name; | - |
| 2707 | _module->functions.append(_context); | - |
| 2708 | _context->functionIndex = _module->functions.count() - 1; | - |
| 2709 | | - |
| 2710 | Context *savedFunctionContext = _functionContext; | - |
| 2711 | _functionContext = _context; | - |
| 2712 | ControlFlow *savedControlFlow = controlFlow; | - |
| 2713 | controlFlow = nullptr; | - |
| 2714 | | - |
| 2715 | if (_context->contextType == ContextType::Global| TRUE | evaluated 120129 times by 24 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlincubator
- tst_qqmllistmodelworkerscript
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmltranslation
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_qquickworkerscript
- tst_quicktestmainwithsetup
- tst_qv4assembler
- tst_qv4debugger
- tst_testfiltering
| | FALSE | evaluated 3282940 times by 138 testsEvaluated by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- tst_qqmlinfo
- ...
|
) { | 120129-3282940 |
| 2716 | _module->blocks.append(_context); | - |
| 2717 | _context->blockIndex = _module->blocks.count() - 1; | - |
| 2718 | }executed 120247 times by 24 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlincubator
- tst_qqmllistmodelworkerscript
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmltranslation
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_qquickworkerscript
- tst_quicktestmainwithsetup
- tst_qv4assembler
- tst_qv4debugger
- tst_testfiltering
| 120247 |
| 2719 | if (_module->debugMode| TRUE | evaluated 176 times by 2 testsEvaluated by:- tst_qqmldebugjs
- tst_qv4debugger
| | FALSE | evaluated 3401454 times by 138 testsEvaluated by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- ...
|
) | 176-3401454 |
| 2720 | _context->argumentsCanEscape = true;executed 176 times by 2 tests: _context->argumentsCanEscape = true;Executed by:- tst_qqmldebugjs
- tst_qv4debugger
| 176 |
| 2721 | | - |
| 2722 | | - |
| 2723 | | - |
| 2724 | | - |
| 2725 | | - |
| 2726 | | - |
| 2727 | | - |
| 2728 | _context->returnsClosure = body| TRUE | evaluated 3379634 times by 139 testsEvaluated by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- ...
| | FALSE | evaluated 15203 times by 16 testsEvaluated by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qqmlconnections
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlnotifier
- tst_qquickanimationcontroller
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquickstates
- tst_qquickworkerscript
- tst_quicktestmainwithsetup
- tst_testfiltering
|
&& body->statement| TRUE | evaluated 3377029 times by 139 testsEvaluated by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- ...
| | FALSE | never evaluated |
&& cast<ExpressionStatement *>(body->statement)| TRUE | evaluated 2559708 times by 136 testsEvaluated by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- ...
| | FALSE | evaluated 821682 times by 85 testsEvaluated by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- ...
|
&& cast<FunctionExpression *>(cast<ExpressionStatement *>(body->statement)->expression)| TRUE | evaluated 17 times by 3 testsEvaluated by:- tst_ecmascripttests
- tst_qmlcachegen
- tst_qqmlecmascript
| | FALSE | evaluated 2560331 times by 136 testsEvaluated by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- ...
|
; | 0-3379634 |
| 2729 | | - |
| 2730 | BytecodeGenerator bytecode(_context->line, _module->debugMode); | - |
| 2731 | BytecodeGenerator *savedBytecodeGenerator; | - |
| 2732 | savedBytecodeGenerator = bytecodeGenerator; | - |
| 2733 | bytecodeGenerator = &bytecode; | - |
| 2734 | bytecodeGenerator->setLocation(ast->firstSourceLocation()); | - |
| 2735 | BytecodeGenerator::Label *savedReturnLabel = _returnLabel; | - |
| 2736 | _returnLabel = nullptr; | - |
| 2737 | | - |
| 2738 | bool savedFunctionEndsWithReturn = functionEndsWithReturn; | - |
| 2739 | functionEndsWithReturn = endsWithReturn(_module, body); | - |
| 2740 | | - |
| 2741 | | - |
| 2742 | bytecodeGenerator->newRegisterArray(sizeof(CallData)/sizeof(Value) - 1 + _context->arguments.size()); | - |
| 2743 | | - |
| 2744 | bool _inFormalParameterList = false; | - |
| 2745 | qSwap(_inFormalParameterList, inFormalParameterList); | - |
| 2746 | | - |
| 2747 | int returnAddress = -1; | - |
| 2748 | bool _requiresReturnValue = _context->requiresImplicitReturnValue(); | - |
| 2749 | qSwap(requiresReturnValue, _requiresReturnValue); | - |
| 2750 | returnAddress = bytecodeGenerator->newRegister(); | - |
| 2751 | qSwap(_returnAddress, returnAddress); | - |
| 2752 | | - |
| 2753 | | - |
| 2754 | if (!_context->parent| TRUE | evaluated 2288236 times by 40 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlmetatype
- tst_qqmlproperty
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmltranslation
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickdesignersupport
- tst_qquickdrag
- ...
| | FALSE | evaluated 1110575 times by 138 testsEvaluated by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- tst_qqmlinfo
- ...
|
&& _context->requiresExecutionContext| TRUE | evaluated 5213 times by 2 testsEvaluated by:- tst_ecmascripttests
- tst_qqmlecmascript
| | FALSE | evaluated 2282822 times by 40 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlmetatype
- tst_qqmlproperty
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmltranslation
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickdesignersupport
- tst_qquickdrag
- ...
|
) { | 5213-2288236 |
| 2755 | _module->blocks.append(_context); | - |
| 2756 | _context->blockIndex = _module->blocks.count() - 1; | - |
| 2757 | }executed 5213 times by 2 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_qqmlecmascript
| 5213 |
| 2758 | | - |
| 2759 | RegisterScope registerScope(this); | - |
| 2760 | _context->emitBlockHeader(this); | - |
| 2761 | | - |
| 2762 | inFormalParameterList = true; | - |
| 2763 | int argc = 0; | - |
| 2764 | while (formals| TRUE | evaluated 1754625 times by 57 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlitemmodels
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlmetaobject
- tst_qqmlprofilerservice
- tst_qqmlqt
- tst_qqmlsettings
- tst_qqmlsqldatabase
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickaccessible
- ...
| | FALSE | evaluated 3399804 times by 139 testsEvaluated by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- ...
|
) { | 1754625-3399804 |
| 2765 | PatternElement *e = formals->element; | - |
| 2766 | if (!e| TRUE | never evaluated | | FALSE | evaluated 1757412 times by 57 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlitemmodels
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlmetaobject
- tst_qqmlprofilerservice
- tst_qqmlqt
- tst_qqmlsettings
- tst_qqmlsqldatabase
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickaccessible
- ...
|
) { | 0-1757412 |
| 2767 | if (!formals->next| TRUE | never evaluated | | FALSE | never evaluated |
) | 0 |
| 2768 | | - |
| 2769 | break; never executed: break; | 0 |
| 2770 | do { ((false) ? static_cast<void>(0) : qt_assert_x("Q_UNREACHABLE()", "Q_UNREACHABLE was reached", __FILE__, 2820)); __builtin_unreachable(); } while (false); | - |
| 2771 | } never executed: end of block | 0 |
| 2772 | | - |
| 2773 | Reference arg = referenceForName(e->bindingIdentifier.toString(), true); | - |
| 2774 | if (e->type == PatternElement::RestElement| TRUE | evaluated 244 times by 1 test | | FALSE | evaluated 1753194 times by 57 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlitemmodels
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlmetaobject
- tst_qqmlprofilerservice
- tst_qqmlqt
- tst_qqmlsettings
- tst_qqmlsqldatabase
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickaccessible
- ...
|
) { | 244-1753194 |
| 2775 | ((!formals->next) ? static_cast<void>(0) : qt_assert("!formals->next", __FILE__, 2825)); | - |
| 2776 | Instruction::CreateRestParameter rest; | - |
| 2777 | rest.argIndex = argc; | - |
| 2778 | bytecodeGenerator->addInstruction(rest); | - |
| 2779 | arg.storeConsumeAccumulator(); | - |
| 2780 | }executed 244 times by 1 test: end of block else { | 244 |
| 2781 | if (e->bindingTarget| TRUE | evaluated 9865 times by 1 test | | FALSE | evaluated 1746122 times by 57 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlitemmodels
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlmetaobject
- tst_qqmlprofilerservice
- tst_qqmlqt
- tst_qqmlsettings
- tst_qqmlsqldatabase
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickaccessible
- ...
|
|| e->initializer| TRUE | evaluated 1617 times by 1 test | | FALSE | evaluated 1740623 times by 57 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlitemmodels
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlmetaobject
- tst_qqmlprofilerservice
- tst_qqmlqt
- tst_qqmlsettings
- tst_qqmlsqldatabase
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickaccessible
- ...
|
) { | 1617-1746122 |
| 2782 | initializeAndDestructureBindingElement(e, arg); | - |
| 2783 | if (hasError| TRUE | evaluated 16 times by 1 test | | FALSE | evaluated 11488 times by 1 test |
) | 16-11488 |
| 2784 | break;executed 16 times by 1 test: break; | 16 |
| 2785 | }executed 11494 times by 1 test: end of block | 11494 |
| 2786 | }executed 1752306 times by 57 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlitemmodels
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlmetaobject
- tst_qqmlprofilerservice
- tst_qqmlqt
- tst_qqmlsettings
- tst_qqmlsqldatabase
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickaccessible
- ...
| 1752306 |
| 2787 | formals = formals->next; | - |
| 2788 | ++argc; | - |
| 2789 | }executed 1758872 times by 57 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlitemmodels
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlmetaobject
- tst_qqmlprofilerservice
- tst_qqmlqt
- tst_qqmlsettings
- tst_qqmlsqldatabase
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickaccessible
- ...
| 1758872 |
| 2790 | inFormalParameterList = false; | - |
| 2791 | | - |
| 2792 | if (_context->isGenerator| TRUE | evaluated 9498 times by 1 test | | FALSE | evaluated 3385881 times by 139 testsEvaluated by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- ...
|
) { | 9498-3385881 |
| 2793 | Instruction::Yield yield; | - |
| 2794 | bytecodeGenerator->addInstruction(yield); | - |
| 2795 | }executed 9508 times by 1 test: end of block | 9508 |
| 2796 | | - |
| 2797 | beginFunctionBodyHook(); | - |
| 2798 | | - |
| 2799 | statementList(body); | - |
| 2800 | | - |
| 2801 | bytecodeGenerator->setLocation(ast->lastSourceLocation()); | - |
| 2802 | _context->emitBlockFooter(this); | - |
| 2803 | | - |
| 2804 | if (_returnLabel| TRUE | evaluated 420088 times by 27 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlexpression
- tst_qqmllistmodel
- tst_qqmllocale
- tst_qqmlnotifier
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpositioners
- tst_qquickvisualdatamodel
- tst_qtqmlmodules
- tst_quicktestmainwithsetup
- ...
| | FALSE | evaluated 2970709 times by 139 testsEvaluated by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- ...
|
|| hasError| TRUE | evaluated 683 times by 3 testsEvaluated by:- tst_ecmascripttests
- tst_qjsengine
- tst_qqmlecmascript
| | FALSE | evaluated 2971480 times by 139 testsEvaluated by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- ...
|
|| !functionEndsWithReturn| TRUE | evaluated 2729980 times by 139 testsEvaluated by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- ...
| | FALSE | evaluated 241196 times by 44 testsEvaluated by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlmetaobject
- tst_qqmlmetatype
- tst_qqmlproperty
- tst_qqmlqt
- tst_qqmlsqldatabase
- ...
|
) { | 683-2971480 |
| 2805 | if (_returnLabel| TRUE | evaluated 419682 times by 27 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlexpression
- tst_qqmllistmodel
- tst_qqmllocale
- tst_qqmlnotifier
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpositioners
- tst_qquickvisualdatamodel
- tst_qtqmlmodules
- tst_quicktestmainwithsetup
- ...
| | FALSE | evaluated 2731533 times by 139 testsEvaluated by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- ...
|
) | 419682-2731533 |
| 2806 | _returnLabel->link();executed 419692 times by 27 tests: _returnLabel->link();Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlexpression
- tst_qqmllistmodel
- tst_qqmllocale
- tst_qqmlnotifier
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpositioners
- tst_qquickvisualdatamodel
- tst_qtqmlmodules
- tst_quicktestmainwithsetup
- ...
| 419692 |
| 2807 | | - |
| 2808 | if (_returnLabel| TRUE | evaluated 421194 times by 27 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlexpression
- tst_qqmllistmodel
- tst_qqmllocale
- tst_qqmlnotifier
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpositioners
- tst_qquickvisualdatamodel
- tst_qtqmlmodules
- tst_quicktestmainwithsetup
- ...
| | FALSE | evaluated 2731631 times by 139 testsEvaluated by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- ...
|
|| requiresReturnValue| TRUE | evaluated 2340087 times by 135 testsEvaluated by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- tst_qqmlinfo
- ...
| | FALSE | evaluated 390183 times by 91 testsEvaluated by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- ...
|
) { | 390183-2731631 |
| 2809 | Instruction::LoadReg load; | - |
| 2810 | load.reg = Moth::StackSlot::createRegister(_returnAddress); | - |
| 2811 | bytecodeGenerator->addInstruction(load); | - |
| 2812 | }executed 2763551 times by 136 tests: end of blockExecuted by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- ...
else { | 2763551 |
| 2813 | Reference::fromConst(this, Encode::undefined()).loadInAccumulator(); | - |
| 2814 | }executed 392426 times by 91 tests: end of blockExecuted by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- ...
| 392426 |
| 2815 | | - |
| 2816 | bytecodeGenerator->addInstruction(Instruction::Ret()); | - |
| 2817 | }executed 3159375 times by 139 tests: end of blockExecuted by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- ...
| 3159375 |
| 2818 | | - |
| 2819 | ((_context == _functionContext) ? static_cast<void>(0) : qt_assert("_context == _functionContext", __FILE__, 2869)); | - |
| 2820 | bytecodeGenerator->finalize(_context); | - |
| 2821 | _context->registerCountInFunction = bytecodeGenerator->registerCount(); | - |
| 2822 | static const bool showCode = qEnvironmentVariableIsSet("QV4_SHOW_BYTECODE"); | - |
| 2823 | if (showCode| TRUE | never evaluated | | FALSE | evaluated 3393044 times by 139 testsEvaluated by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- ...
|
) { | 0-3393044 |
| 2824 | QMessageLogger(__FILE__, 2874, __PRETTY_FUNCTION__).debug() << "=== Bytecode for" << _context->name << "strict mode" << _context->isStrict | - |
| 2825 | << "register count" << _context->registerCountInFunction << "implicit return" << requiresReturnValue; | - |
| 2826 | QV4::Moth::dumpBytecode(_context->code, _context->locals.size(), _context->arguments.size(), | - |
| 2827 | _context->line, _context->lineNumberMapping); | - |
| 2828 | QMessageLogger(__FILE__, 2878, __PRETTY_FUNCTION__).debug(); | - |
| 2829 | } never executed: end of block | 0 |
| 2830 | | - |
| 2831 | qSwap(_returnAddress, returnAddress); | - |
| 2832 | qSwap(requiresReturnValue, _requiresReturnValue); | - |
| 2833 | qSwap(_inFormalParameterList, inFormalParameterList); | - |
| 2834 | bytecodeGenerator = savedBytecodeGenerator; | - |
| 2835 | delete _returnLabel; | - |
| 2836 | _returnLabel = savedReturnLabel; | - |
| 2837 | controlFlow = savedControlFlow; | - |
| 2838 | functionEndsWithReturn = savedFunctionEndsWithReturn; | - |
| 2839 | _functionContext = savedFunctionContext; | - |
| 2840 | | - |
| 2841 | returnexecuted 3395977 times by 139 tests: return leaveContext();Executed by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- ...
leaveContext();executed 3395977 times by 139 tests: return leaveContext();Executed by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- ...
| 3395977 |
| 2842 | } | - |
| 2843 | | - |
| 2844 | bool Codegen::visit(Block *ast) | - |
| 2845 | { | - |
| 2846 | if (hasError| TRUE | never evaluated | | FALSE | evaluated 1615195 times by 76 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllistreference
- tst_qqmllocale
- tst_qqmlmoduleplugin
- ...
|
) | 0-1615195 |
| 2847 | return never executed: return false; false;never executed: return false; | 0 |
| 2848 | | - |
| 2849 | RegisterScope scope(this); | - |
| 2850 | | - |
| 2851 | ControlFlowBlock controlFlow(this, ast); | - |
| 2852 | statementList(ast->statements); | - |
| 2853 | returnexecuted 1612669 times by 76 tests: return false;Executed by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllistreference
- tst_qqmllocale
- tst_qqmlmoduleplugin
- ...
false;executed 1612669 times by 76 tests: return false;Executed by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllistreference
- tst_qqmllocale
- tst_qqmlmoduleplugin
- ...
| 1612669 |
| 2854 | } | - |
| 2855 | | - |
| 2856 | bool Codegen::visit(BreakStatement *ast) | - |
| 2857 | { | - |
| 2858 | if (hasError| TRUE | never evaluated | | FALSE | evaluated 17130 times by 9 testsEvaluated by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlecmascript
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_quicktestmainwithsetup
- tst_testfiltering
|
) | 0-17130 |
| 2859 | return never executed: return false; false;never executed: return false; | 0 |
| 2860 | | - |
| 2861 | if (!controlFlow| TRUE | evaluated 32 times by 1 test | | FALSE | evaluated 17136 times by 9 testsEvaluated by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlecmascript
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_quicktestmainwithsetup
- tst_testfiltering
|
) { | 32-17136 |
| 2862 | throwSyntaxError(ast->lastSourceLocation(), ([]() noexcept -> QString { enum { Size = sizeof(u"" "Break outside of loop")/2 - 1 }; static const QStaticStringData<Size> qstring_literal = { { { { -1 } }, Size, 0, 0, sizeof(QStringData) }, u"" "Break outside of loop" }; QStringDataPtr holder = { qstring_literal.data_ptr() }; const QString qstring_literal_temp(holder); returnexecuted 32 times by 1 test: return qstring_literal_temp; qstring_literal_temp;executed 32 times by 1 test: return qstring_literal_temp; }())); | 32 |
| 2863 | returnexecuted 32 times by 1 test: return false; false;executed 32 times by 1 test: return false; | 32 |
| 2864 | } | - |
| 2865 | | - |
| 2866 | ControlFlow::UnwindTarget target = controlFlow->unwindTarget(ControlFlow::Break, ast->label.toString()); | - |
| 2867 | if (!target.linkLabel.isValid()| TRUE | never evaluated | | FALSE | evaluated 17028 times by 9 testsEvaluated by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlecmascript
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_quicktestmainwithsetup
- tst_testfiltering
|
) { | 0-17028 |
| 2868 | if (ast->label.isEmpty()| TRUE | never evaluated | | FALSE | never evaluated |
) | 0 |
| 2869 | throwSyntaxError(ast->lastSourceLocation(), ([]() noexcept -> QString { enum { Size = sizeof(u"" "Break outside of loop")/2 - 1 }; static const QStaticStringData<Size> qstring_literal = { { { { -1 } }, Size, 0, 0, sizeof(QStringData) }, u"" "Break outside of loop" }; QStringDataPtr holder = { qstring_literal.data_ptr() }; const QString qstring_literal_temp(holder); return never executed: return qstring_literal_temp; qstring_literal_temp;never executed: return qstring_literal_temp; }()));never executed: throwSyntaxError(ast->lastSourceLocation(), ([]() noexcept -> QString { enum { Size = sizeof(u"" "Break outside of loop")/2 - 1 }; static const QStaticStringData<Size> qstring_literal = { { { { -1 } }, Size, 0, 0, sizeof(QStringData) }, u"" "Break outside of loop" }; QStringDataPtr holder = { qstring_literal.data_ptr() }; const QString qstring_literal_temp(holder); return qstring_literal_temp; }())); | 0 |
| 2870 | else | - |
| 2871 | throwSyntaxError(ast->lastSourceLocation(), ([]() noexcept -> QString { enum { Size = sizeof(u"" "Undefined label '%1'")/2 - 1 }; static const QStaticStringData<Size> qstring_literal = { { { { -1 } }, Size, 0, 0, sizeof(QStringData) }, u"" "Undefined label '%1'" }; QStringDataPtr holder = { qstring_literal.data_ptr() }; const QString qstring_literal_temp(holder); return never executed: return qstring_literal_temp; qstring_literal_temp;never executed: return qstring_literal_temp; }()).arg(ast->label.toString()));never executed: throwSyntaxError(ast->lastSourceLocation(), ([]() noexcept -> QString { enum { Size = sizeof(u"" "Undefined label '%1'")/2 - 1 }; static const QStaticStringData<Size> qstring_literal = { { { { -1 } }, Size, 0, 0, sizeof(QStringData) }, u"" "Undefined label '%1'" }; QStringDataPtr holder = { qstring_literal.data_ptr() }; const QString qstring_literal_temp(holder); return qstring_literal_temp; }()).arg(ast->label.toString())); | 0 |
| 2872 | return never executed: return false; false;never executed: return false; | 0 |
| 2873 | } | - |
| 2874 | | - |
| 2875 | bytecodeGenerator->unwindToLabel(target.unwindLevel, target.linkLabel); | - |
| 2876 | | - |
| 2877 | returnexecuted 17037 times by 9 tests: return false;Executed by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlecmascript
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_quicktestmainwithsetup
- tst_testfiltering
false;executed 17037 times by 9 tests: return false;Executed by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlecmascript
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_quicktestmainwithsetup
- tst_testfiltering
| 17037 |
| 2878 | } | - |
| 2879 | | - |
| 2880 | bool Codegen::visit(ContinueStatement *ast) | - |
| 2881 | { | - |
| 2882 | if (hasError| TRUE | never evaluated | | FALSE | evaluated 1004 times by 9 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_quicktestmainwithsetup
- tst_testfiltering
|
) | 0-1004 |
| 2883 | return never executed: return false; false;never executed: return false; | 0 |
| 2884 | | - |
| 2885 | RegisterScope scope(this); | - |
| 2886 | | - |
| 2887 | if (!controlFlow| TRUE | evaluated 20 times by 1 test | | FALSE | evaluated 984 times by 9 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_quicktestmainwithsetup
- tst_testfiltering
|
) { | 20-984 |
| 2888 | throwSyntaxError(ast->lastSourceLocation(), ([]() noexcept -> QString { enum { Size = sizeof(u"" "Continue outside of loop")/2 - 1 }; static const QStaticStringData<Size> qstring_literal = { { { { -1 } }, Size, 0, 0, sizeof(QStringData) }, u"" "Continue outside of loop" }; QStringDataPtr holder = { qstring_literal.data_ptr() }; const QString qstring_literal_temp(holder); returnexecuted 20 times by 1 test: return qstring_literal_temp; qstring_literal_temp;executed 20 times by 1 test: return qstring_literal_temp; }())); | 20 |
| 2889 | returnexecuted 20 times by 1 test: return false; false;executed 20 times by 1 test: return false; | 20 |
| 2890 | } | - |
| 2891 | | - |
| 2892 | ControlFlow::UnwindTarget target = controlFlow->unwindTarget(ControlFlow::Continue, ast->label.toString()); | - |
| 2893 | if (!target.linkLabel.isValid()| TRUE | evaluated 6 times by 1 test | | FALSE | evaluated 977 times by 9 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_quicktestmainwithsetup
- tst_testfiltering
|
) { | 6-977 |
| 2894 | if (ast->label.isEmpty()| TRUE | evaluated 4 times by 1 test | | FALSE | evaluated 2 times by 1 test |
) | 2-4 |
| 2895 | throwSyntaxError(ast->lastSourceLocation(), ([]() noexcept -> QString { enum { Size = sizeof(u"" "Undefined label '%1'")/2 - 1 }; static const QStaticStringData<Size> qstring_literal = { { { { -1 } }, Size, 0, 0, sizeof(QStringData) }, u"" "Undefined label '%1'" }; QStringDataPtr holder = { qstring_literal.data_ptr() }; const QString qstring_literal_temp(holder); returnexecuted 4 times by 1 test: return qstring_literal_temp; qstring_literal_temp;executed 4 times by 1 test: return qstring_literal_temp; }()).arg(ast->label.toString()));executed 4 times by 1 test: throwSyntaxError(ast->lastSourceLocation(), ([]() noexcept -> QString { enum { Size = sizeof(u"" "Undefined label '%1'")/2 - 1 }; static const QStaticStringData<Size> qstring_literal = { { { { -1 } }, Size, 0, 0, sizeof(QStringData) }, u"" "Undefined label '%1'" }; QStringDataPtr holder = { qstring_literal.data_ptr() }; const QString qstring_literal_temp(holder); return qstring_literal_temp; }()).arg(ast->label.toString())); | 4 |
| 2896 | else | - |
| 2897 | throwSyntaxError(ast->lastSourceLocation(), ([]() noexcept -> QString { enum { Size = sizeof(u"" "continue outside of loop")/2 - 1 }; static const QStaticStringData<Size> qstring_literal = { { { { -1 } }, Size, 0, 0, sizeof(QStringData) }, u"" "continue outside of loop" }; QStringDataPtr holder = { qstring_literal.data_ptr() }; const QString qstring_literal_temp(holder); returnexecuted 2 times by 1 test: return qstring_literal_temp; qstring_literal_temp;executed 2 times by 1 test: return qstring_literal_temp; }()));executed 2 times by 1 test: throwSyntaxError(ast->lastSourceLocation(), ([]() noexcept -> QString { enum { Size = sizeof(u"" "continue outside of loop")/2 - 1 }; static const QStaticStringData<Size> qstring_literal = { { { { -1 } }, Size, 0, 0, sizeof(QStringData) }, u"" "continue outside of loop" }; QStringDataPtr holder = { qstring_literal.data_ptr() }; const QString qstring_literal_temp(holder); return qstring_literal_temp; }())); | 2 |
| 2898 | returnexecuted 6 times by 1 test: return false; false;executed 6 times by 1 test: return false; | 6 |
| 2899 | } | - |
| 2900 | | - |
| 2901 | bytecodeGenerator->unwindToLabel(target.unwindLevel, target.linkLabel); | - |
| 2902 | | - |
| 2903 | returnexecuted 976 times by 9 tests: return false;Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_quicktestmainwithsetup
- tst_testfiltering
false;executed 976 times by 9 tests: return false;Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_quicktestmainwithsetup
- tst_testfiltering
| 976 |
| 2904 | } | - |
| 2905 | | - |
| 2906 | bool Codegen::visit(DebuggerStatement *) | - |
| 2907 | { | - |
| 2908 | QMessageLogger(__FILE__, 2958, __PRETTY_FUNCTION__).warning("Unimplemented code."); | - |
| 2909 | returnexecuted 2 times by 1 test: return false; false;executed 2 times by 1 test: return false; | 2 |
| 2910 | } | - |
| 2911 | | - |
| 2912 | bool Codegen::visit(DoWhileStatement *ast) | - |
| 2913 | { | - |
| 2914 | if (hasError| TRUE | never evaluated | | FALSE | evaluated 635 times by 10 testsEvaluated by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlecmascript
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_quicktestmainwithsetup
- tst_qv4debugger
- tst_testfiltering
|
) | 0-635 |
| 2915 | return never executed: return true; true;never executed: return true; | 0 |
| 2916 | | - |
| 2917 | RegisterScope scope(this); | - |
| 2918 | | - |
| 2919 | BytecodeGenerator::Label body = bytecodeGenerator->label(); | - |
| 2920 | BytecodeGenerator::Label cond = bytecodeGenerator->newLabel(); | - |
| 2921 | BytecodeGenerator::Label end = bytecodeGenerator->newLabel(); | - |
| 2922 | | - |
| 2923 | ControlFlowLoop flow(this, &end, &cond); | - |
| 2924 | | - |
| 2925 | statement(ast->statement); | - |
| 2926 | setJumpOutLocation(bytecodeGenerator, ast->statement, ast->semicolonToken); | - |
| 2927 | | - |
| 2928 | cond.link(); | - |
| 2929 | | - |
| 2930 | if (!AST::cast<FalseLiteral *>(ast->expression)| TRUE | evaluated 291 times by 10 testsEvaluated by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlecmascript
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_quicktestmainwithsetup
- tst_qv4debugger
- tst_testfiltering
| | FALSE | evaluated 347 times by 3 testsEvaluated by:- tst_ecmascripttests
- tst_parserstress
- tst_qqmlecmascript
|
) { | 291-347 |
| 2931 | if (AST::cast<TrueLiteral *>(ast->expression)| TRUE | evaluated 24 times by 2 testsEvaluated by:- tst_ecmascripttests
- tst_parserstress
| | FALSE | evaluated 267 times by 10 testsEvaluated by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlecmascript
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_quicktestmainwithsetup
- tst_qv4debugger
- tst_testfiltering
|
) | 24-267 |
| 2932 | bytecodeGenerator->jump().link(body);executed 24 times by 2 tests: bytecodeGenerator->jump().link(body);Executed by:- tst_ecmascripttests
- tst_parserstress
| 24 |
| 2933 | else | - |
| 2934 | condition(ast->expression, &body, &end, false);executed 267 times by 10 tests: condition(ast->expression, &body, &end, false);Executed by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlecmascript
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_quicktestmainwithsetup
- tst_qv4debugger
- tst_testfiltering
| 267 |
| 2935 | } | - |
| 2936 | | - |
| 2937 | end.link(); | - |
| 2938 | | - |
| 2939 | returnexecuted 638 times by 10 tests: return false;Executed by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlecmascript
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_quicktestmainwithsetup
- tst_qv4debugger
- tst_testfiltering
false;executed 638 times by 10 tests: return false;Executed by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlecmascript
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_quicktestmainwithsetup
- tst_qv4debugger
- tst_testfiltering
| 638 |
| 2940 | } | - |
| 2941 | | - |
| 2942 | bool Codegen::visit(EmptyStatement *) | - |
| 2943 | { | - |
| 2944 | if (hasError| TRUE | never evaluated | | FALSE | evaluated 2115 times by 7 testsEvaluated by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlecmascript
- tst_qquickpathview
|
) | 0-2115 |
| 2945 | return never executed: return true; true;never executed: return true; | 0 |
| 2946 | | - |
| 2947 | returnexecuted 2115 times by 7 tests: return false;Executed by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlecmascript
- tst_qquickpathview
false;executed 2115 times by 7 tests: return false;Executed by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlecmascript
- tst_qquickpathview
| 2115 |
| 2948 | } | - |
| 2949 | | - |
| 2950 | bool Codegen::visit(ExpressionStatement *ast) | - |
| 2951 | { | - |
| 2952 | if (hasError| TRUE | never evaluated | | FALSE | evaluated 5597512 times by 139 testsEvaluated by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- ...
|
) | 0-5597512 |
| 2953 | return never executed: return true; true;never executed: return true; | 0 |
| 2954 | | - |
| 2955 | RegisterScope scope(this); | - |
| 2956 | | - |
| 2957 | if (requiresReturnValue| TRUE | evaluated 2340214 times by 135 testsEvaluated by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- tst_qqmlinfo
- ...
| | FALSE | evaluated 3251776 times by 95 testsEvaluated by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- ...
|
) { | 2340214-3251776 |
| 2958 | Reference e = expression(ast->expression); | - |
| 2959 | if (hasError| TRUE | evaluated 103 times by 3 testsEvaluated by:- tst_ecmascripttests
- tst_qjsengine
- tst_qqmlecmascript
| | FALSE | evaluated 2340469 times by 135 testsEvaluated by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- tst_qqmlinfo
- ...
|
) | 103-2340469 |
| 2960 | returnexecuted 105 times by 3 tests: return false;Executed by:- tst_ecmascripttests
- tst_qjsengine
- tst_qqmlecmascript
false;executed 105 times by 3 tests: return false;Executed by:- tst_ecmascripttests
- tst_qjsengine
- tst_qqmlecmascript
| 105 |
| 2961 | (void) e.storeOnStack(_returnAddress); | - |
| 2962 | }executed 2340165 times by 135 tests: end of blockExecuted by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- tst_qqmlinfo
- ...
else { | 2340165 |
| 2963 | statement(ast->expression); | - |
| 2964 | }executed 3254909 times by 95 tests: end of blockExecuted by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- ...
| 3254909 |
| 2965 | returnexecuted 5604819 times by 139 tests: return false;Executed by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- ...
false;executed 5604819 times by 139 tests: return false;Executed by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- ...
| 5604819 |
| 2966 | } | - |
| 2967 | | - |
| 2968 | bool Codegen::visit(ForEachStatement *ast) | - |
| 2969 | { | - |
| 2970 | if (hasError| TRUE | never evaluated | | FALSE | evaluated 13294 times by 13 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlqt
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_qtqmlmodules
- tst_quicktestmainwithsetup
- tst_qv4debugger
- tst_testfiltering
|
) | 0-13294 |
| 2971 | return never executed: return true; true;never executed: return true; | 0 |
| 2972 | | - |
| 2973 | RegisterScope scope(this); | - |
| 2974 | | - |
| 2975 | Reference iterator = Reference::fromStackSlot(this); | - |
| 2976 | Reference lhsValue = Reference::fromStackSlot(this); | - |
| 2977 | | - |
| 2978 | | - |
| 2979 | | - |
| 2980 | { | - |
| 2981 | RegisterScope innerScope(this); | - |
| 2982 | ControlFlowBlock controlFlow(this, ast); | - |
| 2983 | Reference expr = expression(ast->expression); | - |
| 2984 | if (hasError| TRUE | never evaluated | | FALSE | evaluated 13368 times by 13 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlqt
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_qtqmlmodules
- tst_quicktestmainwithsetup
- tst_qv4debugger
- tst_testfiltering
|
) | 0-13368 |
| 2985 | return never executed: return true; true;never executed: return true; | 0 |
| 2986 | | - |
| 2987 | expr.loadInAccumulator(); | - |
| 2988 | Instruction::GetIterator iteratorObjInstr; | - |
| 2989 | iteratorObjInstr.iterator = (| TRUE | evaluated 2443 times by 1 test | | FALSE | evaluated 10922 times by 13 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlqt
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_qtqmlmodules
- tst_quicktestmainwithsetup
- tst_qv4debugger
- tst_testfiltering
|
ast->type == ForEachType::Of)| TRUE | evaluated 2443 times by 1 test | | FALSE | evaluated 10922 times by 13 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlqt
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_qtqmlmodules
- tst_quicktestmainwithsetup
- tst_qv4debugger
- tst_testfiltering
|
? 1 : 0; | 2443-10922 |
| 2990 | bytecodeGenerator->addInstruction(iteratorObjInstr); | - |
| 2991 | iterator.storeConsumeAccumulator(); | - |
| 2992 | } | - |
| 2993 | | - |
| 2994 | BytecodeGenerator::Label in = bytecodeGenerator->newLabel(); | - |
| 2995 | BytecodeGenerator::Label end = bytecodeGenerator->newLabel(); | - |
| 2996 | BytecodeGenerator::Label done = bytecodeGenerator->newLabel(); | - |
| 2997 | | - |
| 2998 | { | - |
| 2999 | ControlFlowLoop flow(this, &end, &in, true); | - |
| 3000 | bytecodeGenerator->jump().link(in); | - |
| 3001 | | - |
| 3002 | BytecodeGenerator::Label body = bytecodeGenerator->label(); | - |
| 3003 | | - |
| 3004 | | - |
| 3005 | { | - |
| 3006 | RegisterScope innerScope(this); | - |
| 3007 | ControlFlowBlock controlFlow(this, ast); | - |
| 3008 | | - |
| 3009 | if (ExpressionNode *e = ast->lhs->expressionCast()| TRUE | evaluated 1326 times by 9 testsEvaluated by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsengine
- tst_qqmlecmascript
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_qtqmlmodules
- tst_quicktestmainwithsetup
- tst_testfiltering
| | FALSE | evaluated 11978 times by 12 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlqt
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_quicktestmainwithsetup
- tst_qv4debugger
- tst_testfiltering
|
) { | 1326-11978 |
| 3010 | if (AST::Pattern *p = e->patternCast()| TRUE | evaluated 810 times by 1 test | | FALSE | evaluated 515 times by 9 testsEvaluated by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsengine
- tst_qqmlecmascript
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_qtqmlmodules
- tst_quicktestmainwithsetup
- tst_testfiltering
|
) { | 515-810 |
| 3011 | RegisterScope scope(this); | - |
| 3012 | destructurePattern(p, lhsValue); | - |
| 3013 | }executed 812 times by 1 test: end of block else { | 812 |
| 3014 | Reference lhs = expression(e); | - |
| 3015 | if (hasError| TRUE | never evaluated | | FALSE | evaluated 515 times by 9 testsEvaluated by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsengine
- tst_qqmlecmascript
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_qtqmlmodules
- tst_quicktestmainwithsetup
- tst_testfiltering
|
) | 0-515 |
| 3016 | goto never executed: goto error; error;never executed: goto error; | 0 |
| 3017 | lhs = lhs.asLValue(); | - |
| 3018 | lhsValue.loadInAccumulator(); | - |
| 3019 | lhs.storeConsumeAccumulator(); | - |
| 3020 | }executed 515 times by 9 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsengine
- tst_qqmlecmascript
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_qtqmlmodules
- tst_quicktestmainwithsetup
- tst_testfiltering
| 515 |
| 3021 | } else if (PatternElement *p = AST::cast<PatternElement *>(ast->lhs)| TRUE | evaluated 11965 times by 12 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlqt
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_quicktestmainwithsetup
- tst_qv4debugger
- tst_testfiltering
| | FALSE | never evaluated |
) { | 0-11965 |
| 3022 | initializeAndDestructureBindingElement(p, lhsValue, true); | - |
| 3023 | if (hasError| TRUE | never evaluated | | FALSE | evaluated 11990 times by 12 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlqt
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_quicktestmainwithsetup
- tst_qv4debugger
- tst_testfiltering
|
) | 0-11990 |
| 3024 | goto never executed: goto error; error;never executed: goto error; | 0 |
| 3025 | }executed 11993 times by 12 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlqt
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_quicktestmainwithsetup
- tst_qv4debugger
- tst_testfiltering
else { | 11993 |
| 3026 | do { ((false) ? static_cast<void>(0) : qt_assert_x("Q_UNREACHABLE()", "Q_UNREACHABLE was reached", __FILE__, 3076)); __builtin_unreachable(); } while (false); | - |
| 3027 | } never executed: end of block | 0 |
| 3028 | | - |
| 3029 | statement(ast->statement); | - |
| 3030 | setJumpOutLocation(bytecodeGenerator, ast->statement, ast->forToken); | - |
| 3031 | | - |
| 3032 | } | - |
| 3033 | | - |
| 3034 | error:code before this statement executed 13339 times by 13 tests: error:Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlqt
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_qtqmlmodules
- tst_quicktestmainwithsetup
- tst_qv4debugger
- tst_testfiltering
| 13339 |
| 3035 | in.link(); | - |
| 3036 | iterator.loadInAccumulator(); | - |
| 3037 | Instruction::IteratorNext next; | - |
| 3038 | next.value = lhsValue.stackSlot(); | - |
| 3039 | bytecodeGenerator->addInstruction(next); | - |
| 3040 | bytecodeGenerator->addJumpInstruction(Instruction::JumpFalse()).link(body); | - |
| 3041 | bytecodeGenerator->jump().link(done); | - |
| 3042 | } | - |
| 3043 | | - |
| 3044 | end.link(); | - |
| 3045 | | - |
| 3046 | if (ast->type == ForEachType::Of| TRUE | evaluated 2449 times by 1 test | | FALSE | evaluated 10957 times by 13 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlqt
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_qtqmlmodules
- tst_quicktestmainwithsetup
- tst_qv4debugger
- tst_testfiltering
|
) { | 2449-10957 |
| 3047 | Reference iteratorDone = Reference::fromConst(this, Encode(false)).storeOnStack(); | - |
| 3048 | iterator.loadInAccumulator(); | - |
| 3049 | Instruction::IteratorClose close; | - |
| 3050 | close.done = iteratorDone.stackSlot(); | - |
| 3051 | bytecodeGenerator->addInstruction(close); | - |
| 3052 | }executed 2449 times by 1 test: end of block | 2449 |
| 3053 | | - |
| 3054 | done.link(); | - |
| 3055 | | - |
| 3056 | returnexecuted 13398 times by 13 tests: return false;Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlqt
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_qtqmlmodules
- tst_quicktestmainwithsetup
- tst_qv4debugger
- tst_testfiltering
false;executed 13398 times by 13 tests: return false;Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlqt
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_qtqmlmodules
- tst_quicktestmainwithsetup
- tst_qv4debugger
- tst_testfiltering
| 13398 |
| 3057 | } | - |
| 3058 | | - |
| 3059 | bool Codegen::visit(ForStatement *ast) | - |
| 3060 | { | - |
| 3061 | if (hasError| TRUE | never evaluated | | FALSE | evaluated 14538 times by 27 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlsqldatabase
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickcustomaffector
- tst_qquickgridview
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpathview
- tst_qquickpositioners
- tst_qquickrepeater
- tst_qquickscreen
- tst_qquickvisualdatamodel
- tst_qquickworkerscript
- tst_quicktestmainwithsetup
- tst_qv4debugger
- ...
|
) | 0-14538 |
| 3062 | return never executed: return true; true;never executed: return true; | 0 |
| 3063 | | - |
| 3064 | RegisterScope scope(this); | - |
| 3065 | | - |
| 3066 | ControlFlowBlock controlFlow(this, ast); | - |
| 3067 | | - |
| 3068 | if (ast->initialiser| TRUE | evaluated 1019 times by 11 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickgridview
- tst_qquicklayouts
- tst_quicktestmainwithsetup
- tst_testfiltering
| | FALSE | evaluated 13565 times by 27 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlsqldatabase
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickcustomaffector
- tst_qquickgridview
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpathview
- tst_qquickpositioners
- tst_qquickrepeater
- tst_qquickscreen
- tst_qquickvisualdatamodel
- tst_qquickworkerscript
- tst_quicktestmainwithsetup
- tst_qv4debugger
- ...
|
) | 1019-13565 |
| 3069 | statement(ast->initialiser);executed 1019 times by 11 tests: statement(ast->initialiser);Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickgridview
- tst_qquicklayouts
- tst_quicktestmainwithsetup
- tst_testfiltering
| 1019 |
| 3070 | else if (ast->declarations| TRUE | evaluated 13429 times by 27 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlsqldatabase
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickcustomaffector
- tst_qquickgridview
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpathview
- tst_qquickpositioners
- tst_qquickrepeater
- tst_qquickscreen
- tst_qquickvisualdatamodel
- tst_qquickworkerscript
- tst_quicktestmainwithsetup
- tst_qv4debugger
- ...
| | FALSE | evaluated 94 times by 3 testsEvaluated by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsvalue
|
) | 94-13429 |
| 3071 | variableDeclarationList(ast->declarations);executed 13443 times by 27 tests: variableDeclarationList(ast->declarations);Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlsqldatabase
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickcustomaffector
- tst_qquickgridview
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpathview
- tst_qquickpositioners
- tst_qquickrepeater
- tst_qquickscreen
- tst_qquickvisualdatamodel
- tst_qquickworkerscript
- tst_quicktestmainwithsetup
- tst_qv4debugger
- ...
| 13443 |
| 3072 | | - |
| 3073 | BytecodeGenerator::Label cond = bytecodeGenerator->label(); | - |
| 3074 | BytecodeGenerator::Label body = bytecodeGenerator->newLabel(); | - |
| 3075 | BytecodeGenerator::Label step = bytecodeGenerator->newLabel(); | - |
| 3076 | BytecodeGenerator::Label end = bytecodeGenerator->newLabel(); | - |
| 3077 | | - |
| 3078 | ControlFlowLoop flow(this, &end, &step); | - |
| 3079 | | - |
| 3080 | condition(ast->condition, &body, &end, true); | - |
| 3081 | | - |
| 3082 | body.link(); | - |
| 3083 | statement(ast->statement); | - |
| 3084 | setJumpOutLocation(bytecodeGenerator, ast->statement, ast->forToken); | - |
| 3085 | | - |
| 3086 | step.link(); | - |
| 3087 | if (_context->requiresExecutionContext| TRUE | evaluated 46 times by 2 testsEvaluated by:- tst_ecmascripttests
- tst_qv4debugger
| | FALSE | evaluated 14533 times by 26 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlsqldatabase
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickcustomaffector
- tst_qquickgridview
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpathview
- tst_qquickpositioners
- tst_qquickrepeater
- tst_qquickscreen
- tst_qquickvisualdatamodel
- tst_qquickworkerscript
- tst_quicktestmainwithsetup
- tst_scenegraph
- ...
|
) { | 46-14533 |
| 3088 | Instruction::CloneBlockContext clone; | - |
| 3089 | bytecodeGenerator->addInstruction(clone); | - |
| 3090 | }executed 46 times by 2 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_qv4debugger
| 46 |
| 3091 | statement(ast->expression); | - |
| 3092 | bytecodeGenerator->jump().link(cond); | - |
| 3093 | | - |
| 3094 | end.link(); | - |
| 3095 | | - |
| 3096 | returnexecuted 14588 times by 27 tests: return false;Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlsqldatabase
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickcustomaffector
- tst_qquickgridview
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpathview
- tst_qquickpositioners
- tst_qquickrepeater
- tst_qquickscreen
- tst_qquickvisualdatamodel
- tst_qquickworkerscript
- tst_quicktestmainwithsetup
- tst_qv4debugger
- ...
false;executed 14588 times by 27 tests: return false;Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlsqldatabase
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickcustomaffector
- tst_qquickgridview
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpathview
- tst_qquickpositioners
- tst_qquickrepeater
- tst_qquickscreen
- tst_qquickvisualdatamodel
- tst_qquickworkerscript
- tst_quicktestmainwithsetup
- tst_qv4debugger
- ...
| 14588 |
| 3097 | } | - |
| 3098 | | - |
| 3099 | bool Codegen::visit(IfStatement *ast) | - |
| 3100 | { | - |
| 3101 | if (hasError| TRUE | never evaluated | | FALSE | evaluated 1210956 times by 58 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlnotifier
- tst_qqmlprofilerservice
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmltimer
- tst_qqmltranslation
- tst_qqmltypeloader
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- ...
|
) | 0-1210956 |
| 3102 | return never executed: return true; true;never executed: return true; | 0 |
| 3103 | | - |
| 3104 | RegisterScope scope(this); | - |
| 3105 | | - |
| 3106 | BytecodeGenerator::Label trueLabel = bytecodeGenerator->newLabel(); | - |
| 3107 | BytecodeGenerator::Label falseLabel = bytecodeGenerator->newLabel(); | - |
| 3108 | condition(ast->expression, &trueLabel, &falseLabel, true); | - |
| 3109 | | - |
| 3110 | trueLabel.link(); | - |
| 3111 | statement(ast->ok); | - |
| 3112 | if (ast->ko| TRUE | evaluated 347698 times by 32 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlnotifier
- tst_qqmlprofilerservice
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickdroparea
- tst_qquickgridview
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickpathview
- tst_qquickpositioners
- tst_qquickrepeater
- ...
| | FALSE | evaluated 862661 times by 53 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmltimer
- tst_qqmltranslation
- tst_qqmltypeloader
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickbehaviors
- ...
|
) { | 347698-862661 |
| 3113 | if (endsWithReturn(_module, ast)| TRUE | evaluated 781 times by 10 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qqmlecmascript
- tst_qqmllocale
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_qquickpositioners
- tst_quicktestmainwithsetup
- tst_testfiltering
| | FALSE | evaluated 344041 times by 30 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmllistmodelworkerscript
- tst_qqmlnotifier
- tst_qqmlprofilerservice
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickdroparea
- tst_qquickgridview
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickpathview
- tst_qquickrepeater
- tst_qquickstates
- tst_qquicktext
- ...
|
) { | 781-344041 |
| 3114 | falseLabel.link(); | - |
| 3115 | statement(ast->ko); | - |
| 3116 | }executed 780 times by 10 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qqmlecmascript
- tst_qqmllocale
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_qquickpositioners
- tst_quicktestmainwithsetup
- tst_testfiltering
else { | 780 |
| 3117 | BytecodeGenerator::Jump jump_endif = bytecodeGenerator->jump(); | - |
| 3118 | falseLabel.link(); | - |
| 3119 | statement(ast->ko); | - |
| 3120 | jump_endif.link(); | - |
| 3121 | }executed 346162 times by 30 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmllistmodelworkerscript
- tst_qqmlnotifier
- tst_qqmlprofilerservice
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickdroparea
- tst_qquickgridview
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickpathview
- tst_qquickrepeater
- tst_qquickstates
- tst_qquicktext
- ...
| 346162 |
| 3122 | } else { | - |
| 3123 | falseLabel.link(); | - |
| 3124 | }executed 865742 times by 53 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmltimer
- tst_qqmltranslation
- tst_qqmltypeloader
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickbehaviors
- ...
| 865742 |
| 3125 | | - |
| 3126 | returnexecuted 1209727 times by 58 tests: return false;Executed by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlnotifier
- tst_qqmlprofilerservice
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmltimer
- tst_qqmltranslation
- tst_qqmltypeloader
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- ...
false;executed 1209727 times by 58 tests: return false;Executed by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlnotifier
- tst_qqmlprofilerservice
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmltimer
- tst_qqmltranslation
- tst_qqmltypeloader
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- ...
| 1209727 |
| 3127 | } | - |
| 3128 | | - |
| 3129 | bool Codegen::visit(LabelledStatement *ast) | - |
| 3130 | { | - |
| 3131 | if (hasError| TRUE | never evaluated | | FALSE | evaluated 605 times by 5 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
|
) | 0-605 |
| 3132 | return never executed: return true; true;never executed: return true; | 0 |
| 3133 | | - |
| 3134 | RegisterScope scope(this); | - |
| 3135 | | - |
| 3136 | | - |
| 3137 | ControlFlow *l = controlFlow; | - |
| 3138 | while (l| TRUE | evaluated 452 times by 3 testsEvaluated by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsengine
| | FALSE | evaluated 603 times by 5 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
|
) { | 452-603 |
| 3139 | if (l->label() == ast->label| TRUE | evaluated 2 times by 1 test | | FALSE | evaluated 450 times by 3 testsEvaluated by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsengine
|
) { | 2-450 |
| 3140 | QString error = QString(([]() noexcept -> QString { enum { Size = sizeof(u"" "Label '%1' has already been declared")/2 - 1 }; static const QStaticStringData<Size> qstring_literal = { { { { -1 } }, Size, 0, 0, sizeof(QStringData) }, u"" "Label '%1' has already been declared" }; QStringDataPtr holder = { qstring_literal.data_ptr() }; const QString qstring_literal_temp(holder); returnexecuted 2 times by 1 test: return qstring_literal_temp; qstring_literal_temp;executed 2 times by 1 test: return qstring_literal_temp; }())).arg(ast->label.toString()); | 2 |
| 3141 | throwSyntaxError(ast->firstSourceLocation(), error); | - |
| 3142 | returnexecuted 2 times by 1 test: return false; false;executed 2 times by 1 test: return false; | 2 |
| 3143 | } | - |
| 3144 | l = l->parent; | - |
| 3145 | }executed 450 times by 3 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsengine
| 450 |
| 3146 | _labelledStatement = ast; | - |
| 3147 | | - |
| 3148 | if (AST::cast<AST::SwitchStatement *>(ast->statement)| TRUE | never evaluated | | FALSE | evaluated 603 times by 5 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
|
|| | 0-603 |
| 3149 | AST::cast<AST::WhileStatement *>(ast->statement)| TRUE | evaluated 64 times by 2 testsEvaluated by:- tst_ecmascripttests
- tst_parserstress
| | FALSE | evaluated 539 times by 5 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
|
|| | 64-539 |
| 3150 | AST::cast<AST::DoWhileStatement *>(ast->statement)| TRUE | evaluated 148 times by 2 testsEvaluated by:- tst_ecmascripttests
- tst_parserstress
| | FALSE | evaluated 391 times by 5 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
|
|| | 148-391 |
| 3151 | AST::cast<AST::ForStatement *>(ast->statement)| TRUE | evaluated 216 times by 2 testsEvaluated by:- tst_ecmascripttests
- tst_parserstress
| | FALSE | evaluated 175 times by 5 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
|
|| | 175-216 |
| 3152 | AST::cast<AST::ForEachStatement *>(ast->statement)| TRUE | evaluated 8 times by 2 testsEvaluated by:- tst_ecmascripttests
- tst_parserstress
| | FALSE | evaluated 167 times by 5 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
|
) { | 8-167 |
| 3153 | statement(ast->statement); | - |
| 3154 | }executed 436 times by 2 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_parserstress
else { | 436 |
| 3155 | BytecodeGenerator::Label breakLabel = bytecodeGenerator->newLabel(); | - |
| 3156 | ControlFlowLoop flow(this, &breakLabel); | - |
| 3157 | statement(ast->statement); | - |
| 3158 | breakLabel.link(); | - |
| 3159 | }executed 167 times by 5 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
| 167 |
| 3160 | | - |
| 3161 | returnexecuted 603 times by 5 tests: return false;Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
false;executed 603 times by 5 tests: return false;Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
| 603 |
| 3162 | } | - |
| 3163 | | - |
| 3164 | void Codegen::emitReturn(const Reference &expr) | - |
| 3165 | { | - |
| 3166 | ControlFlow::UnwindTarget target = controlFlow| TRUE | evaluated 501297 times by 27 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlexpression
- tst_qqmllistmodel
- tst_qqmllocale
- tst_qqmlnotifier
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpositioners
- tst_qquickvisualdatamodel
- tst_qtqmlmodules
- tst_quicktestmainwithsetup
- ...
| | FALSE | evaluated 246178 times by 45 testsEvaluated by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlmetaobject
- tst_qqmlmetatype
- tst_qqmlproperty
- tst_qqmlqt
- tst_qqmlsqldatabase
- ...
|
? controlFlow->unwindTarget(ControlFlow::Return) : ControlFlow::UnwindTarget(); | 246178-501297 |
| 3167 | if (target.linkLabel.isValid()| TRUE | evaluated 504035 times by 27 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlexpression
- tst_qqmllistmodel
- tst_qqmllocale
- tst_qqmlnotifier
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpositioners
- tst_qquickvisualdatamodel
- tst_qtqmlmodules
- tst_quicktestmainwithsetup
- ...
| | FALSE | evaluated 245913 times by 45 testsEvaluated by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlmetaobject
- tst_qqmlmetatype
- tst_qqmlproperty
- tst_qqmlqt
- tst_qqmlsqldatabase
- ...
|
&& target.unwindLevel| TRUE | evaluated 82709 times by 13 testsEvaluated by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsengine
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickitem2
- tst_qquicklayouts
- tst_qtqmlmodules
- tst_quicktestmainwithsetup
- tst_qv4debugger
- tst_testfiltering
| | FALSE | evaluated 422855 times by 23 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qqmlcomponent
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlexpression
- tst_qqmllistmodel
- tst_qqmllocale
- tst_qqmlnotifier
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpositioners
- tst_qquickvisualdatamodel
- tst_quicktestmainwithsetup
- tst_testfiltering
|
) { | 82709-504035 |
| 3168 | ((_returnAddress >= 0) ? static_cast<void>(0) : qt_assert("_returnAddress >= 0", __FILE__, 3218)); | - |
| 3169 | (void) expr.storeOnStack(_returnAddress); | - |
| 3170 | bytecodeGenerator->unwindToLabel(target.unwindLevel, target.linkLabel); | - |
| 3171 | }executed 83152 times by 13 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsengine
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickitem2
- tst_qquicklayouts
- tst_qtqmlmodules
- tst_quicktestmainwithsetup
- tst_qv4debugger
- tst_testfiltering
else { | 83152 |
| 3172 | expr.loadInAccumulator(); | - |
| 3173 | bytecodeGenerator->addInstruction(Instruction::Ret()); | - |
| 3174 | }executed 673803 times by 47 tests: end of blockExecuted by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlmetaobject
- tst_qqmlmetatype
- tst_qqmlnotifier
- tst_qqmlproperty
- ...
| 673803 |
| 3175 | } | - |
| 3176 | | - |
| 3177 | bool Codegen::visit(ReturnStatement *ast) | - |
| 3178 | { | - |
| 3179 | if (hasError| TRUE | never evaluated | | FALSE | evaluated 746504 times by 48 testsEvaluated by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlmetaobject
- tst_qqmlmetatype
- tst_qqmlnotifier
- tst_qqmlproperty
- ...
|
) | 0-746504 |
| 3180 | return never executed: return true; true;never executed: return true; | 0 |
| 3181 | | - |
| 3182 | if (_functionContext->contextType != ContextType::Function| TRUE | evaluated 2149 times by 8 testsEvaluated by:- tst_examples
- tst_parserstress
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlexpression
- tst_qqmllistmodel
- tst_qqmlnotifier
- tst_qquickpositioners
| | FALSE | evaluated 742669 times by 46 testsEvaluated by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlmetaobject
- tst_qqmlmetatype
- tst_qqmlproperty
- tst_qqmlqt
- tst_qqmlsqldatabase
- ...
|
&& _functionContext->contextType != ContextType::Binding| TRUE | never evaluated | | FALSE | evaluated 2149 times by 8 testsEvaluated by:- tst_examples
- tst_parserstress
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlexpression
- tst_qqmllistmodel
- tst_qqmlnotifier
- tst_qquickpositioners
|
) { | 0-742669 |
| 3183 | throwSyntaxError(ast->returnToken, ([]() noexcept -> QString { enum { Size = sizeof(u"" "Return statement outside of function")/2 - 1 }; static const QStaticStringData<Size> qstring_literal = { { { { -1 } }, Size, 0, 0, sizeof(QStringData) }, u"" "Return statement outside of function" }; QStringDataPtr holder = { qstring_literal.data_ptr() }; const QString qstring_literal_temp(holder); return never executed: return qstring_literal_temp; qstring_literal_temp;never executed: return qstring_literal_temp; }())); | 0 |
| 3184 | return never executed: return false; false;never executed: return false; | 0 |
| 3185 | } | - |
| 3186 | Reference expr; | - |
| 3187 | if (ast->expression| TRUE | evaluated 339897 times by 46 testsEvaluated by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlmetaobject
- tst_qqmlmetatype
- tst_qqmlnotifier
- tst_qqmlproperty
- ...
| | FALSE | evaluated 404298 times by 20 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmllocale
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_qquicklistview
- tst_qtqmlmodules
- tst_quicktestmainwithsetup
- tst_testfiltering
|
) { | 339897-404298 |
| 3188 | expr = expression(ast->expression); | - |
| 3189 | if (hasError| TRUE | never evaluated | | FALSE | evaluated 342123 times by 46 testsEvaluated by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlmetaobject
- tst_qqmlmetatype
- tst_qqmlnotifier
- tst_qqmlproperty
- ...
|
) | 0-342123 |
| 3190 | return never executed: return false; false;never executed: return false; | 0 |
| 3191 | }executed 341518 times by 46 tests: end of blockExecuted by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlmetaobject
- tst_qqmlmetatype
- tst_qqmlnotifier
- tst_qqmlproperty
- ...
else { | 341518 |
| 3192 | expr = Reference::fromConst(this, Encode::undefined()); | - |
| 3193 | }executed 405958 times by 20 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmllocale
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_qquicklistview
- tst_qtqmlmodules
- tst_quicktestmainwithsetup
- tst_testfiltering
| 405958 |
| 3194 | | - |
| 3195 | emitReturn(expr); | - |
| 3196 | | - |
| 3197 | returnexecuted 751839 times by 48 tests: return false;Executed by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlmetaobject
- tst_qqmlmetatype
- tst_qqmlnotifier
- tst_qqmlproperty
- ...
false;executed 751839 times by 48 tests: return false;Executed by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlmetaobject
- tst_qqmlmetatype
- tst_qqmlnotifier
- tst_qqmlproperty
- ...
| 751839 |
| 3198 | } | - |
| 3199 | | - |
| 3200 | bool Codegen::visit(SwitchStatement *ast) | - |
| 3201 | { | - |
| 3202 | if (hasError| TRUE | never evaluated | | FALSE | evaluated 748 times by 6 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlecmascript
|
) | 0-748 |
| 3203 | return never executed: return true; true;never executed: return true; | 0 |
| 3204 | | - |
| 3205 | if (requiresReturnValue| TRUE | evaluated 440 times by 4 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_qjsengine
- tst_qqmlecmascript
| | FALSE | evaluated 304 times by 6 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlecmascript
|
) | 304-440 |
| 3206 | Reference::fromConst(this, Encode::undefined()).storeOnStack(_returnAddress);executed 439 times by 4 tests: Reference::fromConst(this, Encode::undefined()).storeOnStack(_returnAddress);Executed by:- tst_ecmascripttests
- tst_examples
- tst_qjsengine
- tst_qqmlecmascript
| 439 |
| 3207 | | - |
| 3208 | RegisterScope scope(this); | - |
| 3209 | | - |
| 3210 | if (ast->block| TRUE | evaluated 749 times by 6 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlecmascript
| | FALSE | never evaluated |
) { | 0-749 |
| 3211 | ControlFlowBlock controlFlow(this, ast->block); | - |
| 3212 | | - |
| 3213 | BytecodeGenerator::Label switchEnd = bytecodeGenerator->newLabel(); | - |
| 3214 | | - |
| 3215 | Reference lhs = expression(ast->expression); | - |
| 3216 | if (hasError| TRUE | never evaluated | | FALSE | evaluated 744 times by 6 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlecmascript
|
) | 0-744 |
| 3217 | return never executed: return false; false;never executed: return false; | 0 |
| 3218 | lhs = lhs.storeOnStack(); | - |
| 3219 | | - |
| 3220 | | - |
| 3221 | QHash<Node *, BytecodeGenerator::Label> blockMap; | - |
| 3222 | for (CaseClauses *it = ast->block->clauses; it| TRUE | evaluated 80502 times by 6 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlecmascript
| | FALSE | evaluated 747 times by 6 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlecmascript
|
; it = it->next) | 747-80502 |
| 3223 | blockMap[it->clause] = bytecodeGenerator->newLabel();executed 80502 times by 6 tests: blockMap[it->clause] = bytecodeGenerator->newLabel();Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlecmascript
| 80502 |
| 3224 | if (ast->block->defaultClause| TRUE | evaluated 465 times by 6 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlecmascript
| | FALSE | evaluated 285 times by 6 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlecmascript
|
) | 285-465 |
| 3225 | blockMap[ast->block->defaultClause] = bytecodeGenerator->newLabel();executed 465 times by 6 tests: blockMap[ast->block->defaultClause] = bytecodeGenerator->newLabel();Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlecmascript
| 465 |
| 3226 | for (CaseClauses *it = ast->block->moreClauses; it| TRUE | evaluated 424 times by 4 testsEvaluated by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsvalue
- tst_qqmlecmascript
| | FALSE | evaluated 750 times by 6 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlecmascript
|
; it = it->next) | 424-750 |
| 3227 | blockMap[it->clause] = bytecodeGenerator->newLabel();executed 424 times by 4 tests: blockMap[it->clause] = bytecodeGenerator->newLabel();Executed by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsvalue
- tst_qqmlecmascript
| 424 |
| 3228 | | - |
| 3229 | | - |
| 3230 | for (CaseClauses *it = ast->block->clauses; it| TRUE | evaluated 80502 times by 6 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlecmascript
| | FALSE | evaluated 749 times by 6 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlecmascript
|
; it = it->next) { | 749-80502 |
| 3231 | CaseClause *clause = it->clause; | - |
| 3232 | Reference rhs = expression(clause->expression); | - |
| 3233 | if (hasError| TRUE | never evaluated | | FALSE | evaluated 80502 times by 6 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlecmascript
|
) | 0-80502 |
| 3234 | return never executed: return false; false;never executed: return false; | 0 |
| 3235 | rhs.loadInAccumulator(); | - |
| 3236 | bytecodeGenerator->jumpStrictEqual(lhs.stackSlot(), blockMap.value(clause)); | - |
| 3237 | }executed 80502 times by 6 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlecmascript
| 80502 |
| 3238 | | - |
| 3239 | for (CaseClauses *it = ast->block->moreClauses; it| TRUE | evaluated 423 times by 4 testsEvaluated by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsvalue
- tst_qqmlecmascript
| | FALSE | evaluated 750 times by 6 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlecmascript
|
; it = it->next) { | 423-750 |
| 3240 | CaseClause *clause = it->clause; | - |
| 3241 | Reference rhs = expression(clause->expression); | - |
| 3242 | if (hasError| TRUE | never evaluated | | FALSE | evaluated 424 times by 4 testsEvaluated by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsvalue
- tst_qqmlecmascript
|
) | 0-424 |
| 3243 | return never executed: return false; false;never executed: return false; | 0 |
| 3244 | rhs.loadInAccumulator(); | - |
| 3245 | bytecodeGenerator->jumpStrictEqual(lhs.stackSlot(), blockMap.value(clause)); | - |
| 3246 | }executed 420 times by 4 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsvalue
- tst_qqmlecmascript
| 420 |
| 3247 | | - |
| 3248 | if (DefaultClause *defaultClause = ast->block->defaultClause| TRUE | evaluated 465 times by 6 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlecmascript
| | FALSE | evaluated 285 times by 6 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlecmascript
|
) | 285-465 |
| 3249 | bytecodeGenerator->jump().link(blockMap.value(defaultClause));executed 465 times by 6 tests: bytecodeGenerator->jump().link(blockMap.value(defaultClause));Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlecmascript
| 465 |
| 3250 | else | - |
| 3251 | bytecodeGenerator->jump().link(switchEnd);executed 285 times by 6 tests: bytecodeGenerator->jump().link(switchEnd);Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlecmascript
| 285 |
| 3252 | | - |
| 3253 | ControlFlowLoop flow(this, &switchEnd); | - |
| 3254 | | - |
| 3255 | insideSwitch = true; | - |
| 3256 | for (CaseClauses *it = ast->block->clauses; it| TRUE | evaluated 80502 times by 6 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlecmascript
| | FALSE | evaluated 750 times by 6 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlecmascript
|
; it = it->next) { | 750-80502 |
| 3257 | CaseClause *clause = it->clause; | - |
| 3258 | blockMap[clause].link(); | - |
| 3259 | | - |
| 3260 | statementList(clause->statements); | - |
| 3261 | }executed 80502 times by 6 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlecmascript
| 80502 |
| 3262 | | - |
| 3263 | if (ast->block->defaultClause| TRUE | evaluated 465 times by 6 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlecmascript
| | FALSE | evaluated 285 times by 6 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlecmascript
|
) { | 285-465 |
| 3264 | DefaultClause *clause = ast->block->defaultClause; | - |
| 3265 | blockMap[clause].link(); | - |
| 3266 | | - |
| 3267 | statementList(clause->statements); | - |
| 3268 | }executed 463 times by 6 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlecmascript
| 463 |
| 3269 | | - |
| 3270 | for (CaseClauses *it = ast->block->moreClauses; it| TRUE | evaluated 421 times by 4 testsEvaluated by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsvalue
- tst_qqmlecmascript
| | FALSE | evaluated 750 times by 6 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlecmascript
|
; it = it->next) { | 421-750 |
| 3271 | CaseClause *clause = it->clause; | - |
| 3272 | blockMap[clause].link(); | - |
| 3273 | | - |
| 3274 | statementList(clause->statements); | - |
| 3275 | }executed 424 times by 4 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsvalue
- tst_qqmlecmascript
| 424 |
| 3276 | insideSwitch = false; | - |
| 3277 | | - |
| 3278 | switchEnd.link(); | - |
| 3279 | | - |
| 3280 | }executed 750 times by 6 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlecmascript
| 750 |
| 3281 | | - |
| 3282 | returnexecuted 748 times by 6 tests: return false;Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlecmascript
false;executed 748 times by 6 tests: return false;Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlecmascript
| 748 |
| 3283 | } | - |
| 3284 | | - |
| 3285 | bool Codegen::visit(ThrowStatement *ast) | - |
| 3286 | { | - |
| 3287 | if (hasError| TRUE | never evaluated | | FALSE | evaluated 95388 times by 13 testsEvaluated by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_quicktestmainwithsetup
- tst_qv4debugger
- tst_signalspy
- tst_testfiltering
|
) | 0-95388 |
| 3288 | return never executed: return false; false;never executed: return false; | 0 |
| 3289 | | - |
| 3290 | RegisterScope scope(this); | - |
| 3291 | | - |
| 3292 | Reference expr = expression(ast->expression); | - |
| 3293 | if (hasError| TRUE | never evaluated | | FALSE | evaluated 96531 times by 13 testsEvaluated by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_quicktestmainwithsetup
- tst_qv4debugger
- tst_signalspy
- tst_testfiltering
|
) | 0-96531 |
| 3294 | return never executed: return false; false;never executed: return false; | 0 |
| 3295 | | - |
| 3296 | expr.loadInAccumulator(); | - |
| 3297 | Instruction::ThrowException instr; | - |
| 3298 | bytecodeGenerator->addInstruction(instr); | - |
| 3299 | returnexecuted 96530 times by 13 tests: return false;Executed by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_quicktestmainwithsetup
- tst_qv4debugger
- tst_signalspy
- tst_testfiltering
false;executed 96530 times by 13 tests: return false;Executed by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_quicktestmainwithsetup
- tst_qv4debugger
- tst_signalspy
- tst_testfiltering
| 96530 |
| 3300 | } | - |
| 3301 | | - |
| 3302 | void Codegen::handleTryCatch(TryStatement *ast) | - |
| 3303 | { | - |
| 3304 | ((ast) ? static_cast<void>(0) : qt_assert("ast", __FILE__, 3354)); | - |
| 3305 | RegisterScope scope(this); | - |
| 3306 | BytecodeGenerator::Label noException = bytecodeGenerator->newLabel(); | - |
| 3307 | { | - |
| 3308 | ControlFlowCatch catchFlow(this, ast->catchExpression); | - |
| 3309 | RegisterScope scope(this); | - |
| 3310 | statement(ast->statement); | - |
| 3311 | bytecodeGenerator->jump().link(noException); | - |
| 3312 | } | - |
| 3313 | noException.link(); | - |
| 3314 | }executed 113342 times by 21 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmllistmodelworkerscript
- tst_qqmlpropertymap
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquickworkerscript
- tst_qtqmlmodules
- tst_quicktestmainwithsetup
- tst_qv4debugger
- tst_testfiltering
| 113342 |
| 3315 | | - |
| 3316 | void Codegen::handleTryFinally(TryStatement *ast) | - |
| 3317 | { | - |
| 3318 | RegisterScope scope(this); | - |
| 3319 | ControlFlowFinally finally(this, ast->finallyExpression); | - |
| 3320 | | - |
| 3321 | if (ast->catchExpression| TRUE | evaluated 444 times by 4 testsEvaluated by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsvalue
- tst_qqmlecmascript
| | FALSE | evaluated 382 times by 4 testsEvaluated by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
|
) { | 382-444 |
| 3322 | handleTryCatch(ast); | - |
| 3323 | }executed 444 times by 4 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsvalue
- tst_qqmlecmascript
else { | 444 |
| 3324 | RegisterScope scope(this); | - |
| 3325 | statement(ast->statement); | - |
| 3326 | }executed 382 times by 4 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
| 382 |
| 3327 | } | - |
| 3328 | | - |
| 3329 | bool Codegen::visit(TryStatement *ast) | - |
| 3330 | { | - |
| 3331 | if (hasError| TRUE | never evaluated | | FALSE | evaluated 112518 times by 21 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmllistmodelworkerscript
- tst_qqmlpropertymap
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquickworkerscript
- tst_qtqmlmodules
- tst_quicktestmainwithsetup
- tst_qv4debugger
- tst_testfiltering
|
) | 0-112518 |
| 3332 | return never executed: return true; true;never executed: return true; | 0 |
| 3333 | | - |
| 3334 | RegisterScope scope(this); | - |
| 3335 | | - |
| 3336 | if (ast->finallyExpression| TRUE | evaluated 826 times by 5 testsEvaluated by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlecmascript
| | FALSE | evaluated 112314 times by 21 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmllistmodelworkerscript
- tst_qqmlpropertymap
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquickworkerscript
- tst_qtqmlmodules
- tst_quicktestmainwithsetup
- tst_qv4debugger
- tst_testfiltering
|
&& ast->finallyExpression->statement| TRUE | evaluated 826 times by 5 testsEvaluated by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlecmascript
| | FALSE | never evaluated |
) { | 0-112314 |
| 3337 | handleTryFinally(ast); | - |
| 3338 | }executed 826 times by 5 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlecmascript
else { | 826 |
| 3339 | handleTryCatch(ast); | - |
| 3340 | }executed 112402 times by 21 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmllistmodelworkerscript
- tst_qqmlpropertymap
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquickworkerscript
- tst_qtqmlmodules
- tst_quicktestmainwithsetup
- tst_qv4debugger
- tst_testfiltering
| 112402 |
| 3341 | | - |
| 3342 | returnexecuted 113352 times by 21 tests: return false;Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmllistmodelworkerscript
- tst_qqmlpropertymap
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquickworkerscript
- tst_qtqmlmodules
- tst_quicktestmainwithsetup
- tst_qv4debugger
- tst_testfiltering
false;executed 113352 times by 21 tests: return false;Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmllistmodelworkerscript
- tst_qqmlpropertymap
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquickworkerscript
- tst_qtqmlmodules
- tst_quicktestmainwithsetup
- tst_qv4debugger
- tst_testfiltering
| 113352 |
| 3343 | } | - |
| 3344 | | - |
| 3345 | bool Codegen::visit(VariableStatement *ast) | - |
| 3346 | { | - |
| 3347 | if (hasError| TRUE | never evaluated | | FALSE | evaluated 527663 times by 48 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllistreference
- tst_qqmllocale
- tst_qqmlnotifier
- tst_qqmlprofilerservice
- tst_qqmlproperty
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmltranslation
- ...
|
) | 0-527663 |
| 3348 | return never executed: return true; true;never executed: return true; | 0 |
| 3349 | | - |
| 3350 | variableDeclarationList(ast->declarations); | - |
| 3351 | returnexecuted 529250 times by 48 tests: return false;Executed by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllistreference
- tst_qqmllocale
- tst_qqmlnotifier
- tst_qqmlprofilerservice
- tst_qqmlproperty
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmltranslation
- ...
false;executed 529250 times by 48 tests: return false;Executed by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllistreference
- tst_qqmllocale
- tst_qqmlnotifier
- tst_qqmlprofilerservice
- tst_qqmlproperty
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmltranslation
- ...
| 529250 |
| 3352 | } | - |
| 3353 | | - |
| 3354 | bool Codegen::visit(WhileStatement *ast) | - |
| 3355 | { | - |
| 3356 | if (hasError| TRUE | never evaluated | | FALSE | evaluated 1054 times by 13 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlcachegen
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_quicktestmainwithsetup
- tst_qv4debugger
- tst_signalspy
- tst_testfiltering
|
) | 0-1054 |
| 3357 | return never executed: return true; true;never executed: return true; | 0 |
| 3358 | | - |
| 3359 | if (AST::cast<FalseLiteral *>(ast->expression)| TRUE | evaluated 32 times by 2 testsEvaluated by:- tst_ecmascripttests
- tst_parserstress
| | FALSE | evaluated 1022 times by 13 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlcachegen
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_quicktestmainwithsetup
- tst_qv4debugger
- tst_signalspy
- tst_testfiltering
|
) | 32-1022 |
| 3360 | returnexecuted 32 times by 2 tests: return false;Executed by:- tst_ecmascripttests
- tst_parserstress
false;executed 32 times by 2 tests: return false;Executed by:- tst_ecmascripttests
- tst_parserstress
| 32 |
| 3361 | | - |
| 3362 | RegisterScope scope(this); | - |
| 3363 | | - |
| 3364 | BytecodeGenerator::Label start = bytecodeGenerator->newLabel(); | - |
| 3365 | BytecodeGenerator::Label end = bytecodeGenerator->newLabel(); | - |
| 3366 | BytecodeGenerator::Label cond = bytecodeGenerator->label(); | - |
| 3367 | ControlFlowLoop flow(this, &end, &cond); | - |
| 3368 | | - |
| 3369 | if (!AST::cast<TrueLiteral *>(ast->expression)| TRUE | evaluated 953 times by 13 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlcachegen
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_quicktestmainwithsetup
- tst_qv4debugger
- tst_signalspy
- tst_testfiltering
| | FALSE | evaluated 66 times by 2 testsEvaluated by:- tst_ecmascripttests
- tst_parserstress
|
) | 66-953 |
| 3370 | condition(ast->expression, &start, &end, true);executed 956 times by 13 tests: condition(ast->expression, &start, &end, true);Executed by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlcachegen
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_quicktestmainwithsetup
- tst_qv4debugger
- tst_signalspy
- tst_testfiltering
| 956 |
| 3371 | | - |
| 3372 | start.link(); | - |
| 3373 | statement(ast->statement); | - |
| 3374 | setJumpOutLocation(bytecodeGenerator, ast->statement, ast->whileToken); | - |
| 3375 | bytecodeGenerator->jump().link(cond); | - |
| 3376 | | - |
| 3377 | end.link(); | - |
| 3378 | returnexecuted 1018 times by 13 tests: return false;Executed by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlcachegen
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_quicktestmainwithsetup
- tst_qv4debugger
- tst_signalspy
- tst_testfiltering
false;executed 1018 times by 13 tests: return false;Executed by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlcachegen
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_quicktestmainwithsetup
- tst_qv4debugger
- tst_signalspy
- tst_testfiltering
| 1018 |
| 3379 | } | - |
| 3380 | | - |
| 3381 | bool Codegen::visit(WithStatement *ast) | - |
| 3382 | { | - |
| 3383 | if (hasError| TRUE | never evaluated | | FALSE | evaluated 818 times by 6 testsEvaluated by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlecmascript
- tst_qv4debugger
|
) | 0-818 |
| 3384 | return never executed: return true; true;never executed: return true; | 0 |
| 3385 | | - |
| 3386 | RegisterScope scope(this); | - |
| 3387 | | - |
| 3388 | Reference src = expression(ast->expression); | - |
| 3389 | if (hasError| TRUE | never evaluated | | FALSE | evaluated 819 times by 6 testsEvaluated by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlecmascript
- tst_qv4debugger
|
) | 0-819 |
| 3390 | return never executed: return false; false;never executed: return false; | 0 |
| 3391 | src = src.storeOnStack(); | - |
| 3392 | src.loadInAccumulator(); | - |
| 3393 | | - |
| 3394 | enterContext(ast); | - |
| 3395 | { | - |
| 3396 | ControlFlowWith flow(this); | - |
| 3397 | statement(ast->statement); | - |
| 3398 | } | - |
| 3399 | leaveContext(); | - |
| 3400 | | - |
| 3401 | returnexecuted 819 times by 6 tests: return false;Executed by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlecmascript
- tst_qv4debugger
false;executed 819 times by 6 tests: return false;Executed by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlecmascript
- tst_qv4debugger
| 819 |
| 3402 | } | - |
| 3403 | | - |
| 3404 | bool Codegen::visit(UiArrayBinding *) | - |
| 3405 | { | - |
| 3406 | QMessageLogger(__FILE__, 3456, __PRETTY_FUNCTION__).warning("Unimplemented code."); | - |
| 3407 | return never executed: return false; false;never executed: return false; | 0 |
| 3408 | } | - |
| 3409 | | - |
| 3410 | bool Codegen::visit(UiObjectBinding *) | - |
| 3411 | { | - |
| 3412 | QMessageLogger(__FILE__, 3462, __PRETTY_FUNCTION__).warning("Unimplemented code."); | - |
| 3413 | return never executed: return false; false;never executed: return false; | 0 |
| 3414 | } | - |
| 3415 | | - |
| 3416 | bool Codegen::visit(UiObjectDefinition *) | - |
| 3417 | { | - |
| 3418 | QMessageLogger(__FILE__, 3468, __PRETTY_FUNCTION__).warning("Unimplemented code."); | - |
| 3419 | return never executed: return false; false;never executed: return false; | 0 |
| 3420 | } | - |
| 3421 | | - |
| 3422 | bool Codegen::visit(UiPublicMember *) | - |
| 3423 | { | - |
| 3424 | QMessageLogger(__FILE__, 3474, __PRETTY_FUNCTION__).warning("Unimplemented code."); | - |
| 3425 | return never executed: return false; false;never executed: return false; | 0 |
| 3426 | } | - |
| 3427 | | - |
| 3428 | bool Codegen::visit(UiScriptBinding *) | - |
| 3429 | { | - |
| 3430 | QMessageLogger(__FILE__, 3480, __PRETTY_FUNCTION__).warning("Unimplemented code."); | - |
| 3431 | return never executed: return false; false;never executed: return false; | 0 |
| 3432 | } | - |
| 3433 | | - |
| 3434 | bool Codegen::visit(UiSourceElement *) | - |
| 3435 | { | - |
| 3436 | QMessageLogger(__FILE__, 3486, __PRETTY_FUNCTION__).warning("Unimplemented code."); | - |
| 3437 | return never executed: return false; false;never executed: return false; | 0 |
| 3438 | } | - |
| 3439 | | - |
| 3440 | bool Codegen::throwSyntaxErrorOnEvalOrArgumentsInStrictMode(const Reference &r, const SourceLocation& loc) | - |
| 3441 | { | - |
| 3442 | if (!_context->isStrict| TRUE | evaluated 970405 times by 91 testsEvaluated by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- ...
| | FALSE | evaluated 882781 times by 1 test |
) | 882781-970405 |
| 3443 | returnexecuted 971132 times by 91 tests: return false;Executed by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- ...
false;executed 971132 times by 91 tests: return false;Executed by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- ...
| 971132 |
| 3444 | bool isArgOrEval = false; | - |
| 3445 | if (r.type == Reference::Name| TRUE | evaluated 74254 times by 1 test | | FALSE | evaluated 808967 times by 1 test |
) { | 74254-808967 |
| 3446 | QString str = jsUnitGenerator->stringForIndex(r.nameAsIndex()); | - |
| 3447 | if (str == QLatin1String("eval")| TRUE | evaluated 53 times by 1 test | | FALSE | evaluated 73993 times by 1 test |
|| str == QLatin1String("arguments")| TRUE | evaluated 34 times by 1 test | | FALSE | evaluated 74270 times by 1 test |
) { | 34-74270 |
| 3448 | isArgOrEval = true; | - |
| 3449 | }executed 86 times by 1 test: end of block | 86 |
| 3450 | }executed 74084 times by 1 test: end of block else if (r.type == Reference::ScopedLocal| TRUE | evaluated 471 times by 1 test | | FALSE | evaluated 808329 times by 1 test |
|| r.isRegister()| TRUE | evaluated 502629 times by 1 test | | FALSE | evaluated 308055 times by 1 test |
) { | 471-808329 |
| 3451 | isArgOrEval = r.isArgOrEval; | - |
| 3452 | }executed 502485 times by 1 test: end of block | 502485 |
| 3453 | if (isArgOrEval| TRUE | evaluated 96 times by 1 test | | FALSE | evaluated 884759 times by 1 test |
) | 96-884759 |
| 3454 | throwSyntaxError(loc, ([]() noexcept -> QString { enum { Size = sizeof(u"" "Variable name may not be eval or arguments in strict mode")/2 - 1 }; static const QStaticStringData<Size> qstring_literal = { { { { -1 } }, Size, 0, 0, sizeof(QStringData) }, u"" "Variable name may not be eval or arguments in strict mode" }; QStringDataPtr holder = { qstring_literal.data_ptr() }; const QString qstring_literal_temp(holder); returnexecuted 96 times by 1 test: return qstring_literal_temp; qstring_literal_temp;executed 96 times by 1 test: return qstring_literal_temp; }()));executed 95 times by 1 test: throwSyntaxError(loc, ([]() noexcept -> QString { enum { Size = sizeof(u"" "Variable name may not be eval or arguments in strict mode")/2 - 1 }; static const QStaticStringData<Size> qstring_literal = { { { { -1 } }, Size, 0, 0, sizeof(QStringData) }, u"" "Variable name may not be eval or arguments in strict mode" }; QStringDataPtr holder = { qstring_literal.data_ptr() }; const QString qstring_literal_temp(holder); return qstring_literal_temp; }())); | 95-96 |
| 3455 | returnexecuted 885061 times by 1 test: return isArgOrEval; isArgOrEval;executed 885061 times by 1 test: return isArgOrEval; | 885061 |
| 3456 | } | - |
| 3457 | | - |
| 3458 | void Codegen::throwSyntaxError(const SourceLocation &loc, const QString &detail) | - |
| 3459 | { | - |
| 3460 | if (hasError| TRUE | never evaluated | | FALSE | never evaluated |
) | 0 |
| 3461 | return; never executed: return; | 0 |
| 3462 | | - |
| 3463 | hasError = true; | - |
| 3464 | QQmlJS::DiagnosticMessage error; | - |
| 3465 | error.message = detail; | - |
| 3466 | error.loc = loc; | - |
| 3467 | _errors << error; | - |
| 3468 | } never executed: end of block | 0 |
| 3469 | | - |
| 3470 | void Codegen::throwReferenceError(const SourceLocation &loc, const QString &detail) | - |
| 3471 | { | - |
| 3472 | if (hasError| TRUE | never evaluated | | FALSE | evaluated 2 times by 1 test |
) | 0-2 |
| 3473 | return; never executed: return; | 0 |
| 3474 | | - |
| 3475 | hasError = true; | - |
| 3476 | QQmlJS::DiagnosticMessage error; | - |
| 3477 | error.message = detail; | - |
| 3478 | error.loc = loc; | - |
| 3479 | _errors << error; | - |
| 3480 | }executed 2 times by 1 test: end of block | 2 |
| 3481 | | - |
| 3482 | QList<QQmlJS::DiagnosticMessage> Codegen::errors() const | - |
| 3483 | { | - |
| 3484 | returnexecuted 14 times by 1 test: return _errors; _errors;executed 14 times by 1 test: return _errors; | 14 |
| 3485 | } | - |
| 3486 | | - |
| 3487 | QQmlRefPointer<CompiledData::CompilationUnit> Codegen::generateCompilationUnit(bool generateUnitData) | - |
| 3488 | { | - |
| 3489 | CompiledData::CompilationUnit *compilationUnit = new CompiledData::CompilationUnit; | - |
| 3490 | if (generateUnitData| TRUE | evaluated 2287813 times by 31 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlmetatype
- tst_qqmlproperty
- tst_qqmlqt
- tst_qqmlxmlhttprequest
- tst_qquickdesignersupport
- tst_qquickdrag
- tst_qquickdroparea
- tst_qquickgridview
- tst_qquicklistview
- tst_qquickpathview
- tst_qquickpositioners
- tst_qquickrepeater
- ...
| | FALSE | evaluated 48529 times by 141 testsEvaluated by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlfileselector
- tst_qqmlimport
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- ...
|
) | 48529-2287813 |
| 3491 | compilationUnit->data = jsUnitGenerator->generateUnit();executed 2287790 times by 31 tests: compilationUnit->data = jsUnitGenerator->generateUnit();Executed by:- tst_ecmascripttests
- tst_examples
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlmetatype
- tst_qqmlproperty
- tst_qqmlqt
- tst_qqmlxmlhttprequest
- tst_qquickdesignersupport
- tst_qquickdrag
- tst_qquickdroparea
- tst_qquickgridview
- tst_qquicklistview
- tst_qquickpathview
- tst_qquickpositioners
- tst_qquickrepeater
- ...
| 2287790 |
| 3492 | | - |
| 3493 | QQmlRefPointer<CompiledData::CompilationUnit> unit; | - |
| 3494 | unit.adopt(compilationUnit); | - |
| 3495 | returnexecuted 2337107 times by 146 tests: return unit;Executed by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlfileselector
- ...
unit;executed 2337107 times by 146 tests: return unit;Executed by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlfileselector
- ...
| 2337107 |
| 3496 | } | - |
| 3497 | | - |
| 3498 | QQmlRefPointer<CompiledData::CompilationUnit> Codegen::createUnitForLoading() | - |
| 3499 | { | - |
| 3500 | QQmlRefPointer<CompiledData::CompilationUnit> result; | - |
| 3501 | result.adopt(new CompiledData::CompilationUnit); | - |
| 3502 | returnexecuted 55377 times by 138 tests: return result;Executed by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlfileselector
- tst_qqmlimport
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- ...
result;executed 55377 times by 138 tests: return result;Executed by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlfileselector
- tst_qqmlimport
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- ...
| 55377 |
| 3503 | } | - |
| 3504 | | - |
| 3505 | class Codegen::VolatileMemoryLocationScanner: protected QQmlJS::AST::Visitor | - |
| 3506 | { | - |
| 3507 | VolatileMemoryLocations locs; | - |
| 3508 | | - |
| 3509 | public: | - |
| 3510 | Codegen::VolatileMemoryLocations scan(AST::Node *s) | - |
| 3511 | { | - |
| 3512 | s->accept(this); | - |
| 3513 | returnexecuted 13583449 times by 139 tests: return locs;Executed by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- ...
locs;executed 13583449 times by 139 tests: return locs;Executed by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- ...
| 13583449 |
| 3514 | } | - |
| 3515 | | - |
| 3516 | bool visit(ArrayMemberExpression *) override | - |
| 3517 | { | - |
| 3518 | locs.setAllVolatile(); | - |
| 3519 | returnexecuted 459102 times by 29 tests: return false;Executed by:- tst_ecmascripttests
- tst_examples
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlapplicationengine
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlitemmodels
- tst_qqmllistmodelworkerscript
- tst_qqmlprofilerservice
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickgridview
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpathview
- tst_qquickpositioners
- tst_qquickscreen
- tst_qquickvisualdatamodel
- ...
false;executed 459102 times by 29 tests: return false;Executed by:- tst_ecmascripttests
- tst_examples
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlapplicationengine
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlitemmodels
- tst_qqmllistmodelworkerscript
- tst_qqmlprofilerservice
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickgridview
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpathview
- tst_qquickpositioners
- tst_qquickscreen
- tst_qquickvisualdatamodel
- ...
| 459102 |
| 3520 | } | - |
| 3521 | | - |
| 3522 | bool visit(FieldMemberExpression *) override | - |
| 3523 | { | - |
| 3524 | locs.setAllVolatile(); | - |
| 3525 | returnexecuted 5210074 times by 112 tests: return false;Executed by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- ...
false;executed 5210074 times by 112 tests: return false;Executed by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- ...
| 5210074 |
| 3526 | } | - |
| 3527 | | - |
| 3528 | bool visit(PostIncrementExpression *e) override | - |
| 3529 | { | - |
| 3530 | collectIdentifiers(locs.specificLocations, e->base); | - |
| 3531 | returnexecuted 41271 times by 28 tests: return false;Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlecmascript
- tst_qqmlitemmodels
- tst_qqmllistmodelworkerscript
- tst_qqmlnativeconnector
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmltypeloader
- tst_qqmlvaluetypeproviders
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickcustomaffector
- tst_qquickgridview
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- tst_qquickpositioners
- tst_qquickrepeater
- tst_qquickstates
- ...
false;executed 41271 times by 28 tests: return false;Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlecmascript
- tst_qqmlitemmodels
- tst_qqmllistmodelworkerscript
- tst_qqmlnativeconnector
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmltypeloader
- tst_qqmlvaluetypeproviders
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickcustomaffector
- tst_qquickgridview
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- tst_qquickpositioners
- tst_qquickrepeater
- tst_qquickstates
- ...
| 41271 |
| 3532 | } | - |
| 3533 | | - |
| 3534 | bool visit(PostDecrementExpression *e) override | - |
| 3535 | { | - |
| 3536 | collectIdentifiers(locs.specificLocations, e->base); | - |
| 3537 | returnexecuted 1202 times by 8 tests: return false;Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qquicklistview
- tst_qquickrepeater
- tst_qquicktableview
false;executed 1202 times by 8 tests: return false;Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qquicklistview
- tst_qquickrepeater
- tst_qquicktableview
| 1202 |
| 3538 | } | - |
| 3539 | | - |
| 3540 | bool visit(PreIncrementExpression *e) override | - |
| 3541 | { | - |
| 3542 | collectIdentifiers(locs.specificLocations, e->expression); | - |
| 3543 | returnexecuted 14317 times by 32 tests: return false;Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlsqldatabase
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickdroparea
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickitem
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpathview
- tst_qquickrepeater
- tst_qquickscreen
- ...
false;executed 14317 times by 32 tests: return false;Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlsqldatabase
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickdroparea
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickitem
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpathview
- tst_qquickrepeater
- tst_qquickscreen
- ...
| 14317 |
| 3544 | } | - |
| 3545 | | - |
| 3546 | bool visit(PreDecrementExpression *e) override | - |
| 3547 | { | - |
| 3548 | collectIdentifiers(locs.specificLocations, e->expression); | - |
| 3549 | returnexecuted 930 times by 6 tests: return false;Executed by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlecmascript
- tst_qquickgridview
false;executed 930 times by 6 tests: return false;Executed by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlecmascript
- tst_qquickgridview
| 930 |
| 3550 | } | - |
| 3551 | | - |
| 3552 | bool visit(BinaryExpression *e) override | - |
| 3553 | { | - |
| 3554 | switch (e->op) { | - |
| 3555 | caseexecuted 854 times by 3 tests: case QSOperator::InplaceAnd:Executed by:- tst_ecmascripttests
- tst_examples
- tst_qjsvalue
QSOperator::InplaceAnd:executed 854 times by 3 tests: case QSOperator::InplaceAnd:Executed by:- tst_ecmascripttests
- tst_examples
- tst_qjsvalue
| 854 |
| 3556 | caseexecuted 2223 times by 8 tests: case QSOperator::InplaceSub:Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qquicklistview
- tst_qquicktext
- tst_qv4debugger
QSOperator::InplaceSub:executed 2223 times by 8 tests: case QSOperator::InplaceSub:Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qquicklistview
- tst_qquicktext
- tst_qv4debugger
| 2223 |
| 3557 | caseexecuted 839 times by 3 tests: case QSOperator::InplaceDiv:Executed by:- tst_ecmascripttests
- tst_examples
- tst_qjsvalue
QSOperator::InplaceDiv:executed 839 times by 3 tests: case QSOperator::InplaceDiv:Executed by:- tst_ecmascripttests
- tst_examples
- tst_qjsvalue
| 839 |
| 3558 | caseexecuted 3789021 times by 26 tests: case QSOperator::InplaceAdd:Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickflickable
- tst_qquickgridview
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- tst_qquickpositioners
- tst_qquickrepeater
- tst_qquicksmoothedanimation
- tst_qquicktext
- tst_quicktestmainwithsetup
- tst_qv4debugger
- tst_scenegraph
- tst_signalspy
- ...
QSOperator::InplaceAdd:executed 3789021 times by 26 tests: case QSOperator::InplaceAdd:Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickflickable
- tst_qquickgridview
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- tst_qquickpositioners
- tst_qquickrepeater
- tst_qquicksmoothedanimation
- tst_qquicktext
- tst_quicktestmainwithsetup
- tst_qv4debugger
- tst_scenegraph
- tst_signalspy
- ...
| 3789021 |
| 3559 | caseexecuted 834 times by 2 tests: case QSOperator::InplaceLeftShift:Executed by:- tst_ecmascripttests
- tst_qjsvalue
QSOperator::InplaceLeftShift:executed 834 times by 2 tests: case QSOperator::InplaceLeftShift:Executed by:- tst_ecmascripttests
- tst_qjsvalue
| 834 |
| 3560 | caseexecuted 831 times by 2 tests: case QSOperator::InplaceMod:Executed by:- tst_ecmascripttests
- tst_qjsvalue
QSOperator::InplaceMod:executed 831 times by 2 tests: case QSOperator::InplaceMod:Executed by:- tst_ecmascripttests
- tst_qjsvalue
| 831 |
| 3561 | caseexecuted 1123 times by 4 tests: case QSOperator::InplaceMul:Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsvalue
QSOperator::InplaceMul:executed 1123 times by 4 tests: case QSOperator::InplaceMul:Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsvalue
| 1123 |
| 3562 | caseexecuted 877 times by 4 tests: case QSOperator::InplaceOr:Executed by:- tst_ecmascripttests
- tst_examples
- tst_qjsvalue
- tst_qquicklistview
QSOperator::InplaceOr:executed 877 times by 4 tests: case QSOperator::InplaceOr:Executed by:- tst_ecmascripttests
- tst_examples
- tst_qjsvalue
- tst_qquicklistview
| 877 |
| 3563 | caseexecuted 905 times by 3 tests: case QSOperator::InplaceRightShift:Executed by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsvalue
QSOperator::InplaceRightShift:executed 905 times by 3 tests: case QSOperator::InplaceRightShift:Executed by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsvalue
| 905 |
| 3564 | caseexecuted 3386 times by 2 tests: case QSOperator::InplaceURightShift:Executed by:- tst_ecmascripttests
- tst_qjsvalue
QSOperator::InplaceURightShift:executed 3386 times by 2 tests: case QSOperator::InplaceURightShift:Executed by:- tst_ecmascripttests
- tst_qjsvalue
| 3386 |
| 3565 | caseexecuted 828 times by 2 tests: case QSOperator::InplaceXor:Executed by:- tst_ecmascripttests
- tst_qjsvalue
QSOperator::InplaceXor:executed 828 times by 2 tests: case QSOperator::InplaceXor:Executed by:- tst_ecmascripttests
- tst_qjsvalue
| 828 |
| 3566 | collectIdentifiers(locs.specificLocations, e); | - |
| 3567 | returnexecuted 3805998 times by 26 tests: return false;Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickflickable
- tst_qquickgridview
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- tst_qquickpositioners
- tst_qquickrepeater
- tst_qquicksmoothedanimation
- tst_qquicktext
- tst_quicktestmainwithsetup
- tst_qv4debugger
- tst_scenegraph
- tst_signalspy
- ...
false;executed 3805998 times by 26 tests: return false;Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickflickable
- tst_qquickgridview
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- tst_qquickpositioners
- tst_qquickrepeater
- tst_qquicksmoothedanimation
- tst_qquicktext
- tst_quicktestmainwithsetup
- tst_qv4debugger
- tst_scenegraph
- tst_signalspy
- ...
| 3805998 |
| 3568 | | - |
| 3569 | defaultexecuted 15119777 times by 98 tests: default:Executed by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- ...
:executed 15119777 times by 98 tests: default:Executed by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- ...
| 15119777 |
| 3570 | returnexecuted 15125028 times by 98 tests: return true;Executed by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- ...
true;executed 15125028 times by 98 tests: return true;Executed by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- ...
| 15125028 |
| 3571 | } | - |
| 3572 | } | - |
| 3573 | | - |
| 3574 | private: | - |
| 3575 | void collectIdentifiers(QVector<QStringView> &ids, AST::Node *node) const { | - |
| 3576 | class Collector: public QQmlJS::AST::Visitor { | - |
| 3577 | QVector<QStringView> &ids; | - |
| 3578 | public: | - |
| 3579 | Collector(QVector<QStringView> &ids): ids(ids) {}executed 3851476 times by 47 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlnativeconnector
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmltypeloader
- tst_qqmlvaluetypeproviders
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickcustomaffector
- tst_qquickdroparea
- tst_qquickflickable
- ...
| 3851476 |
| 3580 | virtual bool visit(IdentifierExpression *ie) { | - |
| 3581 | ids.append(ie->name); | - |
| 3582 | returnexecuted 8203213 times by 47 tests: return false;Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlnativeconnector
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmltypeloader
- tst_qqmlvaluetypeproviders
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickcustomaffector
- tst_qquickdroparea
- tst_qquickflickable
- ...
false;executed 8203213 times by 47 tests: return false;Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlnativeconnector
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmltypeloader
- tst_qqmlvaluetypeproviders
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickcustomaffector
- tst_qquickdroparea
- tst_qquickflickable
- ...
| 8203213 |
| 3583 | } | - |
| 3584 | }; | - |
| 3585 | Collector collector(ids); | - |
| 3586 | node->accept(&collector); | - |
| 3587 | }executed 3861915 times by 47 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlnativeconnector
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmltypeloader
- tst_qqmlvaluetypeproviders
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickcustomaffector
- tst_qquickdroparea
- tst_qquickflickable
- ...
| 3861915 |
| 3588 | }; | - |
| 3589 | | - |
| 3590 | Codegen::VolatileMemoryLocations Codegen::scanVolatileMemoryLocations(AST::Node *ast) const | - |
| 3591 | { | - |
| 3592 | VolatileMemoryLocationScanner scanner; | - |
| 3593 | returnexecuted 13528814 times by 139 tests: return scanner.scan(ast);Executed by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- ...
scanner.scan(ast);executed 13528814 times by 139 tests: return scanner.scan(ast);Executed by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- ...
| 13528814 |
| 3594 | } | - |
| 3595 | | - |
| 3596 | | - |
| 3597 | | - |
| 3598 | | - |
| 3599 | QList<QQmlError> Codegen::qmlErrors() const | - |
| 3600 | { | - |
| 3601 | QList<QQmlError> qmlErrors; | - |
| 3602 | | - |
| 3603 | | - |
| 3604 | if (_errors.size() == 0| TRUE | evaluated 51590 times by 132 testsEvaluated by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllistreference
- ...
| | FALSE | evaluated 2 times by 1 test |
) | 2-51590 |
| 3605 | returnexecuted 51590 times by 132 tests: return qmlErrors;Executed by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllistreference
- ...
qmlErrors;executed 51590 times by 132 tests: return qmlErrors;Executed by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllistreference
- ...
| 51590 |
| 3606 | | - |
| 3607 | qmlErrors.reserve(_errors.size()); | - |
| 3608 | | - |
| 3609 | QUrl url(_fileNameIsUrl ? QUrl(_module->fileName) : QUrl::fromLocalFile(_module->fileName)); | - |
| 3610 | for (const QQmlJS::DiagnosticMessage &msg: qAsConst(_errors)) { | - |
| 3611 | QQmlError e; | - |
| 3612 | e.setUrl(url); | - |
| 3613 | e.setLine(msg.loc.startLine); | - |
| 3614 | e.setColumn(msg.loc.startColumn); | - |
| 3615 | e.setDescription(msg.message); | - |
| 3616 | qmlErrors << e; | - |
| 3617 | }executed 2 times by 1 test: end of block | 2 |
| 3618 | | - |
| 3619 | returnexecuted 2 times by 1 test: return qmlErrors; qmlErrors;executed 2 times by 1 test: return qmlErrors; | 2 |
| 3620 | } | - |
| 3621 | | - |
| 3622 | | - |
| 3623 | | - |
| 3624 | bool Codegen::RValue::operator==(const RValue &other) const | - |
| 3625 | { | - |
| 3626 | switch (type) { | - |
| 3627 | case never executed: case Accumulator: Accumulator:never executed: case Accumulator: | 0 |
| 3628 | return never executed: return other.isAccumulator(); other.isAccumulator();never executed: return other.isAccumulator(); | 0 |
| 3629 | caseexecuted 24 times by 1 test: case StackSlot: StackSlot:executed 24 times by 1 test: case StackSlot: | 24 |
| 3630 | returnexecuted 24 times by 1 test: return other.isStackSlot() && theStackSlot == other.theStackSlot; other.isStackSlot() && theStackSlot == other.theStackSlot;executed 24 times by 1 test: return other.isStackSlot() && theStackSlot == other.theStackSlot; | 24 |
| 3631 | case never executed: case Const: Const:never executed: case Const: | 0 |
| 3632 | return never executed: return other.isConst() && constant == other.constant; other.isConst() && constant == other.constant;never executed: return other.isConst() && constant == other.constant; | 0 |
| 3633 | default never executed: default: :never executed: default: | 0 |
| 3634 | return never executed: return false; false;never executed: return false; | 0 |
| 3635 | } | - |
| 3636 | } | - |
| 3637 | | - |
| 3638 | Codegen::RValue Codegen::RValue::storeOnStack() const | - |
| 3639 | { | - |
| 3640 | switch (type) { | - |
| 3641 | caseexecuted 1254138 times by 94 tests: case Accumulator:Executed by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- ...
Accumulator:executed 1254138 times by 94 tests: case Accumulator:Executed by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- ...
| 1254138 |
| 3642 | returnexecuted 1254169 times by 94 tests: return RValue::fromStackSlot(codegen, Reference::fromAccumulator(codegen).storeOnStack().stackSlot());Executed by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- ...
RValue::fromStackSlot(codegen, Reference::fromAccumulator(codegen).storeOnStack().stackSlot());executed 1254169 times by 94 tests: return RValue::fromStackSlot(codegen, Reference::fromAccumulator(codegen).storeOnStack().stackSlot());Executed by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- ...
| 1254169 |
| 3643 | case never executed: case StackSlot: StackSlot:never executed: case StackSlot: | 0 |
| 3644 | return never executed: return *this; *this;never executed: return *this; | 0 |
| 3645 | caseexecuted 12268 times by 9 tests: case Const:Executed by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmllocale
- tst_qqmlxmlhttprequest
- tst_qquicklayouts
Const:executed 12268 times by 9 tests: case Const:Executed by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmllocale
- tst_qqmlxmlhttprequest
- tst_qquicklayouts
| 12268 |
| 3646 | returnexecuted 12274 times by 9 tests: return RValue::fromStackSlot(codegen, Reference::storeConstOnStack(codegen, constant).stackSlot());Executed by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmllocale
- tst_qqmlxmlhttprequest
- tst_qquicklayouts
RValue::fromStackSlot(codegen, Reference::storeConstOnStack(codegen, constant).stackSlot());executed 12274 times by 9 tests: return RValue::fromStackSlot(codegen, Reference::storeConstOnStack(codegen, constant).stackSlot());Executed by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmllocale
- tst_qqmlxmlhttprequest
- tst_qquicklayouts
| 12274 |
| 3647 | default never executed: default: :never executed: default: | 0 |
| 3648 | do { ((false) ? static_cast<void>(0) : qt_assert_x("Q_UNREACHABLE()", "Q_UNREACHABLE was reached", __FILE__, 3698)); __builtin_unreachable(); } while (false); | - |
| 3649 | } never executed: end of block | 0 |
| 3650 | } | - |
| 3651 | | - |
| 3652 | void Codegen::RValue::loadInAccumulator() const | - |
| 3653 | { | - |
| 3654 | switch (type) { | - |
| 3655 | caseexecuted 957778 times by 101 tests: case Accumulator:Executed by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- ...
Accumulator:executed 957778 times by 101 tests: case Accumulator:Executed by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- ...
| 957778 |
| 3656 | | - |
| 3657 | return;executed 958930 times by 101 tests: return;Executed by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- ...
| 958930 |
| 3658 | caseexecuted 423282 times by 48 tests: case StackSlot:Executed by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlprofilerservice
- tst_qqmlqt
- tst_qqmlsettings
- tst_qqmlsqldatabase
- tst_qqmltypeloader
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickcustomaffector
- tst_qquickdroparea
- tst_qquickflickable
- ...
StackSlot:executed 423282 times by 48 tests: case StackSlot:Executed by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlprofilerservice
- tst_qqmlqt
- tst_qqmlsettings
- tst_qqmlsqldatabase
- tst_qqmltypeloader
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickcustomaffector
- tst_qquickdroparea
- tst_qquickflickable
- ...
| 423282 |
| 3659 | returnexecuted 423624 times by 48 tests: return Reference::fromStackSlot(codegen, theStackSlot).loadInAccumulator();Executed by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlprofilerservice
- tst_qqmlqt
- tst_qqmlsettings
- tst_qqmlsqldatabase
- tst_qqmltypeloader
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickcustomaffector
- tst_qquickdroparea
- tst_qquickflickable
- ...
Reference::fromStackSlot(codegen, theStackSlot).loadInAccumulator();executed 423624 times by 48 tests: return Reference::fromStackSlot(codegen, theStackSlot).loadInAccumulator();Executed by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlprofilerservice
- tst_qqmlqt
- tst_qqmlsettings
- tst_qqmlsqldatabase
- tst_qqmltypeloader
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickcustomaffector
- tst_qquickdroparea
- tst_qquickflickable
- ...
| 423624 |
| 3660 | caseexecuted 20086 times by 15 tests: case Const:Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlapplicationengine
- tst_qqmlecmascript
- tst_qqmlitemmodels
- tst_qqmlsqldatabase
- tst_qqmlxmlhttprequest
- tst_qquickanimations
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquickvisualdatamodel
- tst_signalspy
Const:executed 20086 times by 15 tests: case Const:Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlapplicationengine
- tst_qqmlecmascript
- tst_qqmlitemmodels
- tst_qqmlsqldatabase
- tst_qqmlxmlhttprequest
- tst_qquickanimations
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquickvisualdatamodel
- tst_signalspy
| 20086 |
| 3661 | returnexecuted 20122 times by 15 tests: return Reference::fromConst(codegen, constant).loadInAccumulator();Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlapplicationengine
- tst_qqmlecmascript
- tst_qqmlitemmodels
- tst_qqmlsqldatabase
- tst_qqmlxmlhttprequest
- tst_qquickanimations
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquickvisualdatamodel
- tst_signalspy
Reference::fromConst(codegen, constant).loadInAccumulator();executed 20122 times by 15 tests: return Reference::fromConst(codegen, constant).loadInAccumulator();Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlapplicationengine
- tst_qqmlecmascript
- tst_qqmlitemmodels
- tst_qqmlsqldatabase
- tst_qqmlxmlhttprequest
- tst_qquickanimations
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquickvisualdatamodel
- tst_signalspy
| 20122 |
| 3662 | default never executed: default: :never executed: default: | 0 |
| 3663 | do { ((false) ? static_cast<void>(0) : qt_assert_x("Q_UNREACHABLE()", "Q_UNREACHABLE was reached", __FILE__, 3713)); __builtin_unreachable(); } while (false); | - |
| 3664 | } never executed: end of block | 0 |
| 3665 | | - |
| 3666 | } | - |
| 3667 | | - |
| 3668 | Codegen::Reference::Reference(const Codegen::Reference &other) | - |
| 3669 | { | - |
| 3670 | *this = other; | - |
| 3671 | }executed 119323237 times by 139 tests: end of blockExecuted by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- ...
| 119323237 |
| 3672 | | - |
| 3673 | Codegen::Reference &Codegen::Reference::operator =(const Reference &other) | - |
| 3674 | { | - |
| 3675 | type = other.type; | - |
| 3676 | | - |
| 3677 | switch (type) { | - |
| 3678 | caseexecuted 127631135 times by 139 tests: case Invalid:Executed by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- ...
Invalid:executed 127631135 times by 139 tests: case Invalid:Executed by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- ...
| 127631135 |
| 3679 | caseexecuted 41253813 times by 121 tests: case Accumulator:Executed by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- tst_qqmlinfo
- ...
Accumulator:executed 41253813 times by 121 tests: case Accumulator:Executed by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- tst_qqmlinfo
- ...
| 41253813 |
| 3680 | break;executed 168607068 times by 139 tests: break;Executed by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- ...
| 168607068 |
| 3681 | caseexecuted 3533 times by 1 test: case Super: Super:executed 3533 times by 1 test: case Super: | 3533 |
| 3682 | break;executed 3533 times by 1 test: break; | 3533 |
| 3683 | caseexecuted 1788 times by 1 test: case SuperProperty: SuperProperty:executed 1788 times by 1 test: case SuperProperty: | 1788 |
| 3684 | property = other.property; | - |
| 3685 | break;executed 1788 times by 1 test: break; | 1788 |
| 3686 | caseexecuted 62961310 times by 138 tests: case StackSlot:Executed by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- ...
StackSlot:executed 62961310 times by 138 tests: case StackSlot:Executed by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- ...
| 62961310 |
| 3687 | theStackSlot = other.theStackSlot; | - |
| 3688 | break;executed 62965636 times by 138 tests: break;Executed by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- ...
| 62965636 |
| 3689 | caseexecuted 3901284 times by 21 tests: case ScopedLocal:Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmllistmodelworkerscript
- tst_qqmlmetatype
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquickworkerscript
- tst_quicktestmainwithsetup
- tst_qv4debugger
- tst_testfiltering
ScopedLocal:executed 3901284 times by 21 tests: case ScopedLocal:Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmllistmodelworkerscript
- tst_qqmlmetatype
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquickworkerscript
- tst_quicktestmainwithsetup
- tst_qv4debugger
- tst_testfiltering
| 3901284 |
| 3690 | index = other.index; | - |
| 3691 | scope = other.scope; | - |
| 3692 | break;executed 3902260 times by 21 tests: break;Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmllistmodelworkerscript
- tst_qqmlmetatype
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquickworkerscript
- tst_quicktestmainwithsetup
- tst_qv4debugger
- tst_testfiltering
| 3902260 |
| 3693 | caseexecuted 27219784 times by 107 tests: case Name:Executed by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- tst_qqmlinstantiator
- ...
Name:executed 27219784 times by 107 tests: case Name:Executed by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- tst_qqmlinstantiator
- ...
| 27219784 |
| 3694 | name = other.name; | - |
| 3695 | break;executed 27311605 times by 107 tests: break;Executed by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- tst_qqmlinstantiator
- ...
| 27311605 |
| 3696 | caseexecuted 15295844 times by 112 tests: case Member:Executed by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- ...
Member:executed 15295844 times by 112 tests: case Member:Executed by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- ...
| 15295844 |
| 3697 | propertyBase = other.propertyBase; | - |
| 3698 | propertyNameIndex = other.propertyNameIndex; | - |
| 3699 | break;executed 15298639 times by 112 tests: break;Executed by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- ...
| 15298639 |
| 3700 | caseexecuted 629740 times by 32 tests: case Subscript:Executed by:- tst_ecmascripttests
- tst_examples
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlapplicationengine
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlprofilerservice
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickcustomaffector
- tst_qquickgridview
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpathview
- tst_qquickpositioners
- ...
Subscript:executed 629740 times by 32 tests: case Subscript:Executed by:- tst_ecmascripttests
- tst_examples
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlapplicationengine
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlprofilerservice
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickcustomaffector
- tst_qquickgridview
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpathview
- tst_qquickpositioners
- ...
| 629740 |
| 3701 | elementBase = other.elementBase; | - |
| 3702 | elementSubscript = other.elementSubscript; | - |
| 3703 | break;executed 629891 times by 32 tests: break;Executed by:- tst_ecmascripttests
- tst_examples
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlapplicationengine
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlprofilerservice
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickcustomaffector
- tst_qquickgridview
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpathview
- tst_qquickpositioners
- ...
| 629891 |
| 3704 | caseexecuted 5640680 times by 98 tests: case Const:Executed by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- ...
Const:executed 5640680 times by 98 tests: case Const:Executed by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- ...
| 5640680 |
| 3705 | constant = other.constant; | - |
| 3706 | break;executed 5641925 times by 98 tests: break;Executed by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- ...
| 5641925 |
| 3707 | caseexecuted 69185 times by 109 tests: case QmlScopeObject:Executed by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllistreference
- tst_qqmllocale
- tst_qqmlmoduleplugin
- tst_qqmlproperty
- ...
QmlScopeObject:executed 69185 times by 109 tests: case QmlScopeObject:Executed by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllistreference
- tst_qqmllocale
- tst_qqmlmoduleplugin
- tst_qqmlproperty
- ...
| 69185 |
| 3708 | case never executed: case QmlContextObject: QmlContextObject:never executed: case QmlContextObject: | 0 |
| 3709 | qmlBase = other.qmlBase; | - |
| 3710 | qmlCoreIndex = other.qmlCoreIndex; | - |
| 3711 | qmlNotifyIndex = other.qmlNotifyIndex; | - |
| 3712 | capturePolicy = other.capturePolicy; | - |
| 3713 | break;executed 69185 times by 109 tests: break;Executed by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllistreference
- tst_qqmllocale
- tst_qqmlmoduleplugin
- tst_qqmlproperty
- ...
| 69185 |
| 3714 | } | - |
| 3715 | | - |
| 3716 | | - |
| 3717 | isArgOrEval = other.isArgOrEval; | - |
| 3718 | codegen = other.codegen; | - |
| 3719 | isReadonly = other.isReadonly; | - |
| 3720 | isReferenceToConst = other.isReferenceToConst; | - |
| 3721 | stackSlotIsLocalOrArgument = other.stackSlotIsLocalOrArgument; | - |
| 3722 | isVolatile = other.isVolatile; | - |
| 3723 | global = other.global; | - |
| 3724 | returnexecuted 282566282 times by 139 tests: return *this;Executed by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- ...
*this;executed 282566282 times by 139 tests: return *this;Executed by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- ...
| 282566282 |
| 3725 | } | - |
| 3726 | | - |
| 3727 | bool Codegen::Reference::operator==(const Codegen::Reference &other) const | - |
| 3728 | { | - |
| 3729 | if (type != other.type| TRUE | evaluated 17477 times by 4 testsEvaluated by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsengine
- tst_qv4debugger
| | FALSE | evaluated 33568 times by 10 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlqt
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_quicktestmainwithsetup
- tst_testfiltering
|
) | 17477-33568 |
| 3730 | returnexecuted 17482 times by 4 tests: return false;Executed by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsengine
- tst_qv4debugger
false;executed 17482 times by 4 tests: return false;Executed by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsengine
- tst_qv4debugger
| 17482 |
| 3731 | switch (type) { | - |
| 3732 | case never executed: case Invalid: Invalid:never executed: case Invalid: | 0 |
| 3733 | case never executed: case Accumulator: Accumulator:never executed: case Accumulator: | 0 |
| 3734 | break; never executed: break; | 0 |
| 3735 | case never executed: case Super: Super:never executed: case Super: | 0 |
| 3736 | return never executed: return true; true;never executed: return true; | 0 |
| 3737 | case never executed: case SuperProperty: SuperProperty:never executed: case SuperProperty: | 0 |
| 3738 | return never executed: return property == other.property; property == other.property;never executed: return property == other.property; | 0 |
| 3739 | caseexecuted 33363 times by 10 tests: case StackSlot:Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlqt
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_quicktestmainwithsetup
- tst_testfiltering
StackSlot:executed 33363 times by 10 tests: case StackSlot:Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlqt
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_quicktestmainwithsetup
- tst_testfiltering
| 33363 |
| 3740 | returnexecuted 33467 times by 10 tests: return theStackSlot == other.theStackSlot;Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlqt
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_quicktestmainwithsetup
- tst_testfiltering
theStackSlot == other.theStackSlot;executed 33467 times by 10 tests: return theStackSlot == other.theStackSlot;Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlqt
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_quicktestmainwithsetup
- tst_testfiltering
| 33467 |
| 3741 | caseexecuted 136 times by 1 test: case ScopedLocal: ScopedLocal:executed 136 times by 1 test: case ScopedLocal: | 136 |
| 3742 | returnexecuted 136 times by 1 test: return index == other.index && scope == other.scope; index == other.index && scope == other.scope;executed 136 times by 1 test: return index == other.index && scope == other.scope; | 136 |
| 3743 | case never executed: case Name: Name:never executed: case Name: | 0 |
| 3744 | return never executed: return nameAsIndex() == other.nameAsIndex(); nameAsIndex() == other.nameAsIndex();never executed: return nameAsIndex() == other.nameAsIndex(); | 0 |
| 3745 | caseexecuted 24 times by 1 test: case Member: Member:executed 24 times by 1 test: case Member: | 24 |
| 3746 | returnexecuted 24 times by 1 test: return propertyBase == other.propertyBase && propertyNameIndex == other.propertyNameIndex; propertyBase == other.propertyBase && propertyNameIndex == other.propertyNameIndex;executed 24 times by 1 test: return propertyBase == other.propertyBase && propertyNameIndex == other.propertyNameIndex; | 24 |
| 3747 | caseexecuted 4 times by 1 test: case Subscript: Subscript:executed 4 times by 1 test: case Subscript: | 4 |
| 3748 | returnexecuted 4 times by 1 test: return elementBase == other.elementBase && elementSubscript == other.elementSubscript; elementBase == other.elementBase && elementSubscript == other.elementSubscript;executed 4 times by 1 test: return elementBase == other.elementBase && elementSubscript == other.elementSubscript; | 4 |
| 3749 | case never executed: case Const: Const:never executed: case Const: | 0 |
| 3750 | return never executed: return constant == other.constant; constant == other.constant;never executed: return constant == other.constant; | 0 |
| 3751 | case never executed: case QmlScopeObject: QmlScopeObject:never executed: case QmlScopeObject: | 0 |
| 3752 | case never executed: case QmlContextObject: QmlContextObject:never executed: case QmlContextObject: | 0 |
| 3753 | return never executed: return qmlCoreIndex == other.qmlCoreIndex && qmlNotifyIndex == other.qmlNotifyIndex && capturePolicy == other.capturePolicy; qmlCoreIndex == other.qmlCoreIndex && qmlNotifyIndex == other.qmlNotifyIndexnever executed: return qmlCoreIndex == other.qmlCoreIndex && qmlNotifyIndex == other.qmlNotifyIndex && capturePolicy == other.capturePolicy; | 0 |
| 3754 | && capturePolicy == other.capturePolicy; never executed: return qmlCoreIndex == other.qmlCoreIndex && qmlNotifyIndex == other.qmlNotifyIndex && capturePolicy == other.capturePolicy; | 0 |
| 3755 | } | - |
| 3756 | return never executed: return true; true;never executed: return true; | 0 |
| 3757 | } | - |
| 3758 | | - |
| 3759 | Codegen::RValue Codegen::Reference::asRValue() const | - |
| 3760 | { | - |
| 3761 | switch (type) { | - |
| 3762 | case never executed: case Invalid: Invalid:never executed: case Invalid: | 0 |
| 3763 | do { ((false) ? static_cast<void>(0) : qt_assert_x("Q_UNREACHABLE()", "Q_UNREACHABLE was reached", __FILE__, 3813)); __builtin_unreachable(); } while (false); | - |
| 3764 | caseexecuted 107288 times by 80 tests: case Accumulator:Executed by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qmlcachegen
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlinfo
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllistreference
- tst_qqmlmoduleplugin
- tst_qqmlnotifier
- tst_qqmlpropertymap
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmlstatemachine
- tst_qqmltimer
- ...
code before this statement never executed: case Accumulator: executed 107288 times by 80 tests: case Accumulator:Executed by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qmlcachegen
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlinfo
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllistreference
- tst_qqmlmoduleplugin
- tst_qqmlnotifier
- tst_qqmlpropertymap
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmlstatemachine
- tst_qqmltimer
- ...
Accumulator:code before this statement never executed: case Accumulator: executed 107288 times by 80 tests: case Accumulator:Executed by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qmlcachegen
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlinfo
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllistreference
- tst_qqmlmoduleplugin
- tst_qqmlnotifier
- tst_qqmlpropertymap
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmlstatemachine
- tst_qqmltimer
- ...
| 0-107288 |
| 3765 | returnexecuted 107339 times by 80 tests: return RValue::fromAccumulator(codegen);Executed by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qmlcachegen
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlinfo
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllistreference
- tst_qqmlmoduleplugin
- tst_qqmlnotifier
- tst_qqmlpropertymap
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmlstatemachine
- tst_qqmltimer
- ...
RValue::fromAccumulator(codegen);executed 107339 times by 80 tests: return RValue::fromAccumulator(codegen);Executed by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qmlcachegen
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlinfo
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllistreference
- tst_qqmlmoduleplugin
- tst_qqmlnotifier
- tst_qqmlpropertymap
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmlstatemachine
- tst_qqmltimer
- ...
| 107339 |
| 3766 | caseexecuted 592974 times by 53 tests: case StackSlot:Executed by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlcomponent
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlprofilerservice
- tst_qqmlproperty
- tst_qqmlqt
- tst_qqmlsettings
- tst_qqmlsqldatabase
- tst_qqmltypeloader
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- ...
StackSlot:executed 592974 times by 53 tests: case StackSlot:Executed by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlcomponent
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlprofilerservice
- tst_qqmlproperty
- tst_qqmlqt
- tst_qqmlsettings
- tst_qqmlsqldatabase
- tst_qqmltypeloader
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- ...
| 592974 |
| 3767 | returnexecuted 593090 times by 53 tests: return RValue::fromStackSlot(codegen, stackSlot());Executed by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlcomponent
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlprofilerservice
- tst_qqmlproperty
- tst_qqmlqt
- tst_qqmlsettings
- tst_qqmlsqldatabase
- tst_qqmltypeloader
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- ...
RValue::fromStackSlot(codegen, stackSlot());executed 593090 times by 53 tests: return RValue::fromStackSlot(codegen, stackSlot());Executed by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlcomponent
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlprofilerservice
- tst_qqmlproperty
- tst_qqmlqt
- tst_qqmlsettings
- tst_qqmlsqldatabase
- tst_qqmltypeloader
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- ...
| 593090 |
| 3768 | caseexecuted 32364 times by 17 tests: case Const:Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlapplicationengine
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlitemmodels
- tst_qqmllocale
- tst_qqmlsqldatabase
- tst_qqmlxmlhttprequest
- tst_qquickanimations
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquickvisualdatamodel
- tst_signalspy
Const:executed 32364 times by 17 tests: case Const:Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlapplicationengine
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlitemmodels
- tst_qqmllocale
- tst_qqmlsqldatabase
- tst_qqmlxmlhttprequest
- tst_qquickanimations
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquickvisualdatamodel
- tst_signalspy
| 32364 |
| 3769 | returnexecuted 32361 times by 17 tests: return RValue::fromConst(codegen, constant);Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlapplicationengine
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlitemmodels
- tst_qqmllocale
- tst_qqmlsqldatabase
- tst_qqmlxmlhttprequest
- tst_qquickanimations
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquickvisualdatamodel
- tst_signalspy
RValue::fromConst(codegen, constant);executed 32361 times by 17 tests: return RValue::fromConst(codegen, constant);Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlapplicationengine
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlitemmodels
- tst_qqmllocale
- tst_qqmlsqldatabase
- tst_qqmlxmlhttprequest
- tst_qquickanimations
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquickvisualdatamodel
- tst_signalspy
| 32361 |
| 3770 | defaultexecuted 2107266 times by 105 tests: default:Executed by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- ...
:executed 2107266 times by 105 tests: default:Executed by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- ...
| 2107266 |
| 3771 | loadInAccumulator(); | - |
| 3772 | returnexecuted 2110953 times by 105 tests: return RValue::fromAccumulator(codegen);Executed by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- ...
RValue::fromAccumulator(codegen);executed 2110953 times by 105 tests: return RValue::fromAccumulator(codegen);Executed by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- ...
| 2110953 |
| 3773 | } | - |
| 3774 | } | - |
| 3775 | | - |
| 3776 | Codegen::Reference Codegen::Reference::asLValue() const | - |
| 3777 | { | - |
| 3778 | switch (type) { | - |
| 3779 | case never executed: case Invalid: Invalid:never executed: case Invalid: | 0 |
| 3780 | case never executed: case Accumulator: Accumulator:never executed: case Accumulator: | 0 |
| 3781 | do { ((false) ? static_cast<void>(0) : qt_assert_x("Q_UNREACHABLE()", "Q_UNREACHABLE was reached", __FILE__, 3831)); __builtin_unreachable(); } while (false); | - |
| 3782 | case never executed: case Super: Super:never executed: case Super: code before this statement never executed: case Super: | 0 |
| 3783 | codegen->throwSyntaxError(AST::SourceLocation(), ([]() noexcept -> QString { enum { Size = sizeof(u"" "Super lvalues not implemented.")/2 - 1 }; static const QStaticStringData<Size> qstring_literal = { { { { -1 } }, Size, 0, 0, sizeof(QStringData) }, u"" "Super lvalues not implemented." }; QStringDataPtr holder = { qstring_literal.data_ptr() }; const QString qstring_literal_temp(holder); return never executed: return qstring_literal_temp; qstring_literal_temp;never executed: return qstring_literal_temp; }())); | 0 |
| 3784 | return never executed: return *this; *this;never executed: return *this; | 0 |
| 3785 | caseexecuted 1389659 times by 94 tests: case Member:Executed by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- ...
Member:executed 1389659 times by 94 tests: case Member:Executed by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- ...
| 1389659 |
| 3786 | if (!propertyBase.isStackSlot()| TRUE | evaluated 1247339 times by 94 testsEvaluated by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- ...
| | FALSE | evaluated 140869 times by 39 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qqmlcomponent
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlitemmodels
- tst_qqmllocale
- tst_qqmlproperty
- tst_qqmlqt
- tst_qqmlsettings
- tst_qqmlsqldatabase
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickaccessible
- tst_qquickanimationcontroller
- tst_qquickdroparea
- tst_qquickgridview
- tst_qquickitem
- ...
|
) { | 140869-1247339 |
| 3787 | Reference r = *this; | - |
| 3788 | r.propertyBase = propertyBase.storeOnStack(); | - |
| 3789 | returnexecuted 1255156 times by 94 tests: return r;Executed by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- ...
r;executed 1255156 times by 94 tests: return r;Executed by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- ...
| 1255156 |
| 3790 | } | - |
| 3791 | returnexecuted 140478 times by 39 tests: return *this;Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qqmlcomponent
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlitemmodels
- tst_qqmllocale
- tst_qqmlproperty
- tst_qqmlqt
- tst_qqmlsettings
- tst_qqmlsqldatabase
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickaccessible
- tst_qquickanimationcontroller
- tst_qquickdroparea
- tst_qquickgridview
- tst_qquickitem
- ...
*this;executed 140478 times by 39 tests: return *this;Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qqmlcomponent
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlitemmodels
- tst_qqmllocale
- tst_qqmlproperty
- tst_qqmlqt
- tst_qqmlsettings
- tst_qqmlsqldatabase
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickaccessible
- tst_qquickanimationcontroller
- tst_qquickdroparea
- tst_qquickgridview
- tst_qquickitem
- ...
| 140478 |
| 3792 | caseexecuted 51332 times by 17 tests: case Subscript:Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlqt
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickgridview
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpositioners
- tst_quicktestmainwithsetup
- tst_signalspy
- tst_testfiltering
Subscript:executed 51332 times by 17 tests: case Subscript:Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlqt
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickgridview
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpositioners
- tst_quicktestmainwithsetup
- tst_signalspy
- tst_testfiltering
| 51332 |
| 3793 | if (!elementSubscript.isStackSlot()| TRUE | evaluated 18117 times by 13 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlxmlhttprequest
- tst_qquickgridview
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpositioners
- tst_signalspy
| | FALSE | evaluated 33220 times by 12 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qqmlecmascript
- tst_qqmlqt
- tst_qquickanimationcontroller
- tst_qquickgridview
- tst_qquicklayouts
- tst_qquicklistview
- tst_quicktestmainwithsetup
- tst_testfiltering
|
) { | 18117-33220 |
| 3794 | Reference r = *this; | - |
| 3795 | r.elementSubscript = elementSubscript.storeOnStack(); | - |
| 3796 | returnexecuted 18148 times by 13 tests: return r;Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlxmlhttprequest
- tst_qquickgridview
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpositioners
- tst_signalspy
r;executed 18148 times by 13 tests: return r;Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlxmlhttprequest
- tst_qquickgridview
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpositioners
- tst_signalspy
| 18148 |
| 3797 | } | - |
| 3798 | returnexecuted 33272 times by 12 tests: return *this;Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qqmlecmascript
- tst_qqmlqt
- tst_qquickanimationcontroller
- tst_qquickgridview
- tst_qquicklayouts
- tst_qquicklistview
- tst_quicktestmainwithsetup
- tst_testfiltering
*this;executed 33272 times by 12 tests: return *this;Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qqmlecmascript
- tst_qqmlqt
- tst_qquickanimationcontroller
- tst_qquickgridview
- tst_qquicklayouts
- tst_qquicklistview
- tst_quicktestmainwithsetup
- tst_testfiltering
| 33272 |
| 3799 | defaultexecuted 1211420 times by 75 tests: default:Executed by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlmoduleplugin
- ...
:executed 1211420 times by 75 tests: default:Executed by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlmoduleplugin
- ...
| 1211420 |
| 3800 | returnexecuted 1212241 times by 75 tests: return *this;Executed by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlmoduleplugin
- ...
*this;executed 1212241 times by 75 tests: return *this;Executed by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlmoduleplugin
- ...
| 1212241 |
| 3801 | } | - |
| 3802 | } | - |
| 3803 | | - |
| 3804 | Codegen::Reference Codegen::Reference::storeConsumeAccumulator() const | - |
| 3805 | { | - |
| 3806 | storeAccumulator(); | - |
| 3807 | returnexecuted 9228777 times by 139 tests: return Reference();Executed by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- ...
Reference();executed 9228777 times by 139 tests: return Reference();Executed by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- ...
| 9228777 |
| 3808 | } | - |
| 3809 | | - |
| 3810 | Codegen::Reference Codegen::Reference::baseObject() const | - |
| 3811 | { | - |
| 3812 | if (type == Reference::QmlScopeObject| TRUE | never evaluated | | FALSE | evaluated 108 times by 1 test |
|| type == Reference::QmlContextObject| TRUE | never evaluated | | FALSE | evaluated 108 times by 1 test |
) { | 0-108 |
| 3813 | return never executed: return Reference::fromStackSlot(codegen, qmlBase.stackSlot()); Reference::fromStackSlot(codegen, qmlBase.stackSlot());never executed: return Reference::fromStackSlot(codegen, qmlBase.stackSlot()); | 0 |
| 3814 | } else if (type == Reference::Member| TRUE | never evaluated | | FALSE | evaluated 108 times by 1 test |
) { | 0-108 |
| 3815 | RValue rval = propertyBase; | - |
| 3816 | if (!rval.isValid()| TRUE | never evaluated | | FALSE | never evaluated |
) | 0 |
| 3817 | return never executed: return Reference::fromConst(codegen, Encode::undefined()); Reference::fromConst(codegen, Encode::undefined());never executed: return Reference::fromConst(codegen, Encode::undefined()); | 0 |
| 3818 | if (rval.isAccumulator()| TRUE | never evaluated | | FALSE | never evaluated |
) | 0 |
| 3819 | return never executed: return Reference::fromAccumulator(codegen); Reference::fromAccumulator(codegen);never executed: return Reference::fromAccumulator(codegen); | 0 |
| 3820 | if (rval.isStackSlot()| TRUE | never evaluated | | FALSE | never evaluated |
) | 0 |
| 3821 | Reference::fromStackSlot(codegen, rval.stackSlot()); never executed: Reference::fromStackSlot(codegen, rval.stackSlot()); | 0 |
| 3822 | if (rval.isConst()| TRUE | never evaluated | | FALSE | never evaluated |
) | 0 |
| 3823 | return never executed: return Reference::fromConst(codegen, rval.constantValue()); Reference::fromConst(codegen, rval.constantValue());never executed: return Reference::fromConst(codegen, rval.constantValue()); | 0 |
| 3824 | do { ((false) ? static_cast<void>(0) : qt_assert_x("Q_UNREACHABLE()", "Q_UNREACHABLE was reached", __FILE__, 3874)); __builtin_unreachable(); } while (false); | - |
| 3825 | } never executed: end of block else if (type == Reference::Subscript| TRUE | never evaluated | | FALSE | evaluated 108 times by 1 test |
) { | 0-108 |
| 3826 | return never executed: return Reference::fromStackSlot(codegen, elementBase.stackSlot()); Reference::fromStackSlot(codegen, elementBase.stackSlot());never executed: return Reference::fromStackSlot(codegen, elementBase.stackSlot()); | 0 |
| 3827 | } else { | - |
| 3828 | returnexecuted 108 times by 1 test: return Reference::fromConst(codegen, Encode::undefined()); Reference::fromConst(codegen, Encode::undefined());executed 108 times by 1 test: return Reference::fromConst(codegen, Encode::undefined()); | 108 |
| 3829 | } | - |
| 3830 | } | - |
| 3831 | | - |
| 3832 | Codegen::Reference Codegen::Reference::storeOnStack() const | - |
| 3833 | { returnexecuted 10136287 times by 129 tests: return doStoreOnStack(-1);Executed by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- ...
doStoreOnStack(-1);executed 10136287 times by 129 tests: return doStoreOnStack(-1);Executed by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- ...
} | 10136287 |
| 3834 | | - |
| 3835 | void Codegen::Reference::storeOnStack(int slotIndex) const | - |
| 3836 | { doStoreOnStack(slotIndex); }executed 5379197 times by 137 tests: end of blockExecuted by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- ...
| 5379197 |
| 3837 | | - |
| 3838 | Codegen::Reference Codegen::Reference::doStoreOnStack(int slotIndex) const | - |
| 3839 | { | - |
| 3840 | if (isStackSlot()| TRUE | evaluated 7670795 times by 123 testsEvaluated by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- ...
| | FALSE | evaluated 7836318 times by 138 testsEvaluated by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- ...
|
&& slotIndex == -1| TRUE | evaluated 5757181 times by 123 testsEvaluated by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- ...
| | FALSE | evaluated 1933595 times by 43 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlconnections
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllistreference
- tst_qqmllocale
- tst_qqmlsqldatabase
- tst_qqmltranslation
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickapplication
- tst_qquickbehaviors
- tst_qquickdrag
- ...
|
&& !(stackSlotIsLocalOrArgument| TRUE | evaluated 2035919 times by 37 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllocale
- tst_qqmlprofilerservice
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmlvaluetypeproviders
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickcustomaffector
- tst_qquickdraghandler
- tst_qquickgridview
- tst_qquicklayouts
- ...
| | FALSE | evaluated 3717425 times by 121 testsEvaluated by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- ...
|
&& isVolatile| TRUE | evaluated 996605 times by 37 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllocale
- tst_qqmlprofilerservice
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmlvaluetypeproviders
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickcustomaffector
- tst_qquickdraghandler
- tst_qquickgridview
- tst_qquicklayouts
- ...
| | FALSE | evaluated 1036909 times by 22 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlitemmodels
- tst_qqmlprofilerservice
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmlvaluetypeproviders
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickrepeater
- tst_quicktestmainwithsetup
- tst_signalspy
- tst_testfiltering
|
)) | 996605-7836318 |
| 3841 | returnexecuted 4756364 times by 122 tests: return *this;Executed by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- ...
*this;executed 4756364 times by 122 tests: return *this;Executed by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- ...
| 4756364 |
| 3842 | | - |
| 3843 | if (isStackSlot()| TRUE | evaluated 2923035 times by 53 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllistreference
- tst_qqmllocale
- tst_qqmlprofilerservice
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmltranslation
- tst_qqmlvaluetypeproviders
- ...
| | FALSE | evaluated 7842384 times by 138 testsEvaluated by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- ...
|
) { | 2923035-7842384 |
| 3844 | Reference dest = Reference::fromStackSlot(codegen, slotIndex); | - |
| 3845 | Instruction::MoveReg move; | - |
| 3846 | move.srcReg = stackSlot(); | - |
| 3847 | move.destReg = dest.stackSlot(); | - |
| 3848 | codegen->bytecodeGenerator->addInstruction(move); | - |
| 3849 | returnexecuted 2927969 times by 53 tests: return dest;Executed by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllistreference
- tst_qqmllocale
- tst_qqmlprofilerservice
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmltranslation
- tst_qqmlvaluetypeproviders
- ...
dest;executed 2927969 times by 53 tests: return dest;Executed by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllistreference
- tst_qqmllocale
- tst_qqmlprofilerservice
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmltranslation
- tst_qqmlvaluetypeproviders
- ...
| 2927969 |
| 3850 | } | - |
| 3851 | | - |
| 3852 | Reference slot = Reference::fromStackSlot(codegen, slotIndex); | - |
| 3853 | if (isConstant()| TRUE | evaluated 633263 times by 65 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlmetaobject
- tst_qqmlmetatype
- tst_qqmlnotifier
- tst_qqmlprofilerservice
- tst_qqmlproperty
- ...
| | FALSE | evaluated 7216280 times by 138 testsEvaluated by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- ...
|
) { | 633263-7216280 |
| 3854 | Instruction::MoveConst move; | - |
| 3855 | move.constIndex = codegen->registerConstant(constant); | - |
| 3856 | move.destTemp = slot.stackSlot(); | - |
| 3857 | codegen->bytecodeGenerator->addInstruction(move); | - |
| 3858 | }executed 633165 times by 65 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlmetaobject
- tst_qqmlmetatype
- tst_qqmlnotifier
- tst_qqmlprofilerservice
- tst_qqmlproperty
- ...
else { | 633165 |
| 3859 | loadInAccumulator(); | - |
| 3860 | slot.storeConsumeAccumulator(); | - |
| 3861 | }executed 7219569 times by 138 tests: end of blockExecuted by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- ...
| 7219569 |
| 3862 | returnexecuted 7854474 times by 138 tests: return slot;Executed by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- ...
slot;executed 7854474 times by 138 tests: return slot;Executed by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- ...
| 7854474 |
| 3863 | } | - |
| 3864 | | - |
| 3865 | Codegen::Reference Codegen::Reference::storeRetainAccumulator() const | - |
| 3866 | { | - |
| 3867 | if (storeWipesAccumulator()| TRUE | evaluated 27372 times by 37 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlconnections
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlqt
- tst_qqmlxmlhttprequest
- tst_qquickanimations
- tst_qquickapplication
- tst_qquickbehaviors
- tst_qquickdrag
- tst_qquickdroparea
- tst_qquickflickable
- tst_qquickfocusscope
- tst_qquickgridview
- tst_qquicklistview
- ...
| | FALSE | evaluated 673859 times by 13 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qqmlecmascript
- tst_qqmlsqldatabase
- tst_qquickanimationcontroller
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquicklistview
- tst_quicktestmainwithsetup
- tst_signalspy
- tst_testfiltering
|
) { | 27372-673859 |
| 3868 | | - |
| 3869 | auto tmp = Reference::fromStackSlot(codegen); | - |
| 3870 | tmp.storeAccumulator(); | - |
| 3871 | storeAccumulator(); | - |
| 3872 | returnexecuted 27394 times by 37 tests: return tmp;Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlconnections
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlqt
- tst_qqmlxmlhttprequest
- tst_qquickanimations
- tst_qquickapplication
- tst_qquickbehaviors
- tst_qquickdrag
- tst_qquickdroparea
- tst_qquickflickable
- tst_qquickfocusscope
- tst_qquickgridview
- tst_qquicklistview
- ...
tmp;executed 27394 times by 37 tests: return tmp;Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlconnections
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlqt
- tst_qqmlxmlhttprequest
- tst_qquickanimations
- tst_qquickapplication
- tst_qquickbehaviors
- tst_qquickdrag
- tst_qquickdroparea
- tst_qquickflickable
- tst_qquickfocusscope
- tst_qquickgridview
- tst_qquicklistview
- ...
| 27394 |
| 3873 | } else { | - |
| 3874 | | - |
| 3875 | storeAccumulator(); | - |
| 3876 | returnexecuted 680551 times by 13 tests: return *this;Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qqmlecmascript
- tst_qqmlsqldatabase
- tst_qquickanimationcontroller
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquicklistview
- tst_quicktestmainwithsetup
- tst_signalspy
- tst_testfiltering
*this;executed 680551 times by 13 tests: return *this;Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qqmlecmascript
- tst_qqmlsqldatabase
- tst_qquickanimationcontroller
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquicklistview
- tst_quicktestmainwithsetup
- tst_signalspy
- tst_testfiltering
| 680551 |
| 3877 | } | - |
| 3878 | } | - |
| 3879 | | - |
| 3880 | bool Codegen::Reference::storeWipesAccumulator() const | - |
| 3881 | { | - |
| 3882 | switch (type) { | - |
| 3883 | default never executed: default: :never executed: default: | 0 |
| 3884 | case never executed: case Invalid: Invalid:never executed: case Invalid: | 0 |
| 3885 | case never executed: case Const: Const:never executed: case Const: | 0 |
| 3886 | case never executed: case Accumulator: Accumulator:never executed: case Accumulator: | 0 |
| 3887 | do { ((false) ? static_cast<void>(0) : qt_assert_x("Q_UNREACHABLE()", "Q_UNREACHABLE was reached", __FILE__, 3937)); __builtin_unreachable(); } while (false); | - |
| 3888 | return never executed: return false; false;never executed: return false; | 0 |
| 3889 | caseexecuted 670155 times by 13 tests: case StackSlot:Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qqmlecmascript
- tst_qqmlsqldatabase
- tst_qquickanimationcontroller
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquicklistview
- tst_quicktestmainwithsetup
- tst_signalspy
- tst_testfiltering
StackSlot:executed 670155 times by 13 tests: case StackSlot:Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qqmlecmascript
- tst_qqmlsqldatabase
- tst_qquickanimationcontroller
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquicklistview
- tst_quicktestmainwithsetup
- tst_signalspy
- tst_testfiltering
| 670155 |
| 3890 | caseexecuted 5373 times by 3 tests: case ScopedLocal:Executed by:- tst_ecmascripttests
- tst_parserstress
- tst_qqmlsqldatabase
ScopedLocal:executed 5373 times by 3 tests: case ScopedLocal:Executed by:- tst_ecmascripttests
- tst_parserstress
- tst_qqmlsqldatabase
| 5373 |
| 3891 | returnexecuted 672540 times by 13 tests: return false;Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qqmlecmascript
- tst_qqmlsqldatabase
- tst_qquickanimationcontroller
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquicklistview
- tst_quicktestmainwithsetup
- tst_signalspy
- tst_testfiltering
false;executed 672540 times by 13 tests: return false;Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qqmlecmascript
- tst_qqmlsqldatabase
- tst_qquickanimationcontroller
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquicklistview
- tst_quicktestmainwithsetup
- tst_signalspy
- tst_testfiltering
| 672540 |
| 3892 | caseexecuted 21094 times by 21 tests: case Name:Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlconnections
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmllistmodel
- tst_qquickanimations
- tst_qquickapplication
- tst_qquickbehaviors
- tst_qquickdrag
- tst_qquickdroparea
- tst_qquicklistview
- tst_qquickmousearea
- tst_qquickstates
- tst_qquickvisualdatamodel
- tst_qv4debugger
Name:executed 21094 times by 21 tests: case Name:Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlconnections
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmllistmodel
- tst_qquickanimations
- tst_qquickapplication
- tst_qquickbehaviors
- tst_qquickdrag
- tst_qquickdroparea
- tst_qquicklistview
- tst_qquickmousearea
- tst_qquickstates
- tst_qquickvisualdatamodel
- tst_qv4debugger
| 21094 |
| 3893 | caseexecuted 5709 times by 25 tests: case Member:Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qqmlconnections
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlxmlhttprequest
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickdrag
- tst_qquickdroparea
- tst_qquickgridview
- tst_qquicklistview
- tst_qquickpositioners
- tst_qquickrepeater
- tst_qquicksmoothedanimation
- tst_qquickstates
- tst_qquicktext
- tst_qquickvisualdatamodel
- tst_qquickworkerscript
- tst_scenegraph
Member:executed 5709 times by 25 tests: case Member:Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qqmlconnections
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlxmlhttprequest
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickdrag
- tst_qquickdroparea
- tst_qquickgridview
- tst_qquicklistview
- tst_qquickpositioners
- tst_qquickrepeater
- tst_qquicksmoothedanimation
- tst_qquickstates
- tst_qquicktext
- tst_qquickvisualdatamodel
- tst_qquickworkerscript
- tst_scenegraph
| 5709 |
| 3894 | caseexecuted 391 times by 5 tests: case Subscript:Executed by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsvalue
- tst_qquickgridview
- tst_qquicklistview
Subscript:executed 391 times by 5 tests: case Subscript:Executed by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsvalue
- tst_qquickgridview
- tst_qquicklistview
| 391 |
| 3895 | caseexecuted 115 times by 9 tests: case QmlScopeObject:Executed by:- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlqt
- tst_qqmlxmlhttprequest
- tst_qquickflickable
- tst_qquickfocusscope
- tst_qquickloader
- tst_signalspy
QmlScopeObject:executed 115 times by 9 tests: case QmlScopeObject:Executed by:- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlqt
- tst_qqmlxmlhttprequest
- tst_qquickflickable
- tst_qquickfocusscope
- tst_qquickloader
- tst_signalspy
| 115 |
| 3896 | case never executed: case QmlContextObject: QmlContextObject:never executed: case QmlContextObject: | 0 |
| 3897 | returnexecuted 27330 times by 37 tests: return true;Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlconnections
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlqt
- tst_qqmlxmlhttprequest
- tst_qquickanimations
- tst_qquickapplication
- tst_qquickbehaviors
- tst_qquickdrag
- tst_qquickdroparea
- tst_qquickflickable
- tst_qquickfocusscope
- tst_qquickgridview
- tst_qquicklistview
- ...
true;executed 27330 times by 37 tests: return true;Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlconnections
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlqt
- tst_qqmlxmlhttprequest
- tst_qquickanimations
- tst_qquickapplication
- tst_qquickbehaviors
- tst_qquickdrag
- tst_qquickdroparea
- tst_qquickflickable
- tst_qquickfocusscope
- tst_qquickgridview
- tst_qquicklistview
- ...
| 27330 |
| 3898 | } | - |
| 3899 | } | - |
| 3900 | | - |
| 3901 | void Codegen::Reference::storeAccumulator() const | - |
| 3902 | { | - |
| 3903 | if (isReferenceToConst| TRUE | evaluated 88 times by 1 test | | FALSE | evaluated 9943613 times by 139 testsEvaluated by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- ...
|
) { | 88-9943613 |
| 3904 | | - |
| 3905 | RegisterScope scope(codegen); | - |
| 3906 | Reference r = codegen->referenceForName(([]() noexcept -> QString { enum { Size = sizeof(u"" "TypeError")/2 - 1 }; static const QStaticStringData<Size> qstring_literal = { { { { -1 } }, Size, 0, 0, sizeof(QStringData) }, u"" "TypeError" }; QStringDataPtr holder = { qstring_literal.data_ptr() }; const QString qstring_literal_temp(holder); returnexecuted 88 times by 1 test: return qstring_literal_temp; qstring_literal_temp;executed 88 times by 1 test: return qstring_literal_temp; }()), false); | 88 |
| 3907 | r = r.storeOnStack(); | - |
| 3908 | Instruction::Construct construct; | - |
| 3909 | construct.func = r.stackSlot(); | - |
| 3910 | construct.argc = 0; | - |
| 3911 | construct.argv = 0; | - |
| 3912 | codegen->bytecodeGenerator->addInstruction(construct); | - |
| 3913 | Instruction::ThrowException throwException; | - |
| 3914 | codegen->bytecodeGenerator->addInstruction(throwException); | - |
| 3915 | return;executed 88 times by 1 test: return; | 88 |
| 3916 | } | - |
| 3917 | switch (type) { | - |
| 3918 | case never executed: case Super: Super:never executed: case Super: | 0 |
| 3919 | do { ((false) ? static_cast<void>(0) : qt_assert_x("Q_UNREACHABLE()", "Q_UNREACHABLE was reached", __FILE__, 3969)); __builtin_unreachable(); } while (false); | - |
| 3920 | return; never executed: return; | 0 |
| 3921 | caseexecuted 40 times by 1 test: case SuperProperty: SuperProperty:executed 40 times by 1 test: case SuperProperty: | 40 |
| 3922 | Instruction::StoreSuperProperty store; | - |
| 3923 | store.property = property.stackSlot(); | - |
| 3924 | codegen->bytecodeGenerator->addInstruction(store); | - |
| 3925 | return;executed 40 times by 1 test: return; | 40 |
| 3926 | caseexecuted 8557197 times by 138 tests: case StackSlot:Executed by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- ...
StackSlot:executed 8557197 times by 138 tests: case StackSlot:Executed by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- ...
{ | 8557197 |
| 3927 | Instruction::StoreReg store; | - |
| 3928 | store.reg = theStackSlot; | - |
| 3929 | codegen->bytecodeGenerator->addInstruction(store); | - |
| 3930 | return;executed 8590399 times by 138 tests: return;Executed by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- ...
| 8590399 |
| 3931 | } | - |
| 3932 | caseexecuted 152078 times by 18 tests: case ScopedLocal:Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmllistmodelworkerscript
- tst_qqmlmetatype
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_qquickworkerscript
- tst_quicktestmainwithsetup
- tst_qv4debugger
- tst_testfiltering
ScopedLocal:executed 152078 times by 18 tests: case ScopedLocal:Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmllistmodelworkerscript
- tst_qqmlmetatype
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_qquickworkerscript
- tst_quicktestmainwithsetup
- tst_qv4debugger
- tst_testfiltering
{ | 152078 |
| 3933 | if (scope == 0| TRUE | evaluated 141001 times by 18 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmllistmodelworkerscript
- tst_qqmlmetatype
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_qquickworkerscript
- tst_quicktestmainwithsetup
- tst_qv4debugger
- tst_testfiltering
| | FALSE | evaluated 11007 times by 4 testsEvaluated by:- tst_ecmascripttests
- tst_parserstress
- tst_qqmlsqldatabase
- tst_qv4debugger
|
) { | 11007-141001 |
| 3934 | Instruction::StoreLocal store; | - |
| 3935 | store.index = index; | - |
| 3936 | codegen->bytecodeGenerator->addInstruction(store); | - |
| 3937 | }executed 141323 times by 18 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmllistmodelworkerscript
- tst_qqmlmetatype
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_qquickworkerscript
- tst_quicktestmainwithsetup
- tst_qv4debugger
- tst_testfiltering
else { | 141323 |
| 3938 | Instruction::StoreScopedLocal store; | - |
| 3939 | store.index = index; | - |
| 3940 | store.scope = scope; | - |
| 3941 | codegen->bytecodeGenerator->addInstruction(store); | - |
| 3942 | }executed 11007 times by 4 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_parserstress
- tst_qqmlsqldatabase
- tst_qv4debugger
| 11007 |
| 3943 | return;executed 152326 times by 18 tests: return;Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmllistmodelworkerscript
- tst_qqmlmetatype
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_qquickworkerscript
- tst_quicktestmainwithsetup
- tst_qv4debugger
- tst_testfiltering
| 152326 |
| 3944 | } | - |
| 3945 | caseexecuted 584712 times by 49 tests: case Name:Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlbinding
- tst_qqmlconnections
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- tst_qqmllistmodel
- tst_qqmlnativeconnector
- tst_qqmlpropertymap
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmltimer
- tst_qqmltranslation
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- ...
Name:executed 584712 times by 49 tests: case Name:Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlbinding
- tst_qqmlconnections
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- tst_qqmllistmodel
- tst_qqmlnativeconnector
- tst_qqmlpropertymap
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmltimer
- tst_qqmltranslation
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- ...
{ | 584712 |
| 3946 | Context *c = codegen->currentContext(); | - |
| 3947 | if (c->isStrict| TRUE | evaluated 286181 times by 4 testsEvaluated by:- tst_ecmascripttests
- tst_qjsengine
- tst_qqmlecmascript
- tst_qv4assembler
| | FALSE | evaluated 300434 times by 48 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlbinding
- tst_qqmlconnections
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- tst_qqmllistmodel
- tst_qqmlnativeconnector
- tst_qqmlpropertymap
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmltimer
- tst_qqmltranslation
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- ...
|
) { | 286181-300434 |
| 3948 | Instruction::StoreNameStrict store; | - |
| 3949 | store.name = nameAsIndex(); | - |
| 3950 | codegen->bytecodeGenerator->addInstruction(store); | - |
| 3951 | }executed 286682 times by 4 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_qjsengine
- tst_qqmlecmascript
- tst_qv4assembler
else { | 286682 |
| 3952 | Instruction::StoreNameSloppy store; | - |
| 3953 | store.name = nameAsIndex(); | - |
| 3954 | codegen->bytecodeGenerator->addInstruction(store); | - |
| 3955 | }executed 301357 times by 48 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlbinding
- tst_qqmlconnections
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- tst_qqmllistmodel
- tst_qqmlnativeconnector
- tst_qqmlpropertymap
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmltimer
- tst_qqmltranslation
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- ...
| 301357 |
| 3956 | } return;executed 587384 times by 49 tests: return;Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlbinding
- tst_qqmlconnections
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- tst_qqmllistmodel
- tst_qqmlnativeconnector
- tst_qqmlpropertymap
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmltimer
- tst_qqmltranslation
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- ...
| 587384 |
| 3957 | caseexecuted 601093 times by 72 tests: case Member:Executed by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllistreference
- tst_qqmlnotifier
- tst_qqmlproperty
- tst_qqmlpropertymap
- tst_qqmlqt
- tst_qqmlsettings
- tst_qqmlsqldatabase
- tst_qqmlstatemachine
- tst_qqmltimer
- ...
Member:executed 601093 times by 72 tests: case Member:Executed by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllistreference
- tst_qqmlnotifier
- tst_qqmlproperty
- tst_qqmlpropertymap
- tst_qqmlqt
- tst_qqmlsettings
- tst_qqmlsqldatabase
- tst_qqmlstatemachine
- tst_qqmltimer
- ...
| 601093 |
| 3958 | if (!disable_lookups| TRUE | evaluated 601516 times by 72 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllistreference
- tst_qqmlnotifier
- tst_qqmlproperty
- tst_qqmlpropertymap
- tst_qqmlqt
- tst_qqmlsettings
- tst_qqmlsqldatabase
- tst_qqmlstatemachine
- tst_qqmltimer
- ...
| | FALSE | never evaluated |
&& codegen->useFastLookups| TRUE | evaluated 593300 times by 1 test | | FALSE | evaluated 10277 times by 72 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllistreference
- tst_qqmlnotifier
- tst_qqmlproperty
- tst_qqmlpropertymap
- tst_qqmlqt
- tst_qqmlsettings
- tst_qqmlsqldatabase
- tst_qqmlstatemachine
- tst_qqmltimer
- ...
|
) { | 0-601516 |
| 3959 | Instruction::SetLookup store; | - |
| 3960 | store.base = propertyBase.stackSlot(); | - |
| 3961 | store.index = codegen->registerSetterLookup(propertyNameIndex); | - |
| 3962 | codegen->bytecodeGenerator->addInstruction(store); | - |
| 3963 | }executed 595031 times by 1 test: end of block else { | 595031 |
| 3964 | Instruction::StoreProperty store; | - |
| 3965 | store.base = propertyBase.stackSlot(); | - |
| 3966 | store.name = propertyNameIndex; | - |
| 3967 | codegen->bytecodeGenerator->addInstruction(store); | - |
| 3968 | }executed 10277 times by 72 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllistreference
- tst_qqmlnotifier
- tst_qqmlproperty
- tst_qqmlpropertymap
- tst_qqmlqt
- tst_qqmlsettings
- tst_qqmlsqldatabase
- tst_qqmlstatemachine
- tst_qqmltimer
- ...
| 10277 |
| 3969 | return;executed 605051 times by 72 tests: return;Executed by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllistreference
- tst_qqmlnotifier
- tst_qqmlproperty
- tst_qqmlpropertymap
- tst_qqmlqt
- tst_qqmlsettings
- tst_qqmlsqldatabase
- tst_qqmlstatemachine
- tst_qqmltimer
- ...
| 605051 |
| 3970 | caseexecuted 33381 times by 14 tests: case Subscript:Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlqt
- tst_qqmlxmlhttprequest
- tst_qquickgridview
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpositioners
- tst_signalspy
Subscript:executed 33381 times by 14 tests: case Subscript:Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlqt
- tst_qqmlxmlhttprequest
- tst_qquickgridview
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpositioners
- tst_signalspy
{ | 33381 |
| 3971 | Instruction::StoreElement store; | - |
| 3972 | store.base = elementBase; | - |
| 3973 | store.index = elementSubscript.stackSlot(); | - |
| 3974 | codegen->bytecodeGenerator->addInstruction(store); | - |
| 3975 | } return;executed 33548 times by 14 tests: return;Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlqt
- tst_qqmlxmlhttprequest
- tst_qquickgridview
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpositioners
- tst_signalspy
| 33548 |
| 3976 | caseexecuted 2010 times by 60 tests: case QmlScopeObject:Executed by:- tst_bindingdependencyapi
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlmoduleplugin
- tst_qqmlproperty
- tst_qqmlpropertymap
- tst_qqmlqt
- tst_qqmltimer
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- ...
QmlScopeObject:executed 2010 times by 60 tests: case QmlScopeObject:Executed by:- tst_bindingdependencyapi
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlmoduleplugin
- tst_qqmlproperty
- tst_qqmlpropertymap
- tst_qqmlqt
- tst_qqmltimer
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- ...
{ | 2010 |
| 3977 | Instruction::StoreScopeObjectProperty store; | - |
| 3978 | store.base = qmlBase; | - |
| 3979 | store.propertyIndex = qmlCoreIndex; | - |
| 3980 | codegen->bytecodeGenerator->addInstruction(store); | - |
| 3981 | } return;executed 2010 times by 60 tests: return;Executed by:- tst_bindingdependencyapi
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlmoduleplugin
- tst_qqmlproperty
- tst_qqmlpropertymap
- tst_qqmlqt
- tst_qqmltimer
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- ...
| 2010 |
| 3982 | case never executed: case QmlContextObject: QmlContextObject:never executed: case QmlContextObject: { | 0 |
| 3983 | Instruction::StoreContextObjectProperty store; | - |
| 3984 | store.base = qmlBase; | - |
| 3985 | store.propertyIndex = qmlCoreIndex; | - |
| 3986 | codegen->bytecodeGenerator->addInstruction(store); | - |
| 3987 | } return; never executed: return; | 0 |
| 3988 | case never executed: case Invalid: Invalid:never executed: case Invalid: | 0 |
| 3989 | case never executed: case Accumulator: Accumulator:never executed: case Accumulator: | 0 |
| 3990 | case never executed: case Const: Const:never executed: case Const: | 0 |
| 3991 | break; never executed: break; | 0 |
| 3992 | } | - |
| 3993 | | - |
| 3994 | ((false) ? static_cast<void>(0) : qt_assert("false", __FILE__, 4044)); | - |
| 3995 | do { ((false) ? static_cast<void>(0) : qt_assert_x("Q_UNREACHABLE()", "Q_UNREACHABLE was reached", __FILE__, 4045)); __builtin_unreachable(); } while (false); | - |
| 3996 | } never executed: end of block | 0 |
| 3997 | | - |
| 3998 | void Codegen::Reference::loadInAccumulator() const | - |
| 3999 | { | - |
| 4000 | switch (type) { | - |
| 4001 | caseexecuted 10748953 times by 121 tests: case Accumulator:Executed by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- tst_qqmlinfo
- ...
Accumulator:executed 10748953 times by 121 tests: case Accumulator:Executed by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- tst_qqmlinfo
- ...
| 10748953 |
| 4002 | return;executed 10750396 times by 121 tests: return;Executed by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- tst_qqmlinfo
- ...
| 10750396 |
| 4003 | case never executed: case Super: Super:never executed: case Super: | 0 |
| 4004 | do { ((false) ? static_cast<void>(0) : qt_assert_x("Q_UNREACHABLE()", "Q_UNREACHABLE was reached", __FILE__, 4054)); __builtin_unreachable(); } while (false); | - |
| 4005 | return; never executed: return; | 0 |
| 4006 | caseexecuted 328 times by 1 test: case SuperProperty: SuperProperty:executed 328 times by 1 test: case SuperProperty: | 328 |
| 4007 | Instruction::LoadSuperProperty load; | - |
| 4008 | load.property = property.stackSlot(); | - |
| 4009 | codegen->bytecodeGenerator->addInstruction(load); | - |
| 4010 | return;executed 328 times by 1 test: return; | 328 |
| 4011 | caseexecuted 1810257 times by 102 tests: case Const:Executed by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- ...
Const:executed 1810257 times by 102 tests: case Const:Executed by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- ...
{ | 1810257 |
| 4012 | | - |
| 4013 | #pragma GCC diagnostic push | - |
| 4014 | | - |
| 4015 | | - |
| 4016 | #pragma GCC diagnostic ignored "-Wmaybe-uninitialized" | - |
| 4017 | | - |
| 4018 | if (constant == Encode::null()| TRUE | evaluated 88874 times by 29 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickdroparea
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickitem2
- tst_qquickitemlayer
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- tst_qquickpathview
- tst_qquickshadereffect
- ...
| | FALSE | evaluated 1712234 times by 102 testsEvaluated by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- ...
|
) { | 88874-1712234 |
| 4019 | Instruction::LoadNull load; | - |
| 4020 | codegen->bytecodeGenerator->addInstruction(load); | - |
| 4021 | }executed 90021 times by 29 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickdroparea
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickitem2
- tst_qquickitemlayer
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- tst_qquickpathview
- tst_qquickshadereffect
- ...
else if (constant == Encode(true)| TRUE | evaluated 144352 times by 58 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qmlcachegen
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmlincubator
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlpropertymap
- tst_qqmlqt
- tst_qqmlstatemachine
- tst_qqmltimer
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickanimations
- ...
| | FALSE | evaluated 1575549 times by 102 testsEvaluated by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- ...
|
) { | 90021-1575549 |
| 4022 | Instruction::LoadTrue load; | - |
| 4023 | codegen->bytecodeGenerator->addInstruction(load); | - |
| 4024 | }executed 144964 times by 58 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qmlcachegen
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmlincubator
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlpropertymap
- tst_qqmlqt
- tst_qqmlstatemachine
- tst_qqmltimer
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickanimations
- ...
else if (constant == Encode(false)| TRUE | evaluated 29955 times by 47 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qmlcachegen
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmlinstantiator
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlqt
- tst_qqmltimer
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickdrag
- tst_qquickdraghandler
- tst_qquickdroparea
- tst_qquickflickable
- tst_qquickgridview
- ...
| | FALSE | evaluated 1549418 times by 101 testsEvaluated by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- ...
|
) { | 29955-1549418 |
| 4025 | Instruction::LoadFalse load; | - |
| 4026 | codegen->bytecodeGenerator->addInstruction(load); | - |
| 4027 | }executed 29984 times by 47 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qmlcachegen
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmlinstantiator
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlqt
- tst_qqmltimer
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickdrag
- tst_qquickdraghandler
- tst_qquickdroparea
- tst_qquickflickable
- tst_qquickgridview
- ...
else if (constant == Encode::undefined()| TRUE | evaluated 1080266 times by 91 testsEvaluated by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- ...
| | FALSE | evaluated 468107 times by 79 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlmetaobject
- ...
|
) { | 29984-1080266 |
| 4028 | Instruction::LoadUndefined load; | - |
| 4029 | codegen->bytecodeGenerator->addInstruction(load); | - |
| 4030 | }executed 1083094 times by 91 tests: end of blockExecuted by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- ...
else { | 1083094 |
| 4031 | Value p = Primitive::fromReturnedValue(constant); | - |
| 4032 | if (p.isNumber()| TRUE | evaluated 458512 times by 79 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlmetaobject
- ...
| | FALSE | evaluated 8297 times by 1 test |
) { | 8297-458512 |
| 4033 | double d = p.asDouble(); | - |
| 4034 | int i = static_cast<int>(d); | - |
| 4035 | if (d == i| TRUE | evaluated 450062 times by 79 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlmetaobject
- ...
| | FALSE | evaluated 9305 times by 23 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qquickaccessible
- tst_qquickanimationcontroller
- tst_qquickflickable
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpathview
- tst_qquicktaphandler
- tst_qquicktextedit
- tst_quicktestmainwithsetup
- tst_scenegraph
- tst_testfiltering
|
&& (d != 0| TRUE | evaluated 285724 times by 78 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlmetaobject
- ...
| | FALSE | evaluated 164340 times by 47 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlcomponent
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmltranslation
- tst_qqmlxmlhttprequest
- tst_qquickanimatedimage
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickcustomaffector
- tst_qquickdraghandler
- tst_qquickdroparea
- ...
|
|| !std::signbit(d)| TRUE | evaluated 163651 times by 47 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlcomponent
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmltranslation
- tst_qqmlxmlhttprequest
- tst_qquickanimatedimage
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickcustomaffector
- tst_qquickdraghandler
- tst_qquickdroparea
- ...
| | FALSE | evaluated 988 times by 2 testsEvaluated by:- tst_ecmascripttests
- tst_parserstress
|
)) { | 988-450062 |
| 4036 | if (!i| TRUE | evaluated 163704 times by 47 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlcomponent
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmltranslation
- tst_qqmlxmlhttprequest
- tst_qquickanimatedimage
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickcustomaffector
- tst_qquickdraghandler
- tst_qquickdroparea
- ...
| | FALSE | evaluated 285933 times by 78 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlmetaobject
- ...
|
) { | 163704-285933 |
| 4037 | Instruction::LoadZero load; | - |
| 4038 | codegen->bytecodeGenerator->addInstruction(load); | - |
| 4039 | return;executed 163751 times by 47 tests: return;Executed by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlcomponent
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmltranslation
- tst_qqmlxmlhttprequest
- tst_qquickanimatedimage
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickcustomaffector
- tst_qquickdraghandler
- tst_qquickdroparea
- ...
| 163751 |
| 4040 | } | - |
| 4041 | Instruction::LoadInt load; | - |
| 4042 | load.value = Primitive::fromReturnedValue(constant).toInt32(); | - |
| 4043 | codegen->bytecodeGenerator->addInstruction(load); | - |
| 4044 | return;executed 285429 times by 78 tests: return;Executed by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlmetaobject
- ...
| 285429 |
| 4045 | } | - |
| 4046 | }executed 10289 times by 23 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qquickaccessible
- tst_qquickanimationcontroller
- tst_qquickflickable
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpathview
- tst_qquicktaphandler
- tst_qquicktextedit
- tst_quicktestmainwithsetup
- tst_scenegraph
- tst_testfiltering
| 10289 |
| 4047 | Instruction::LoadConst load; | - |
| 4048 | load.index = codegen->registerConstant(constant); | - |
| 4049 | codegen->bytecodeGenerator->addInstruction(load); | - |
| 4050 | }executed 18609 times by 23 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qquickaccessible
- tst_qquickanimationcontroller
- tst_qquickflickable
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpathview
- tst_qquicktaphandler
- tst_qquicktextedit
- tst_quicktestmainwithsetup
- tst_scenegraph
- tst_testfiltering
| 18609 |
| 4051 | | - |
| 4052 | #pragma GCC diagnostic pop | - |
| 4053 | | - |
| 4054 | } return;executed 1365574 times by 93 tests: return;Executed by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- ...
| 1365574 |
| 4055 | caseexecuted 1718795 times by 56 tests: case StackSlot:Executed by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlnotifier
- tst_qqmlprofilerservice
- tst_qqmlproperty
- tst_qqmlqt
- tst_qqmlsettings
- tst_qqmlsqldatabase
- tst_qqmltypeloader
- tst_qqmlvaluetypeproviders
- ...
StackSlot:executed 1718795 times by 56 tests: case StackSlot:Executed by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlnotifier
- tst_qqmlprofilerservice
- tst_qqmlproperty
- tst_qqmlqt
- tst_qqmlsettings
- tst_qqmlsqldatabase
- tst_qqmltypeloader
- tst_qqmlvaluetypeproviders
- ...
{ | 1718795 |
| 4056 | Instruction::LoadReg load; | - |
| 4057 | load.reg = stackSlot(); | - |
| 4058 | codegen->bytecodeGenerator->addInstruction(load); | - |
| 4059 | } return;executed 1722859 times by 56 tests: return;Executed by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlnotifier
- tst_qqmlprofilerservice
- tst_qqmlproperty
- tst_qqmlqt
- tst_qqmlsettings
- tst_qqmlsqldatabase
- tst_qqmltypeloader
- tst_qqmlvaluetypeproviders
- ...
| 1722859 |
| 4060 | caseexecuted 709948 times by 20 tests: case ScopedLocal:Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmllistmodelworkerscript
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquickworkerscript
- tst_quicktestmainwithsetup
- tst_qv4debugger
- tst_testfiltering
ScopedLocal:executed 709948 times by 20 tests: case ScopedLocal:Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmllistmodelworkerscript
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquickworkerscript
- tst_quicktestmainwithsetup
- tst_qv4debugger
- tst_testfiltering
{ | 709948 |
| 4061 | if (!scope| TRUE | evaluated 684448 times by 20 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmllistmodelworkerscript
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquickworkerscript
- tst_quicktestmainwithsetup
- tst_qv4debugger
- tst_testfiltering
| | FALSE | evaluated 24948 times by 8 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qmlcachegen
- tst_qqmlecmascript
- tst_qqmllistmodelworkerscript
- tst_qquickworkerscript
- tst_qv4debugger
|
) { | 24948-684448 |
| 4062 | Instruction::LoadLocal load; | - |
| 4063 | load.index = index; | - |
| 4064 | codegen->bytecodeGenerator->addInstruction(load); | - |
| 4065 | }executed 685774 times by 20 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmllistmodelworkerscript
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquickworkerscript
- tst_quicktestmainwithsetup
- tst_qv4debugger
- tst_testfiltering
else { | 685774 |
| 4066 | Instruction::LoadScopedLocal load; | - |
| 4067 | load.index = index; | - |
| 4068 | load.scope = scope; | - |
| 4069 | codegen->bytecodeGenerator->addInstruction(load); | - |
| 4070 | }executed 24948 times by 8 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qmlcachegen
- tst_qqmlecmascript
- tst_qqmllistmodelworkerscript
- tst_qquickworkerscript
- tst_qv4debugger
| 24948 |
| 4071 | return;executed 710728 times by 20 tests: return;Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmllistmodelworkerscript
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquickworkerscript
- tst_quicktestmainwithsetup
- tst_qv4debugger
- tst_testfiltering
| 710728 |
| 4072 | } | - |
| 4073 | caseexecuted 3432370 times by 103 tests: case Name:Executed by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- tst_qqmlinstantiator
- ...
Name:executed 3432370 times by 103 tests: case Name:Executed by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- tst_qqmlinstantiator
- ...
| 3432370 |
| 4074 | if (global| TRUE | evaluated 2192503 times by 25 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickdrag
- tst_qquickdroparea
- tst_qquicklayouts
- tst_qquickvisualdatamodel
- tst_qquickworkerscript
- tst_quicktestmainwithsetup
- tst_qv4debugger
- tst_testfiltering
| | FALSE | evaluated 1233421 times by 101 testsEvaluated by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- ...
|
) { | 1233421-2192503 |
| 4075 | | - |
| 4076 | | - |
| 4077 | if (name == ([]() noexcept -> QString { enum { Size = sizeof(u"" "undefined")/2 - 1 }; static const QStaticStringData<Size> qstring_literal = { { { { -1 } }, Size, 0, 0, sizeof(QStringData) }, u"" "undefined" }; QStringDataPtr holder = { qstring_literal.data_ptr() }; const QString qstring_literal_temp(holder); return qstring_literal_temp; }())) { | - |
| 4078 | Reference::fromConst(codegen, Encode::undefined()).loadInAccumulator(); | - |
| 4079 | return;executed 361225 times by 7 tests: return;Executed by:- tst_ecmascripttests
- tst_examples
- tst_qjsengine
- tst_qjsonbinding
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qquickdroparea
| 361225 |
| 4080 | } else dead code: else ifdead code: if (name == ([]() noexcept (name == ([]() noexceptdead code: if (name == ([]() noexcept -> QString { enum { Size = sizeof(u"" "Infinity")/2 - 1 }; static const QStaticStringData<Size> qstring_literal = { { { { -1 } }, Size, 0, 0, sizeof(QStringData) }, u"" "Infinity" }; QStringDataPtr holder = { qstring_literal.data_ptr() }; const QString qstring_literal_temp(holder); return qstring_literal_temp; }())) { | - |
| 4081 | Reference::fromConst(codegen, Encode(qInf())).loadInAccumulator(); | - |
| 4082 | return;executed 3609 times by 2 tests: return;Executed by:- tst_ecmascripttests
- tst_qjsengine
| 3609 |
| 4083 | } else dead code: else ifdead code: if (name == ([]() noexcept (name == ([]() noexceptdead code: if (name == ([]() noexcept -> QString { enum { Size = sizeof(u"" "Nan")/2 - 1 }; static const QStaticStringData<Size> qstring_literal = { { { { -1 } }, Size, 0, 0, sizeof(QStringData) }, u"" "Nan" }; QStringDataPtr holder = { qstring_literal.data_ptr() }; const QString qstring_literal_temp(holder); return qstring_literal_temp; }())) { | - |
| 4084 | Reference::fromConst(codegen, Encode(qQNaN())).loadInAccumulator(); | - |
| 4085 | return; never executed: return; | 0 |
| 4086 | } | - |
| 4087 | } | - |
| 4088 | if (!disable_lookups| TRUE | evaluated 3068424 times by 103 testsEvaluated by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- tst_qqmlinstantiator
- ...
| | FALSE | never evaluated |
&& codegen->useFastLookups| TRUE | evaluated 1808416 times by 6 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_qmlcachegen
- tst_qqmlecmascript
- tst_qqmllistmodelworkerscript
- tst_qquickworkerscript
| | FALSE | evaluated 1269091 times by 103 testsEvaluated by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- tst_qqmlinstantiator
- ...
|
&& global| TRUE | evaluated 1801859 times by 6 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_qmlcachegen
- tst_qqmlecmascript
- tst_qqmllistmodelworkerscript
- tst_qquickworkerscript
| | FALSE | evaluated 2272 times by 1 test |
) { | 0-3068424 |
| 4089 | Instruction::LoadGlobalLookup load; | - |
| 4090 | load.index = codegen->registerGlobalGetterLookup(nameAsIndex()); | - |
| 4091 | codegen->bytecodeGenerator->addInstruction(load); | - |
| 4092 | }executed 1800275 times by 6 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_qmlcachegen
- tst_qqmlecmascript
- tst_qqmllistmodelworkerscript
- tst_qquickworkerscript
else { | 1800275 |
| 4093 | Instruction::LoadName load; | - |
| 4094 | load.name = nameAsIndex(); | - |
| 4095 | codegen->bytecodeGenerator->addInstruction(load); | - |
| 4096 | }executed 1271360 times by 103 tests: end of blockExecuted by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- tst_qqmlinstantiator
- ...
| 1271360 |
| 4097 | return;executed 3071976 times by 103 tests: return;Executed by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- tst_qqmlinstantiator
- ...
| 3071976 |
| 4098 | caseexecuted 1329202 times by 104 tests: case Member:Executed by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- ...
Member:executed 1329202 times by 104 tests: case Member:Executed by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- ...
| 1329202 |
| 4099 | if (!disable_lookups| TRUE | evaluated 1329756 times by 104 testsEvaluated by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- ...
| | FALSE | never evaluated |
&& codegen->useFastLookups| TRUE | evaluated 1176605 times by 7 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_qjsengine
- tst_qmlcachegen
- tst_qqmlecmascript
- tst_qqmllistmodelworkerscript
- tst_qquickworkerscript
| | FALSE | evaluated 155996 times by 104 testsEvaluated by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- ...
|
) { | 0-1329756 |
| 4100 | propertyBase.loadInAccumulator(); | - |
| 4101 | Instruction::GetLookup load; | - |
| 4102 | load.index = codegen->registerGetterLookup(propertyNameIndex); | - |
| 4103 | codegen->bytecodeGenerator->addInstruction(load); | - |
| 4104 | }executed 1178240 times by 7 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_qjsengine
- tst_qmlcachegen
- tst_qqmlecmascript
- tst_qqmllistmodelworkerscript
- tst_qquickworkerscript
else { | 1178240 |
| 4105 | propertyBase.loadInAccumulator(); | - |
| 4106 | Instruction::LoadProperty load; | - |
| 4107 | load.name = propertyNameIndex; | - |
| 4108 | codegen->bytecodeGenerator->addInstruction(load); | - |
| 4109 | }executed 155996 times by 104 tests: end of blockExecuted by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- ...
| 155996 |
| 4110 | return;executed 1334498 times by 104 tests: return;Executed by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- ...
| 1334498 |
| 4111 | caseexecuted 71392 times by 31 tests: case Subscript:Executed by:- tst_ecmascripttests
- tst_examples
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlapplicationengine
- tst_qqmlecmascript
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlprofilerservice
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickcustomaffector
- tst_qquickgridview
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpathview
- tst_qquickpositioners
- tst_qquickrepeater
- ...
Subscript:executed 71392 times by 31 tests: case Subscript:Executed by:- tst_ecmascripttests
- tst_examples
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlapplicationengine
- tst_qqmlecmascript
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlprofilerservice
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickcustomaffector
- tst_qquickgridview
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpathview
- tst_qquickpositioners
- tst_qquickrepeater
- ...
{ | 71392 |
| 4112 | elementSubscript.loadInAccumulator(); | - |
| 4113 | Instruction::LoadElement load; | - |
| 4114 | load.base = elementBase; | - |
| 4115 | codegen->bytecodeGenerator->addInstruction(load); | - |
| 4116 | } return;executed 71729 times by 31 tests: return;Executed by:- tst_ecmascripttests
- tst_examples
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlapplicationengine
- tst_qqmlecmascript
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlprofilerservice
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickcustomaffector
- tst_qquickgridview
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpathview
- tst_qquickpositioners
- tst_qquickrepeater
- ...
| 71729 |
| 4117 | caseexecuted 6799 times by 104 tests: case QmlScopeObject:Executed by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qmldiskcache
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllistreference
- tst_qqmllocale
- tst_qqmlproperty
- tst_qqmlqt
- tst_qqmltimer
- ...
QmlScopeObject:executed 6799 times by 104 tests: case QmlScopeObject:Executed by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qmldiskcache
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllistreference
- tst_qqmllocale
- tst_qqmlproperty
- tst_qqmlqt
- tst_qqmltimer
- ...
{ | 6799 |
| 4118 | Instruction::LoadScopeObjectProperty load; | - |
| 4119 | load.base = qmlBase; | - |
| 4120 | load.propertyIndex = qmlCoreIndex; | - |
| 4121 | load.captureRequired = capturePolicy == CaptureAtRuntime; | - |
| 4122 | codegen->bytecodeGenerator->addInstruction(load); | - |
| 4123 | if (capturePolicy == CaptureAheadOfTime| TRUE | never evaluated | | FALSE | evaluated 6799 times by 104 testsEvaluated by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qmldiskcache
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllistreference
- tst_qqmllocale
- tst_qqmlproperty
- tst_qqmlqt
- tst_qqmltimer
- ...
|
) | 0-6799 |
| 4124 | codegen->_context->scopeObjectPropertyDependencies.insert(qmlCoreIndex, qmlNotifyIndex); never executed: codegen->_context->scopeObjectPropertyDependencies.insert(qmlCoreIndex, qmlNotifyIndex); | 0 |
| 4125 | } return;executed 6799 times by 104 tests: return;Executed by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qmldiskcache
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllistreference
- tst_qqmllocale
- tst_qqmlproperty
- tst_qqmlqt
- tst_qqmltimer
- ...
| 6799 |
| 4126 | case never executed: case QmlContextObject: QmlContextObject:never executed: case QmlContextObject: { | 0 |
| 4127 | Instruction::LoadContextObjectProperty load; | - |
| 4128 | load.base = qmlBase; | - |
| 4129 | load.propertyIndex = qmlCoreIndex; | - |
| 4130 | load.captureRequired = capturePolicy == CaptureAtRuntime; | - |
| 4131 | codegen->bytecodeGenerator->addInstruction(load); | - |
| 4132 | if (capturePolicy == CaptureAheadOfTime| TRUE | never evaluated | | FALSE | never evaluated |
) | 0 |
| 4133 | codegen->_context->contextObjectPropertyDependencies.insert(qmlCoreIndex, qmlNotifyIndex); never executed: codegen->_context->contextObjectPropertyDependencies.insert(qmlCoreIndex, qmlNotifyIndex); | 0 |
| 4134 | } return; never executed: return; | 0 |
| 4135 | case never executed: case Invalid: Invalid:never executed: case Invalid: | 0 |
| 4136 | break; never executed: break; | 0 |
| 4137 | } | - |
| 4138 | ((false) ? static_cast<void>(0) : qt_assert("false", __FILE__, 4182)); | - |
| 4139 | do { ((false) ? static_cast<void>(0) : qt_assert_x("Q_UNREACHABLE()", "Q_UNREACHABLE was reached", __FILE__, 4183)); __builtin_unreachable(); } while (false); | - |
| 4140 | } never executed: end of block | 0 |
| | |