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

Public Member Functions

 UnwindCode (UINT8 offset, UnwindOpcode operation, Register info)
 
 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() [1/2]

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

Definition at line 44 of file qv4functiontable_win64.cpp.

References UnwindCode().

Referenced by UnwindCode().

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

◆ UnwindCode() [2/2]

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

◆ 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: