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

(3192915698fa5f383f37055df854a39161852506)

#include <private/qtqmlglobal_p.h>
Include dependency graph for qv4stacklimits_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 voidQV4::incrementStackPointer (const void *base, Size amount)
template<typename Size>
static voidQV4::decrementStackPointer (void *base, Size amount)
const voidQV4::currentStackPointer ()
StackProperties QV4::stackProperties ()

Macro Definition Documentation

◆ Q_STACK_GROWTH_DIRECTION

#define Q_STACK_GROWTH_DIRECTION   (-1)

Definition at line 24 of file qv4stacklimits_p.h.