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
qv4module_p.h File Reference

(0dc4fd240a2897c5c443a0ef6d84c416843e4938)

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

Go to the source code of this file.

Classes

struct  QV4::Module
 

Namespaces

namespace  QV4
 
namespace  QV4::Heap
 

Macros

#define ModuleMembers(class, Member)
 

Functions

 QV4::Heap::DECLARE_EXPORTED_HEAP_OBJECT (Module, Object)
 

Macro Definition Documentation

◆ ModuleMembers

#define ModuleMembers ( class,
Member )
Value:
Member(class, NoMark, ExecutableCompilationUnit *, unit) \
Member(class, Pointer, CallContext *, scope) \
Member(class, HeapValue, HeapValue, self) \
Member(class, NoMark, bool, evaluated)

Definition at line 26 of file qv4module_p.h.