![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <private/qtqmlglobal_p.h>Go to the source code of this file.
Classes | |
| struct | QV4::StackProperties |
Namespaces | |
| namespace | QV4 |
Macros | |
| #define | Q_STACK_GROWTH_DIRECTION (-1) |
Functions | |
| template<typename Size> | |
| static const void * | QV4::incrementStackPointer (const void *base, Size amount) |
| template<typename Size> | |
| static void * | QV4::decrementStackPointer (void *base, Size amount) |
| const void * | QV4::currentStackPointer () |
| StackProperties | QV4::stackProperties () |
| #define Q_STACK_GROWTH_DIRECTION (-1) |
Definition at line 24 of file qv4stacklimits_p.h.