![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qv4codegen_p.h>
Public Attributes | |
| QQmlJS::AST::Node * | tailNodeOfChain = nullptr |
| std::vector< Moth::BytecodeGenerator::Jump > | jumpsToPatch |
| bool | actuallyHasOptionals = false |
Definition at line 819 of file qv4codegen_p.h.
| bool QV4::Compiler::Codegen::OptionalChainState::actuallyHasOptionals = false |
Definition at line 823 of file qv4codegen_p.h.
| std::vector<Moth::BytecodeGenerator::Jump> QV4::Compiler::Codegen::OptionalChainState::jumpsToPatch |
Definition at line 822 of file qv4codegen_p.h.
| QQmlJS::AST::Node* QV4::Compiler::Codegen::OptionalChainState::tailNodeOfChain = nullptr |
Definition at line 821 of file qv4codegen_p.h.