![]() |
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 58 of file qv4compilercontext_p.h.
| Enumerator | |
|---|---|
| Regular | |
| Getter | |
| Setter | |
Definition at line 59 of file qv4compilercontext_p.h.
| uint QV4::Compiler::Class::Method::functionIndex |
Definition at line 66 of file qv4compilercontext_p.h.
| uint QV4::Compiler::Class::Method::nameIndex |
Definition at line 64 of file qv4compilercontext_p.h.
| Type QV4::Compiler::Class::Method::type |
Definition at line 65 of file qv4compilercontext_p.h.