| Line | Source | Count |
| 1 | | - |
| 2 | namespace JSC { | - |
| 3 | | - |
| 4 | class JSGlobalData { | - |
| 5 | public: | - |
| 6 | JSGlobalData(QV4::ExecutableAllocator *realAllocator) | - |
| 7 | : executableAllocator(realAllocator) | - |
| 8 | {}executed 1163125 times by 153 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_qqmldebugclient
- tst_qqmldebugjs
- tst_qqmldebuglocal
- tst_qqmldebugservice
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- ...
| 1163125 |
| 9 | ExecutableAllocator executableAllocator; | - |
| 10 | }; | - |
| 11 | | - |
| 12 | } | - |
| | |