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::CodeOffsetToLineAndStatement Struct Reference

#include <qv4compileddata_p.h>

+ Collaboration diagram for QV4::CompiledData::CodeOffsetToLineAndStatement:

Public Attributes

quint32_le codeOffset
 
qint32_le line
 
quint32_le statement
 

Detailed Description

Definition at line 262 of file qv4compileddata_p.h.

Member Data Documentation

◆ codeOffset

quint32_le QV4::CompiledData::CodeOffsetToLineAndStatement::codeOffset

Definition at line 263 of file qv4compileddata_p.h.

Referenced by QV4::Moth::BytecodeGenerator::finalize().

◆ line

qint32_le QV4::CompiledData::CodeOffsetToLineAndStatement::line

Definition at line 264 of file qv4compileddata_p.h.

◆ statement

quint32_le QV4::CompiledData::CodeOffsetToLineAndStatement::statement

Definition at line 265 of file qv4compileddata_p.h.


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