OpenCoverage

qv4sequenceobject_p.h

Absolute File Name:/home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4sequenceobject_p.h
Switch to Source codePreprocessed file
LineSourceCount
1-
2-
3-
4-
5-
6-
7static_assert(bool(1 == 1), "Required feature " "qml_sequence_object" " for file " __FILE__ " not available.");-
8-
9-
10-
11namespace QV4 {-
12-
13struct SequencePrototype : public QV4::Object-
14{-
15 static QV4::Object *defaultPrototype(QV4::ExecutionEngine *e) { return
executed 98985 times by 153 tests: return e->arrayPrototype();
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
  • ...
e->arrayPrototype();
executed 98985 times by 153 tests: return e->arrayPrototype();
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
  • ...
}
98985
16 void init();-
17-
18 static ReturnedValue method_valueOf(const FunctionObject *, const Value *thisObject, const Value *argv, int argc);-
19 static ReturnedValue method_sort(const FunctionObject *, const Value *thisObject, const Value *argv, int argc);-
20-
21 static bool isSequenceType(int sequenceTypeId);-
22 static ReturnedValue newSequence(QV4::ExecutionEngine *engine, int sequenceTypeId, QObject *object, int propertyIndex, bool readOnly, bool *succeeded);-
23 static ReturnedValue fromVariant(QV4::ExecutionEngine *engine, const QVariant& v, bool *succeeded);-
24 static int metaTypeForSequence(const Object *object);-
25 static QVariant toVariant(Object *object);-
26 static QVariant toVariant(const Value &array, int typeHint, bool *succeeded);-
27 static void* getRawContainerPtr(const Object *object, int typeHint);-
28};-
29-
30}-
31-
32-
Switch to Source codePreprocessed file

Generated by Squish Coco 4.2.0