Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QV4::Compiler::Codegen::OptionalChainState Struct Reference

#include <qv4codegen_p.h>

+ Collaboration diagram for QV4::Compiler::Codegen::OptionalChainState:

Public Attributes

QQmlJS::AST::NodetailNodeOfChain = nullptr
 
std::vector< Moth::BytecodeGenerator::JumpjumpsToPatch
 
bool actuallyHasOptionals = false
 

Detailed Description

Definition at line 812 of file qv4codegen_p.h.

Member Data Documentation

◆ actuallyHasOptionals

bool QV4::Compiler::Codegen::OptionalChainState::actuallyHasOptionals = false

Definition at line 816 of file qv4codegen_p.h.

◆ jumpsToPatch

std::vector<Moth::BytecodeGenerator::Jump> QV4::Compiler::Codegen::OptionalChainState::jumpsToPatch

Definition at line 815 of file qv4codegen_p.h.

◆ tailNodeOfChain

QQmlJS::AST::Node* QV4::Compiler::Codegen::OptionalChainState::tailNodeOfChain = nullptr

Definition at line 814 of file qv4codegen_p.h.


The documentation for this struct was generated from the following file: