Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qv4context_p.h File Reference

(8b6a9403bf2e04d34b9b07d2780186029fab99d0)

#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)

Definition at line 66 of file qv4context_p.h.

◆ ExecutionContextMembers

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

Definition at line 27 of file qv4context_p.h.