![]() |
Qt 6.x
The Qt SDK
|
#include <qv4compilercontext_p.h>
Collaboration diagram for QV4::Compiler::ExportEntry:Static Public Member Functions | |
| static bool | lessThan (const ExportEntry &lhs, const ExportEntry &rhs) |
Public Attributes | |
| QString | exportName |
| QString | moduleRequest |
| QString | importName |
| QString | localName |
| CompiledData::Location | location |
Definition at line 83 of file qv4compilercontext_p.h.
|
inlinestatic |
Definition at line 91 of file qv4compilercontext_p.h.
References exportName.
Referenced by QV4::Compiler::Codegen::generateFromModule().
Here is the caller graph for this function:| QString QV4::Compiler::ExportEntry::exportName |
Definition at line 85 of file qv4compilercontext_p.h.
Referenced by lessThan().
| QString QV4::Compiler::ExportEntry::importName |
Definition at line 87 of file qv4compilercontext_p.h.
| QString QV4::Compiler::ExportEntry::localName |
Definition at line 88 of file qv4compilercontext_p.h.
| CompiledData::Location QV4::Compiler::ExportEntry::location |
Definition at line 89 of file qv4compilercontext_p.h.
| QString QV4::Compiler::ExportEntry::moduleRequest |
Definition at line 86 of file qv4compilercontext_p.h.