Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QV4::Compiler::Codegen::ObjectPropertyValue Struct Reference

#include <qv4codegen_p.h>

Collaboration diagram for QV4::Compiler::Codegen::ObjectPropertyValue:

Public Member Functions

 ObjectPropertyValue ()
bool hasGetter () const
bool hasSetter () const

Public Attributes

Reference rvalue
int getter = -1
int setter = -1
uint keyAsIndex = UINT_MAX

Detailed Description

Definition at line 408 of file qv4codegen_p.h.

Constructor & Destructor Documentation

◆ ObjectPropertyValue()

QV4::Compiler::Codegen::ObjectPropertyValue::ObjectPropertyValue ( )
inline

Definition at line 409 of file qv4codegen_p.h.

Member Function Documentation

◆ hasGetter()

bool QV4::Compiler::Codegen::ObjectPropertyValue::hasGetter ( ) const
inline

Definition at line 416 of file qv4codegen_p.h.

◆ hasSetter()

bool QV4::Compiler::Codegen::ObjectPropertyValue::hasSetter ( ) const
inline

Definition at line 417 of file qv4codegen_p.h.

Member Data Documentation

◆ getter

int QV4::Compiler::Codegen::ObjectPropertyValue::getter = -1

Definition at line 412 of file qv4codegen_p.h.

◆ keyAsIndex

uint QV4::Compiler::Codegen::ObjectPropertyValue::keyAsIndex = UINT_MAX

Definition at line 414 of file qv4codegen_p.h.

◆ rvalue

Reference QV4::Compiler::Codegen::ObjectPropertyValue::rvalue

Definition at line 411 of file qv4codegen_p.h.

◆ setter

int QV4::Compiler::Codegen::ObjectPropertyValue::setter = -1

Definition at line 413 of file qv4codegen_p.h.


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