Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4reflect_p.h |
Switch to Source code | Preprocessed file |
Line | Source | Count |
---|---|---|
1 | - | |
2 | - | |
3 | namespace QV4 { | - |
4 | - | |
5 | namespace Heap { | - |
6 | - | |
7 | struct Reflect : Object { | - |
8 | void init(); | - |
9 | }; | - |
10 | - | |
11 | } | - |
12 | - | |
13 | struct Reflect : Object { | - |
14 | private: Reflect() = delete; Reflect(const Reflect &) = delete; Reflect &operator=(const Reflect &) = delete; public: template <typename Type> inline void qt_check_for_QMANAGED_macro(const Type *_q_argument) const { int i = qYouForgotTheQ_MANAGED_Macro(this, _q_argument); i = i + 1; } never executed: typedef QV4::Heap::Reflect Data; typedef Object SuperClass; static const QV4::VTable static_vtbl; static inline const QV4::VTable *staticVTable() { returnend of block executed 296561 times by 153 tests: &static_vtbl;return &static_vtbl; Executed by:
executed 296561 times by 153 tests: } void __dataTest() { static_assert (sizeof(*this) == sizeof(Managed), "Classes derived from Managed can't have own data members."); }return &static_vtbl; Executed by:
never executed: QV4::Heap::Reflect *d_unchecked() const { returnend of block executed 197520 times by 153 tests: static_cast<QV4::Heap::Reflect *>(m());return static_cast<QV4::Heap::Reflect *>(m()); Executed by:
executed 197520 times by 153 tests: } QV4::Heap::Reflect *d() const { QV4::Heap::Reflect *dptr = d_unchecked(); dptr->_checkIsInitialized(); returnreturn static_cast<QV4::Heap::Reflect *>(m()); Executed by:
executed 99007 times by 153 tests: dptr;return dptr; Executed by:
executed 99007 times by 153 tests: } static_assert(bool(std::is_trivial< QV4::Heap::Reflect >::value), "std::is_trivial< QV4::Heap::Reflect >::value");return dptr; Executed by:
| 0-296561 |
15 | - | |
16 | static ReturnedValue method_apply(const FunctionObject *, const Value *thisObject, const Value *argv, int argc); | - |
17 | static ReturnedValue method_construct(const FunctionObject *, const Value *thisObject, const Value *argv, int argc); | - |
18 | static ReturnedValue method_defineProperty(const FunctionObject *, const Value *thisObject, const Value *argv, int argc); | - |
19 | static ReturnedValue method_deleteProperty(const FunctionObject *, const Value *thisObject, const Value *argv, int argc); | - |
20 | static ReturnedValue method_get(const FunctionObject *, const Value *thisObject, const Value *argv, int argc); | - |
21 | static ReturnedValue method_getOwnPropertyDescriptor(const FunctionObject *, const Value *thisObject, const Value *argv, int argc); | - |
22 | static ReturnedValue method_getPrototypeOf(const FunctionObject *, const Value *, const Value *argv, int argc); | - |
23 | static ReturnedValue method_has(const FunctionObject *, const Value *thisObject, const Value *argv, int argc); | - |
24 | static ReturnedValue method_isExtensible(const FunctionObject *, const Value *thisObject, const Value *argv, int argc); | - |
25 | static ReturnedValue method_ownKeys(const FunctionObject *, const Value *thisObject, const Value *argv, int argc); | - |
26 | static ReturnedValue method_preventExtensions(const FunctionObject *, const Value *thisObject, const Value *argv, int argc); | - |
27 | static ReturnedValue method_set(const FunctionObject *, const Value *thisObject, const Value *argv, int argc); | - |
28 | static ReturnedValue method_setPrototypeOf(const FunctionObject *, const Value *thisObject, const Value *argv, int argc); | - |
29 | }; | - |
30 | - | |
31 | } | - |
32 | - | |
33 | - | |
Switch to Source code | Preprocessed file |