![]() |
Qt 6.x
The Qt SDK
|
#include <qv4compiler_p.h>#include <qv4codegen_p.h>#include <private/qv4compileddata_p.h>#include <private/qv4staticvalue_p.h>#include <private/qv4alloca_p.h>#include <private/qqmljslexer_p.h>#include <private/qqmljsast_p.h>#include <private/qml_compile_hash_p.h>#include <private/qqmlirbuilder_p.h>#include <QCryptographicHash>#include <QtEndian>
Include dependency graph for qv4compiler.cpp:Go to the source code of this file.
Namespaces | |
| namespace | QtPrivate |
| \macro QT_NAMESPACE | |
Functions | |
| static size_t | QtPrivate::roundUpToMultipleOf (size_t divisor, size_t x) |
| static QV4::CompiledData::Lookup::Mode | lookupMode (QV4::Compiler::JSUnitGenerator::LookupMode mode) |
Variables | |
| static constexpr qsizetype | jsClassMembersOffset = 1 |
|
static |
Definition at line 125 of file qv4compiler.cpp.
References QV4::Compiler::JSUnitGenerator::LookupForCall, QV4::CompiledData::Lookup::Mode_ForCall, and QV4::CompiledData::Lookup::Mode_ForStorage.
Referenced by QV4::Compiler::JSUnitGenerator::registerGetterLookup(), QV4::Compiler::JSUnitGenerator::registerGlobalGetterLookup(), QV4::Compiler::JSUnitGenerator::registerQmlContextPropertyGetterLookup(), and QQmlImportInstance::resolveType().
Here is the caller graph for this function:
|
staticconstexpr |
Definition at line 202 of file qv4compiler.cpp.
Referenced by QV4::Compiler::JSUnitGenerator::jsClassMember(), and QV4::Compiler::JSUnitGenerator::registerJSClass().