![]() |
Qt 6.x
The Qt SDK
|
#include <qv4compileddata_p.h>
Public Member Functions | |
CompilationUnitBase ()=default | |
~CompilationUnitBase ()=default | |
CompilationUnitBase (CompilationUnitBase &&other) noexcept | |
CompilationUnitBase & | operator= (CompilationUnitBase &&other) noexcept |
Public Attributes | |
Heap::String ** | runtimeStrings = nullptr |
const StaticValue * | constants = nullptr |
QV4::StaticValue * | runtimeRegularExpressions = nullptr |
Heap::InternalClass ** | runtimeClasses = nullptr |
const StaticValue ** | imports = nullptr |
Definition at line 1409 of file qv4compileddata_p.h.
|
default |
|
default |
|
inlinenoexcept |
Definition at line 1416 of file qv4compileddata_p.h.
References other().
|
inlinenoexcept |
Definition at line 1418 of file qv4compileddata_p.h.
References constants, imports, other(), runtimeClasses, runtimeRegularExpressions, and runtimeStrings.
Referenced by QV4::CompiledData::CompilationUnit::operator=().
const StaticValue* QV4::CompiledData::CompilationUnitBase::constants = nullptr |
Definition at line 1437 of file qv4compileddata_p.h.
Referenced by QV4::CompiledData::CompilationUnit::~CompilationUnit(), QV4::CompiledData::CompilationUnit::bindingValueAsNumber(), operator=(), and QV4::CompiledData::CompilationUnit::setUnitData().
const StaticValue** QV4::CompiledData::CompilationUnitBase::imports = nullptr |
Definition at line 1440 of file qv4compileddata_p.h.
Referenced by QV4::CompiledData::CompilationUnit::~CompilationUnit(), and operator=().
Heap::InternalClass** QV4::CompiledData::CompilationUnitBase::runtimeClasses = nullptr |
Definition at line 1439 of file qv4compileddata_p.h.
Referenced by QQmlPrivate::AOTCompiledContext::jsMetaType(), and operator=().
QV4::StaticValue* QV4::CompiledData::CompilationUnitBase::runtimeRegularExpressions = nullptr |
Definition at line 1438 of file qv4compileddata_p.h.
Referenced by operator=().
Heap::String** QV4::CompiledData::CompilationUnitBase::runtimeStrings = nullptr |
Definition at line 1436 of file qv4compileddata_p.h.
Referenced by QV4::Function::Function(), QV4::Runtime::StoreProperty::call(), QV4::Runtime::CreateClass::call(), QQmlPrivate::AOTCompiledContext::callGlobalLookup(), QQmlPrivate::AOTCompiledContext::callObjectPropertyLookup(), QQmlPrivate::AOTCompiledContext::callQmlContextPropertyLookup(), QQmlPrivate::AOTCompiledContext::getObjectLookup(), QQmlPrivate::AOTCompiledContext::initLoadAttachedLookup(), QQmlPrivate::AOTCompiledContext::initLoadContextIdLookup(), QQmlPrivate::initObjectLookup(), QQmlPrivate::initValueLookup(), QQmlPrivate::AOTCompiledContext::javaScriptGlobalProperty(), QQmlPrivate::AOTCompiledContext::loadContextIdLookup(), QQmlPrivate::AOTCompiledContext::loadScopeObjectPropertyLookup(), operator=(), QV4::Function::updateInternalClass(), QV4::Object::virtualResolveLookupGetter(), QV4::QQmlTypeWrapper::virtualResolveLookupGetter(), and QV4::Object::virtualResolveLookupSetter().