![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qv4compilercontext_p.h>
Public Types | |
| enum | Type { Regular , Getter , Setter } |
Public Attributes | |
| uint | nameIndex |
| Type | type |
| uint | functionIndex |
Definition at line 60 of file qv4compilercontext_p.h.
| Enumerator | |
|---|---|
| Regular | |
| Getter | |
| Setter | |
Definition at line 61 of file qv4compilercontext_p.h.
| uint QV4::Compiler::Class::Method::functionIndex |
Definition at line 68 of file qv4compilercontext_p.h.
| uint QV4::Compiler::Class::Method::nameIndex |
Definition at line 66 of file qv4compilercontext_p.h.
| Type QV4::Compiler::Class::Method::type |
Definition at line 67 of file qv4compilercontext_p.h.