Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qv4context_p.h File Reference

(22df353c14800d2e9b6d57a9a0cb9c6baa337999)

#include "qv4global_p.h"
#include "qv4managed_p.h"
Include dependency graph for qv4context_p.h:
This graph shows which files directly or indirectly include this file:

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)

Macro Definition Documentation

◆ CallContextMembers

#define CallContextMembers ( class,
Member )
Value:
Member(class, Pointer, JavaScriptFunctionObject *, function) \
Member(class, ValueArray, ValueArray, locals)
DBusConnection const char DBusError DBusBusType DBusError return DBusConnection DBusHandleMessageFunction function
[0]

Definition at line 67 of file qv4context_p.h.

◆ ExecutionContextMembers

#define ExecutionContextMembers ( class,
Member )
Value:
Member(class, Pointer, ExecutionContext *, outer) \
Member(class, Pointer, Object *, activation)
[vector_of_multirole_objects_0]
Definition main.cpp:188

Definition at line 28 of file qv4context_p.h.