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::UnwindInfo Struct Reference
+ Collaboration diagram for QV4::UnwindInfo:

Public Attributes

UINT8 Version: 3
 
UINT8 Flags: 5
 
UINT8 SizeOfProlog
 
UINT8 CountOfUnwindCodes
 
UINT8 FrameRegister: 4
 
UINT8 FrameRegisterOffset: 4
 
UnwindCode UnwindCodes [2]
 

Detailed Description

Definition at line 53 of file qv4functiontable_win64.cpp.

Member Data Documentation

◆ CountOfUnwindCodes

UINT8 QV4::UnwindInfo::CountOfUnwindCodes

Definition at line 58 of file qv4functiontable_win64.cpp.

◆ Flags

UINT8 QV4::UnwindInfo::Flags

Definition at line 56 of file qv4functiontable_win64.cpp.

◆ FrameRegister

UINT8 QV4::UnwindInfo::FrameRegister

Definition at line 59 of file qv4functiontable_win64.cpp.

◆ FrameRegisterOffset

UINT8 QV4::UnwindInfo::FrameRegisterOffset

Definition at line 60 of file qv4functiontable_win64.cpp.

◆ SizeOfProlog

UINT8 QV4::UnwindInfo::SizeOfProlog

Definition at line 57 of file qv4functiontable_win64.cpp.

◆ UnwindCodes

UnwindCode QV4::UnwindInfo::UnwindCodes[2]

Definition at line 61 of file qv4functiontable_win64.cpp.

◆ Version

UINT8 QV4::UnwindInfo::Version

Definition at line 55 of file qv4functiontable_win64.cpp.


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