OpenCoverage

JSGlobalData.h

Absolute File Name:/home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/stubs/JSGlobalData.h
Switch to Source codePreprocessed file
LineSourceCount
1-
2namespace JSC {-
3-
4class JSGlobalData {-
5public:-
6 JSGlobalData(QV4::ExecutableAllocator *realAllocator)-
7 : executableAllocator(realAllocator)-
8 {}
executed 1163125 times by 153 tests: end of block
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_qqmldebugclient
  • tst_qqmldebugjs
  • tst_qqmldebuglocal
  • tst_qqmldebugservice
  • tst_qqmlecmascript
  • tst_qqmlenginecleanup
  • ...
1163125
9 ExecutableAllocator executableAllocator;-
10};-
11-
12}-
Switch to Source codePreprocessed file

Generated by Squish Coco 4.2.0