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

(22df353c14800d2e9b6d57a9a0cb9c6baa337999)

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

Functions

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

Macro Definition Documentation

◆ ErrorObjectMembers

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

Definition at line 30 of file qv4errorobject_p.h.