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
QV4::Moth::StackSlot Class Reference

#include <qv4instr_moth_p.h>

+ Collaboration diagram for QV4::Moth::StackSlot:

Public Member Functions

int stackSlot () const
 
 operator int () const
 

Static Public Member Functions

static StackSlot createRegister (int index)
 

Detailed Description

Definition at line 480 of file qv4instr_moth_p.h.

Member Function Documentation

◆ createRegister()

static StackSlot QV4::Moth::StackSlot::createRegister ( int index)
inlinestatic

Definition at line 484 of file qv4instr_moth_p.h.

References Q_ASSERT.

Referenced by QV4::Compiler::Codegen::defineFunction(), QV4::Compiler::Codegen::visit(), and QV4::Compiler::Codegen::visit().

+ Here is the caller graph for this function:

◆ operator int()

QV4::Moth::StackSlot::operator int ( ) const
inline

Definition at line 492 of file qv4instr_moth_p.h.

◆ stackSlot()

int QV4::Moth::StackSlot::stackSlot ( ) const
inline

Definition at line 491 of file qv4instr_moth_p.h.

Referenced by QV4::Moth::operator!=(), and QV4::Moth::operator==().

+ Here is the caller graph for this function:

The documentation for this class was generated from the following file: