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

(8b6a9403bf2e04d34b9b07d2780186029fab99d0)

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