![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Go to the source code of this file.
Classes | |
| struct | QV4::ExecutionContext |
| struct | QV4::CallContext |
Namespaces | |
| namespace | QV4 |
| namespace | QV4::Heap |
Macros | |
| #define | ExecutionContextMembers(class, Member) |
| #define | CallContextMembers(class, Member) |
Functions | |
| QV4::Heap::DECLARE_HEAP_OBJECT (ExecutionContext, Base) | |
| QV4::Heap::Q_STATIC_ASSERT (std::is_trivial_v< ExecutionContext >) | |
| QV4::Heap::Q_STATIC_ASSERT (sizeof(ExecutionContext)==sizeof(Base)+sizeof(ExecutionContextData)+QT_POINTER_SIZE) | |
| QV4::Heap::Q_STATIC_ASSERT (std::is_standard_layout< ExecutionContextData >::value) | |
| QV4::Heap::Q_STATIC_ASSERT (offsetof(ExecutionContextData, outer)==0) | |
| QV4::Heap::Q_STATIC_ASSERT (offsetof(ExecutionContextData, activation)==offsetof(ExecutionContextData, outer)+QT_POINTER_SIZE) | |
| QV4::Heap::DECLARE_HEAP_OBJECT (CallContext, ExecutionContext) | |
| QV4::Heap::Q_STATIC_ASSERT (std::is_trivial_v< CallContext >) | |
| QV4::Heap::Q_STATIC_ASSERT (std::is_standard_layout< CallContextData >::value) | |
| QV4::Heap::Q_STATIC_ASSERT (offsetof(CallContextData, function)==0) | |
| #define CallContextMembers | ( | class, | |
| Member ) |
Definition at line 67 of file qv4context_p.h.
| #define ExecutionContextMembers | ( | class, | |
| Member ) |
Definition at line 28 of file qv4context_p.h.