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::CompiledData::JSClassMember Struct Reference

#include <qv4compileddata_p.h>

+ Collaboration diagram for QV4::CompiledData::JSClassMember:

Public Member Functions

 JSClassMember ()
 
void set (quint32 nameOffset, bool isAccessor)
 
quint32 nameOffset () const
 
bool isAccessor () const
 

Detailed Description

Definition at line 220 of file qv4compileddata_p.h.

Constructor & Destructor Documentation

◆ JSClassMember()

QV4::CompiledData::JSClassMember::JSClassMember ( )
inline

Definition at line 222 of file qv4compileddata_p.h.

Member Function Documentation

◆ isAccessor()

bool QV4::CompiledData::JSClassMember::isAccessor ( ) const
inline

Definition at line 231 of file qv4compileddata_p.h.

Referenced by QV4::ExecutableCompilationUnit::populate(), and set().

+ Here is the caller graph for this function:

◆ nameOffset()

quint32 QV4::CompiledData::JSClassMember::nameOffset ( ) const
inline

Definition at line 230 of file qv4compileddata_p.h.

Referenced by QV4::ExecutableCompilationUnit::populate(), and set().

+ Here is the caller graph for this function:

◆ set()

void QV4::CompiledData::JSClassMember::set ( quint32 nameOffset,
bool isAccessor )
inline

Definition at line 224 of file qv4compileddata_p.h.

References isAccessor(), and nameOffset().

Referenced by QV4::Compiler::JSUnitGenerator::registerJSClass().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

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