![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qqmljstypepropagator_p.h>
Public Attributes | |
| InstructionAnnotations | annotations |
| QSet< int > | jumpTargets |
| bool | skipInstructionsUntilNextJumpTarget = false |
| bool | needsMorePasses = false |
| bool | instructionHasError = false |
| Public Attributes inherited from QQmlJSCompilePass::State | |
| VirtualRegisters | registers |
| VirtualRegisters | lookups |
Definition at line 181 of file qqmljstypepropagator_p.h.
| InstructionAnnotations QQmlJSTypePropagator::PassState::annotations |
Definition at line 183 of file qqmljstypepropagator_p.h.
| bool QQmlJSTypePropagator::PassState::instructionHasError = false |
Definition at line 187 of file qqmljstypepropagator_p.h.
| QSet<int> QQmlJSTypePropagator::PassState::jumpTargets |
Definition at line 184 of file qqmljstypepropagator_p.h.
| bool QQmlJSTypePropagator::PassState::needsMorePasses = false |
Definition at line 186 of file qqmljstypepropagator_p.h.
| bool QQmlJSTypePropagator::PassState::skipInstructionsUntilNextJumpTarget = false |
Definition at line 185 of file qqmljstypepropagator_p.h.