![]() |
Qt 6.x
The Qt SDK
|
#include <qqmljscompilepass_p.h>
Public Attributes | |
VirtualRegisters | readRegisters |
VirtualRegisters | typeConversions |
QQmlJSRegisterContent | changedRegister |
int | changedRegisterIndex = InvalidRegister |
bool | hasSideEffects = false |
bool | isRename = false |
Definition at line 58 of file qqmljscompilepass_p.h.
QQmlJSRegisterContent QQmlJSCompilePass::InstructionAnnotation::changedRegister |
Definition at line 66 of file qqmljscompilepass_p.h.
Referenced by QQmlJSTypePropagator::endInstruction(), and QQmlJSBasicBlocks::run().
int QQmlJSCompilePass::InstructionAnnotation::changedRegisterIndex = InvalidRegister |
Definition at line 67 of file qqmljscompilepass_p.h.
Referenced by QQmlJSTypePropagator::endInstruction(), and QQmlJSBasicBlocks::run().
bool QQmlJSCompilePass::InstructionAnnotation::hasSideEffects = false |
Definition at line 68 of file qqmljscompilepass_p.h.
Referenced by QQmlJSTypePropagator::endInstruction().
bool QQmlJSCompilePass::InstructionAnnotation::isRename = false |
Definition at line 69 of file qqmljscompilepass_p.h.
Referenced by QQmlJSTypePropagator::endInstruction().
VirtualRegisters QQmlJSCompilePass::InstructionAnnotation::readRegisters |
Definition at line 61 of file qqmljscompilepass_p.h.
Referenced by QQmlJSTypePropagator::endInstruction().
VirtualRegisters QQmlJSCompilePass::InstructionAnnotation::typeConversions |
Definition at line 64 of file qqmljscompilepass_p.h.