![]() |
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 807 of file qv4codegen_p.h.
bool QV4::Compiler::Codegen::OptionalChainState::actuallyHasOptionals = false |
Definition at line 811 of file qv4codegen_p.h.
std::vector<Moth::BytecodeGenerator::Jump> QV4::Compiler::Codegen::OptionalChainState::jumpsToPatch |
Definition at line 810 of file qv4codegen_p.h.
QQmlJS::AST::Node* QV4::Compiler::Codegen::OptionalChainState::tailNodeOfChain = nullptr |
Definition at line 809 of file qv4codegen_p.h.