Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
qv4errorobject_p.h File Reference
#include "qv4object_p.h"
#include "qv4functionobject_p.h"
+ Include dependency graph for qv4errorobject_p.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  QV4::Heap::EvalErrorObject
 
struct  QV4::Heap::RangeErrorObject
 
struct  QV4::Heap::ReferenceErrorObject
 
struct  QV4::Heap::SyntaxErrorObject
 
struct  QV4::Heap::TypeErrorObject
 
struct  QV4::Heap::URIErrorObject
 
struct  QV4::Heap::ErrorCtor
 
struct  QV4::Heap::EvalErrorCtor
 
struct  QV4::Heap::RangeErrorCtor
 
struct  QV4::Heap::ReferenceErrorCtor
 
struct  QV4::Heap::SyntaxErrorCtor
 
struct  QV4::Heap::TypeErrorCtor
 
struct  QV4::Heap::URIErrorCtor
 
struct  QV4::ErrorObject
 
struct  QV4::EvalErrorObject
 
struct  QV4::RangeErrorObject
 
struct  QV4::ReferenceErrorObject
 
struct  QV4::SyntaxErrorObject
 
struct  QV4::TypeErrorObject
 
struct  QV4::URIErrorObject
 
struct  QV4::ErrorCtor
 
struct  QV4::EvalErrorCtor
 
struct  QV4::RangeErrorCtor
 
struct  QV4::ReferenceErrorCtor
 
struct  QV4::SyntaxErrorCtor
 
struct  QV4::TypeErrorCtor
 
struct  QV4::URIErrorCtor
 
struct  QV4::ErrorPrototype
 
struct  QV4::EvalErrorPrototype
 
struct  QV4::RangeErrorPrototype
 
struct  QV4::ReferenceErrorPrototype
 
struct  QV4::SyntaxErrorPrototype
 
struct  QV4::TypeErrorPrototype
 
struct  QV4::URIErrorPrototype
 

Namespaces

namespace  QV4
 \qmltype Particle \inqmlmodule QtQuick.Particles
 
namespace  QV4::Heap
 

Macros

#define ErrorObjectMembers(class, Member)    Member(class, Pointer, String *, stack)
 

Functions

 QV4::Heap::DECLARE_HEAP_OBJECT (ErrorObject, Object)
 

Macro Definition Documentation

◆ ErrorObjectMembers

#define ErrorObjectMembers (   class,
  Member 
)     Member(class, Pointer, String *, stack)

Definition at line 29 of file qv4errorobject_p.h.