| Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4sequenceobject_p.h |
| Switch to Source code | Preprocessed file |
| Line | Source | Count |
|---|---|---|
| 1 | - | |
| 2 | - | |
| 3 | - | |
| 4 | - | |
| 5 | - | |
| 6 | - | |
| 7 | static_assert(bool(1 == 1), "Required feature " "qml_sequence_object" " for file " __FILE__ " not available."); | - |
| 8 | - | |
| 9 | - | |
| 10 | - | |
| 11 | namespace QV4 { | - |
| 12 | - | |
| 13 | struct SequencePrototype : public QV4::Object | - |
| 14 | { | - |
| 15 | static QV4::Object *defaultPrototype(QV4::ExecutionEngine *e) { return executed 98985 times by 153 tests: e->arrayPrototype();return e->arrayPrototype();Executed by:
executed 98985 times by 153 tests: }return e->arrayPrototype();Executed by:
| 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 code | Preprocessed file |