![]() |
Qt 6.x
The Qt SDK
|
#include <QtCore/private/qglobal_p.h>
Include dependency graph for qv4domerrors_p.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| namespace | QV4 |
| \qmltype Particle \inqmlmodule QtQuick.Particles | |
Macros | |
| #define | DOMEXCEPTION_INDEX_SIZE_ERR 1 |
| #define | DOMEXCEPTION_DOMSTRING_SIZE_ERR 2 |
| #define | DOMEXCEPTION_HIERARCHY_REQUEST_ERR 3 |
| #define | DOMEXCEPTION_WRONG_DOCUMENT_ERR 4 |
| #define | DOMEXCEPTION_INVALID_CHARACTER_ERR 5 |
| #define | DOMEXCEPTION_NO_DATA_ALLOWED_ERR 6 |
| #define | DOMEXCEPTION_NO_MODIFICATION_ALLOWED_ERR 7 |
| #define | DOMEXCEPTION_NOT_FOUND_ERR 8 |
| #define | DOMEXCEPTION_NOT_SUPPORTED_ERR 9 |
| #define | DOMEXCEPTION_INUSE_ATTRIBUTE_ERR 10 |
| #define | DOMEXCEPTION_INVALID_STATE_ERR 11 |
| #define | DOMEXCEPTION_SYNTAX_ERR 12 |
| #define | DOMEXCEPTION_INVALID_MODIFICATION_ERR 13 |
| #define | DOMEXCEPTION_NAMESPACE_ERR 14 |
| #define | DOMEXCEPTION_INVALID_ACCESS_ERR 15 |
| #define | DOMEXCEPTION_VALIDATION_ERR 16 |
| #define | DOMEXCEPTION_TYPE_MISMATCH_ERR 17 |
| #define | THROW_DOM(error, string) |
Functions | |
| void | qt_add_domexceptions (QV4::ExecutionEngine *e) |
| #define DOMEXCEPTION_DOMSTRING_SIZE_ERR 2 |
Definition at line 24 of file qv4domerrors_p.h.
| #define DOMEXCEPTION_HIERARCHY_REQUEST_ERR 3 |
Definition at line 25 of file qv4domerrors_p.h.
| #define DOMEXCEPTION_INDEX_SIZE_ERR 1 |
Definition at line 23 of file qv4domerrors_p.h.
| #define DOMEXCEPTION_INUSE_ATTRIBUTE_ERR 10 |
Definition at line 32 of file qv4domerrors_p.h.
| #define DOMEXCEPTION_INVALID_ACCESS_ERR 15 |
Definition at line 37 of file qv4domerrors_p.h.
| #define DOMEXCEPTION_INVALID_CHARACTER_ERR 5 |
Definition at line 27 of file qv4domerrors_p.h.
| #define DOMEXCEPTION_INVALID_MODIFICATION_ERR 13 |
Definition at line 35 of file qv4domerrors_p.h.
| #define DOMEXCEPTION_INVALID_STATE_ERR 11 |
Definition at line 33 of file qv4domerrors_p.h.
| #define DOMEXCEPTION_NAMESPACE_ERR 14 |
Definition at line 36 of file qv4domerrors_p.h.
| #define DOMEXCEPTION_NO_DATA_ALLOWED_ERR 6 |
Definition at line 28 of file qv4domerrors_p.h.
| #define DOMEXCEPTION_NO_MODIFICATION_ALLOWED_ERR 7 |
Definition at line 29 of file qv4domerrors_p.h.
| #define DOMEXCEPTION_NOT_FOUND_ERR 8 |
Definition at line 30 of file qv4domerrors_p.h.
| #define DOMEXCEPTION_NOT_SUPPORTED_ERR 9 |
Definition at line 31 of file qv4domerrors_p.h.
| #define DOMEXCEPTION_SYNTAX_ERR 12 |
Definition at line 34 of file qv4domerrors_p.h.
| #define DOMEXCEPTION_TYPE_MISMATCH_ERR 17 |
Definition at line 39 of file qv4domerrors_p.h.
| #define DOMEXCEPTION_VALIDATION_ERR 16 |
Definition at line 38 of file qv4domerrors_p.h.
| #define DOMEXCEPTION_WRONG_DOCUMENT_ERR 4 |
Definition at line 26 of file qv4domerrors_p.h.
Definition at line 41 of file qv4domerrors_p.h.
| void qt_add_domexceptions | ( | QV4::ExecutionEngine * | e | ) |
Definition at line 11 of file qv4domerrors.cpp.
References DOMEXCEPTION_DOMSTRING_SIZE_ERR, DOMEXCEPTION_HIERARCHY_REQUEST_ERR, DOMEXCEPTION_INDEX_SIZE_ERR, DOMEXCEPTION_INUSE_ATTRIBUTE_ERR, DOMEXCEPTION_INVALID_ACCESS_ERR, DOMEXCEPTION_INVALID_CHARACTER_ERR, DOMEXCEPTION_INVALID_MODIFICATION_ERR, DOMEXCEPTION_INVALID_STATE_ERR, DOMEXCEPTION_NAMESPACE_ERR, DOMEXCEPTION_NO_DATA_ALLOWED_ERR, DOMEXCEPTION_NO_MODIFICATION_ALLOWED_ERR, DOMEXCEPTION_NOT_FOUND_ERR, DOMEXCEPTION_NOT_SUPPORTED_ERR, DOMEXCEPTION_SYNTAX_ERR, DOMEXCEPTION_TYPE_MISMATCH_ERR, DOMEXCEPTION_VALIDATION_ERR, DOMEXCEPTION_WRONG_DOCUMENT_ERR, e, QV4::Value::fromInt32(), and QStringLiteral.
Referenced by QV4::ExecutionEngine::initializeGlobal().
Here is the call graph for this function:
Here is the caller graph for this function: