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

(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
 

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()

Definition at line 125 of file qv4compiler.cpp.

Variable Documentation

◆ jsClassMembersOffset

static constexpr qsizetype jsClassMembersOffset = 1
staticconstexpr

Definition at line 202 of file qv4compiler.cpp.