Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qv4compiler.cpp File Reference

(d6e0d5630a49e9614a70bf960a213b3eff03a68e)

#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_NO_KEYWORDS >
 

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
 

Function Documentation

◆ lookupMode()

Variable Documentation

◆ jsClassMembersOffset

constexpr qsizetype jsClassMembersOffset = 1
staticconstexpr