Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qv4compiler.cpp File Reference

(b9a085b26f753d4f1317bb4caa16329ff6646f3b)

#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/qqmlirbuilder_p.h>
#include <QCryptographicHash>
#include <QtEndian>
Include dependency graph for qv4compiler.cpp:

Go to the source code of this file.

Namespaces

namespace  QtPrivate

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

Definition at line 201 of file qv4compiler.cpp.