![]() |
Qt 6.x
The Qt SDK
|
#include <qqmljscompilepass_p.h>
Collaboration diagram for QQmlJSCompilePass::Function:Public Attributes | |
| QQmlJSScopesById | addressableScopes |
| QList< QQmlJSRegisterContent > | argumentTypes |
| QList< QQmlJSRegisterContent > | registerTypes |
| QQmlJSScope::ConstPtr | returnType |
| QQmlJSScope::ConstPtr | qmlScope |
| QByteArray | code |
| const SourceLocationTable * | sourceLocations = nullptr |
| bool | isSignalHandler = false |
| bool | isQPropertyBinding = false |
| bool | isProperty = false |
| bool | isFullyTyped = false |
Definition at line 74 of file qqmljscompilepass_p.h.
| QQmlJSScopesById QQmlJSCompilePass::Function::addressableScopes |
Definition at line 76 of file qqmljscompilepass_p.h.
| QList<QQmlJSRegisterContent> QQmlJSCompilePass::Function::argumentTypes |
Definition at line 77 of file qqmljscompilepass_p.h.
Referenced by QQmlJSCompilePass::argumentType(), QQmlJSCompilePass::firstRegisterIndex(), and QQmlJSCodeGenerator::run().
| QByteArray QQmlJSCompilePass::Function::code |
Definition at line 81 of file qqmljscompilepass_p.h.
Referenced by QQmlJSTypePropagator::run(), and QQmlJSShadowCheck::run().
| bool QQmlJSCompilePass::Function::isFullyTyped = false |
Definition at line 86 of file qqmljscompilepass_p.h.
Referenced by QQmlJSTypePropagator::generate_Ret().
| bool QQmlJSCompilePass::Function::isProperty = false |
Definition at line 85 of file qqmljscompilepass_p.h.
Referenced by QQmlJSTypePropagator::generate_Ret().
| bool QQmlJSCompilePass::Function::isQPropertyBinding = false |
Definition at line 84 of file qqmljscompilepass_p.h.
| bool QQmlJSCompilePass::Function::isSignalHandler = false |
Definition at line 83 of file qqmljscompilepass_p.h.
Referenced by QQmlJSTypePropagator::generate_Ret().
| QQmlJSScope::ConstPtr QQmlJSCompilePass::Function::qmlScope |
Definition at line 80 of file qqmljscompilepass_p.h.
Referenced by QQmlJSTypePropagator::generate_CallProperty(), QQmlJSTypePropagator::generate_CallQmlContextPropertyLookup(), QQmlJSTypePropagator::generate_LoadName(), QQmlJSTypePropagator::generate_LoadQmlContextPropertyLookup(), QQmlJSTypePropagator::generate_Ret(), QQmlJSTypePropagator::generate_StoreNameCommon(), QQmlJSCodeGenerator::generate_StoreNameSloppy(), and QQmlJSTypePropagator::generate_StoreProperty().
| QList<QQmlJSRegisterContent> QQmlJSCompilePass::Function::registerTypes |
Definition at line 78 of file qqmljscompilepass_p.h.
| QQmlJSScope::ConstPtr QQmlJSCompilePass::Function::returnType |
Definition at line 79 of file qqmljscompilepass_p.h.
Referenced by QQmlJSCodeGenerator::errorReturnValue(), QQmlJSCodeGenerator::generate_Ret(), and QQmlJSTypePropagator::run().
| const SourceLocationTable* QQmlJSCompilePass::Function::sourceLocations = nullptr |
Definition at line 82 of file qqmljscompilepass_p.h.
Referenced by QQmlJSCompilePass::sourceLocation().