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

Public Member Functions

 UnwindCode (UINT8 offset, UnwindOpcode operation, Register info)
 

Public Attributes

UINT8 offset
 
UINT8 operation: 4
 
UINT8 info: 4
 

Detailed Description

Definition at line 42 of file qv4functiontable_win64.cpp.

Constructor & Destructor Documentation

◆ UnwindCode()

QV4::UnwindCode::UnwindCode ( UINT8 offset,
UnwindOpcode operation,
Register info )
inline

Definition at line 44 of file qv4functiontable_win64.cpp.

Member Data Documentation

◆ info

UINT8 QV4::UnwindCode::info

Definition at line 50 of file qv4functiontable_win64.cpp.

◆ offset

UINT8 QV4::UnwindCode::offset

Definition at line 48 of file qv4functiontable_win64.cpp.

◆ operation

UINT8 QV4::UnwindCode::operation

Definition at line 49 of file qv4functiontable_win64.cpp.


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