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
QV4::Managed Struct Reference

#include <qv4managed_p.h>

+ Inheritance diagram for QV4::Managed:
+ Collaboration diagram for QV4::Managed:

Public Types

enum  {
  IsExecutionContext = false , IsString = false , IsStringOrSymbol = false , IsObject = false ,
  IsFunctionObject = false , IsErrorObject = false , IsArrayData = false
}
 
enum  { NInlineProperties = 0 }
 
enum  Type {
  Type_Invalid , Type_String , Type_Object , Type_Symbol ,
  Type_ArrayObject , Type_FunctionObject , Type_GeneratorObject , Type_BooleanObject ,
  Type_NumberObject , Type_StringObject , Type_SymbolObject , Type_DateObject ,
  Type_RegExpObject , Type_ErrorObject , Type_ArgumentsObject , Type_JsonObject ,
  Type_MathObject , Type_ProxyObject , Type_UrlObject , Type_UrlSearchParamsObject ,
  Type_ExecutionContext , Type_InternalClass , Type_SetIteratorObject , Type_MapIteratorObject ,
  Type_ArrayIteratorObject , Type_StringIteratorObject , Type_ForInIterator , Type_RegExp ,
  Type_V4Sequence , Type_QmlListProperty
}
 
- Public Types inherited from QV4::Value
using ManagedPtr = Managed *
 
- Public Types inherited from QV4::StaticValue
enum class  TagBit {
  SpecialNegative = 0b10000000000000000000 << 12 , SpecialQNaN = 0b00000000000010000000 << 12 , Special = 0b00000000000001000000 << 12 , IntCompat = 0b00000000000000100000 << 12 ,
  Unmanaged = 0b00000000000000010000 << 12 , IntOrBool = 0b00000000000000001000 << 12 , Number = 0b00000000000000000100 << 12
}
 
enum  Type {
  Managed_Type = 0 , Double_Type = 1 , Undefined_Type = 2 , Empty_Type = quint32(TagBit::Unmanaged) ,
  Null_Type = Empty_Type | quint32(TagBit::IntCompat) , Boolean_Type = Null_Type | quint32(TagBit::IntOrBool) , Integer_Type = Boolean_Type | quint32(TagBit::Number)
}
 
enum  {
  Tag_Shift = 32 , IsIntegerConvertible_Shift = 48 , IsIntegerConvertible_Value = 3 , IsIntegerOrBool_Shift = 47 ,
  IsIntegerOrBool_Value = 7
}
 
enum class  QuickType : quint32 {
  Managed = Managed_Type , Empty = Empty_Type , Null = Null_Type , Boolean = Boolean_Type ,
  Integer = Integer_Type , PlusInf = quint32(TagBit::Number) | quint32(TagBit::Special) | quint32(TagBit::Unmanaged) , MinusInf = PlusInf | quint32(TagBit::SpecialNegative) , NaN = PlusInf | quint32(TagBit::SpecialQNaN) ,
  MinusNaN = NaN | quint32(TagBit::SpecialNegative)
}
 
enum  {
  QT_Empty = Empty_Type , QT_Null = Null_Type , QT_Bool = Boolean_Type , QT_Int = Integer_Type ,
  QuickType_Shift = Tag_Shift
}
 
using HeapBasePtr = Heap::Base *
 
using ValueTypeInternal = QuickType
 

Public Member Functions

Heap::InternalClassinternalClass () const
 
const VTablevtable () const
 
ExecutionEngineengine () const
 
bool isV4SequenceType () const
 
bool isQmlListPropertyType () const
 
bool isArrayLike () const
 
bool isArrayObject () const
 
bool isStringObject () const
 
bool isSymbolObject () const
 
QString className () const
 
bool isEqualTo (const Managed *other) const
 
bool inUse () const
 
bool markBit () const
 
void mark (MarkStack *markStack)
 
Q_ALWAYS_INLINE Heap::BaseheapObject () const
 
template<typename T >
T * cast ()
 
template<typename T >
const T * cast () const
 
- Public Member Functions inherited from QV4::Value
 Value ()=default
 
constexpr Value (quint64 val)
 
bool isString () const
 
bool isStringOrSymbol () const
 
bool isSymbol () const
 
bool isObject () const
 
bool isFunctionObject () const
 
QML_NEARLY_ALWAYS_INLINE StringstringValue () const
 
QML_NEARLY_ALWAYS_INLINE StringOrSymbolstringOrSymbolValue () const
 
QML_NEARLY_ALWAYS_INLINE SymbolsymbolValue () const
 
QML_NEARLY_ALWAYS_INLINE ObjectobjectValue () const
 
QML_NEARLY_ALWAYS_INLINE ManagedPtr managed () const
 
QML_NEARLY_ALWAYS_INLINE Value::HeapBasePtr heapObject () const
 
int toUInt16 () const
 
int toInt32 () const
 
unsigned int toUInt32 () const
 
qint64 toLength () const
 
qint64 toIndex () const
 
bool toBoolean () const
 
double toInteger () const
 
ReturnedValue convertedToNumber () const
 
double toNumber () const
 
double toNumberImpl () const
 
QString toQStringNoThrow () const
 
QString toQString () const
 
QString toQString (bool *ok) const
 
Heap::StringtoString (ExecutionEngine *e) const
 
QV4::PropertyKey toPropertyKey (ExecutionEngine *e) const
 
Heap::Object * toObject (ExecutionEngine *e) const
 
bool isPrimitive () const
 
template<typename T >
const T * as () const
 
template<typename T >
T * as ()
 
template<typename T >
T * cast ()
 
template<typename T >
const T * cast () const
 
uint asArrayLength (bool *ok) const
 
bool sameValue (Value other) const
 
bool sameValueZero (Value other) const
 
void mark (MarkStack *markStack)
 
Valueoperator= (const ScopedValue &v)
 
Valueoperator= (ReturnedValue v)
 
Valueoperator= (ManagedPtr m)
 
Valueoperator= (HeapBasePtr o)
 
template<typename T >
Valueoperator= (const Scoped< T > &t)
 
template<>
const DateObjectas () const
 
template<>
const ErrorObjectas () const
 
template<>
const FunctionObjectas () const
 
template<>
const Managedas () const
 
template<>
const Objectas () const
 
template<>
const ArrayObjectas () const
 
template<>
const StringOrSymbolas () const
 
template<>
const Stringas () const
 
template<>
const UrlObjectas () const
 
template<>
const UrlSearchParamsObjectas () const
 
- Public Member Functions inherited from QV4::StaticValue
 StaticValue ()=default
 
constexpr StaticValue (quint64 val)
 
StaticValueoperator= (ReturnedValue v)
 
template<typename Value >
StaticValueoperator= (const Value &)
 
template<typename Value >
const ValueasValue () const
 
template<typename Value >
ValueasValue ()
 
QV4_NEARLY_ALWAYS_INLINE constexpr quint64rawValueRef ()
 
QV4_NEARLY_ALWAYS_INLINE constexpr quint64 rawValue () const
 
QV4_NEARLY_ALWAYS_INLINE constexpr void setRawValue (quint64 raw)
 
QV4_NEARLY_ALWAYS_INLINE constexpr void setTagValue (quint32 tag, quint32 value)
 
QV4_NEARLY_ALWAYS_INLINE constexpr quint32 value () const
 
QV4_NEARLY_ALWAYS_INLINE constexpr quint32 tag () const
 
QV4_NEARLY_ALWAYS_INLINE constexpr void setTag (quint32 tag)
 
QV4_NEARLY_ALWAYS_INLINE constexpr int int_32 () const
 
QV4_NEARLY_ALWAYS_INLINE constexpr void setInt_32 (int i)
 
QV4_NEARLY_ALWAYS_INLINE uint uint_32 () const
 
QV4_NEARLY_ALWAYS_INLINE constexpr void setEmpty ()
 
Type type () const
 
quint64 quickType () const
 
bool isEmpty () const
 
bool isNull () const
 
bool isBoolean () const
 
bool isInteger () const
 
bool isNullOrUndefined () const
 
bool isUndefined () const
 
bool isDouble () const
 
bool isNumber () const
 
bool isManagedOrUndefined () const
 
bool isManaged () const
 
bool isIntOrBool () const
 
bool integerCompatible () const
 
bool isNaN () const
 
bool isPositiveInt () const
 
QV4_NEARLY_ALWAYS_INLINE double doubleValue () const
 
QV4_NEARLY_ALWAYS_INLINE void setDouble (double d)
 
bool isInt32 ()
 
double asDouble () const
 
bool booleanValue () const
 
int integerValue () const
 
bool tryIntegerConversion ()
 
bool toBoolean () const
 
int toInt32 () const
 
ReturnedValuedata_ptr ()
 
constexpr ReturnedValue asReturnedValue () const
 
template<>
StaticValueoperator= (const Value &value)
 
template<typename Managed >
StaticValueoperator= (const Managed &m)
 
template<>
ValueasValue ()
 
template<>
const ValueasValue () const
 

Static Protected Member Functions

static bool virtualIsEqualTo (Managed *m, Managed *other)
 

Friends

class MemoryManager
 
struct Identifiers
 
struct ObjectIterator
 

Additional Inherited Members

- Static Public Member Functions inherited from QV4::Value
static constexpr Value fromStaticValue (StaticValue staticValue)
 
static Value fromHeapObject (HeapBasePtr m)
 
static bool toBooleanImpl (Value val)
 
static double toNumberImpl (Value v)
 
static Heap::StringtoString (ExecutionEngine *e, Value val)
 
static Heap::Object * toObject (ExecutionEngine *e, Value val)
 
static constexpr Value fromReturnedValue (ReturnedValue val)
 
static double toInteger (double d)
 
static int toInt32 (double d)
 
static unsigned int toUInt32 (double d)
 
static constexpr Value emptyValue ()
 
static constexpr Value fromBoolean (bool b)
 
static constexpr Value fromInt32 (int i)
 
static constexpr Value undefinedValue ()
 
static constexpr Value nullValue ()
 
static Value fromDouble (double d)
 
static Value fromUInt32 (uint i)
 
- Static Public Member Functions inherited from QV4::StaticValue
static int valueOffset ()
 
static int tagOffset ()
 
static constexpr quint64 tagValue (quint32 tag, quint32 value)
 
static constexpr quint64 tagBitMask (TagBit bit)
 
static bool integerCompatible (StaticValue a, StaticValue b)
 
static bool bothDouble (StaticValue a, StaticValue b)
 
static QV4_NEARLY_ALWAYS_INLINE bool isInt32 (double d)
 
static constexpr StaticValue fromReturnedValue (ReturnedValue val)
 
static constexpr StaticValue emptyValue ()
 
static constexpr StaticValue fromBoolean (bool b)
 
static constexpr StaticValue fromInt32 (int i)
 
static constexpr StaticValue undefinedValue ()
 
static constexpr StaticValue nullValue ()
 
static StaticValue fromDouble (double d)
 
static StaticValue fromUInt32 (uint i)
 
static double toInteger (double d)
 
static int toInt32 (double d)
 
static unsigned int toUInt32 (double d)
 
- Public Attributes inherited from QV4::StaticValue
quint64 _val
 
- Static Public Attributes inherited from QV4::StaticValue
static constexpr quint64 ExponentMask = 0b0111111111110000ull << 48
 
static constexpr quint64 Top1Mask = 0b1000000000000000ull << 48
 
static constexpr quint64 Upper3Mask = 0b0000000000001110ull << 48
 
static constexpr quint64 Lower5Mask = 0b0000000000011111ull
 
static constexpr quint64 ManagedMask = ExponentMask | quint64(TagBit::Unmanaged) << Tag_Shift
 
static constexpr quint64 DoubleMask = ManagedMask | quint64(TagBit::Special) << Tag_Shift
 
static constexpr quint64 NumberMask = ManagedMask | quint64(TagBit::Number) << Tag_Shift
 
static constexpr quint64 IntOrBoolMask = ManagedMask | quint64(TagBit::IntOrBool) << Tag_Shift
 
static constexpr quint64 IntCompatMask = ManagedMask | quint64(TagBit::IntCompat) << Tag_Shift
 
static constexpr quint64 EncodeMask = DoubleMask | NumberMask
 
static constexpr quint64 DoubleDiscriminator = ((quint64(TagBit::Unmanaged) | quint64(TagBit::Special)) << Tag_Shift)
 
static constexpr quint64 NumberDiscriminator = ((quint64(TagBit::Unmanaged) | quint64(TagBit::Number)) << Tag_Shift)
 
- Static Protected Attributes inherited from QV4::VTableBase
static constexpr VTable::Destroy virtualDestroy = nullptr
 
static constexpr VTable::IsEqualTo virtualIsEqualTo = nullptr
 
static constexpr VTable::Get virtualGet = nullptr
 
static constexpr VTable::Put virtualPut = nullptr
 
static constexpr VTable::DeleteProperty virtualDeleteProperty = nullptr
 
static constexpr VTable::HasProperty virtualHasProperty = nullptr
 
static constexpr VTable::GetOwnProperty virtualGetOwnProperty = nullptr
 
static constexpr VTable::DefineOwnProperty virtualDefineOwnProperty = nullptr
 
static constexpr VTable::IsExtensible virtualIsExtensible = nullptr
 
static constexpr VTable::PreventExtensions virtualPreventExtensions = nullptr
 
static constexpr VTable::GetPrototypeOf virtualGetPrototypeOf = nullptr
 
static constexpr VTable::SetPrototypeOf virtualSetPrototypeOf = nullptr
 
static constexpr VTable::GetLength virtualGetLength = nullptr
 
static constexpr VTable::OwnPropertyKeys virtualOwnPropertyKeys = nullptr
 
static constexpr VTable::InstanceOf virtualInstanceOf = nullptr
 
static constexpr VTable::Call virtualCall = nullptr
 
static constexpr VTable::CallAsConstructor virtualCallAsConstructor = nullptr
 
static constexpr VTable::CallWithMetaTypes virtualCallWithMetaTypes = nullptr
 
static constexpr VTable::ResolveLookupGetter virtualResolveLookupGetter = nullptr
 
static constexpr VTable::ResolveLookupSetter virtualResolveLookupSetter = nullptr
 
static constexpr VTable::Metacall virtualMetacall = nullptr
 

Detailed Description

Definition at line 72 of file qv4managed_p.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
IsExecutionContext 
IsString 
IsStringOrSymbol 
IsObject 
IsFunctionObject 
IsErrorObject 
IsArrayData 

Definition at line 75 of file qv4managed_p.h.

◆ anonymous enum

anonymous enum
Enumerator
NInlineProperties 

Definition at line 90 of file qv4managed_p.h.

◆ Type

Enumerator
Type_Invalid 
Type_String 
Type_Object 
Type_Symbol 
Type_ArrayObject 
Type_FunctionObject 
Type_GeneratorObject 
Type_BooleanObject 
Type_NumberObject 
Type_StringObject 
Type_SymbolObject 
Type_DateObject 
Type_RegExpObject 
Type_ErrorObject 
Type_ArgumentsObject 
Type_JsonObject 
Type_MathObject 
Type_ProxyObject 
Type_UrlObject 
Type_UrlSearchParamsObject 
Type_ExecutionContext 
Type_InternalClass 
Type_SetIteratorObject 
Type_MapIteratorObject 
Type_ArrayIteratorObject 
Type_StringIteratorObject 
Type_ForInIterator 
Type_RegExp 
Type_V4Sequence 
Type_QmlListProperty 

Definition at line 92 of file qv4managed_p.h.

Member Function Documentation

◆ cast() [1/2]

template<typename T >
T * QV4::Managed::cast ( )
inline

Definition at line 154 of file qv4managed_p.h.

Referenced by QV4::ExecutionEngine::ExecutionEngine(), and QV4::FunctionPrototype::method_apply().

+ Here is the caller graph for this function:

◆ cast() [2/2]

template<typename T >
const T * QV4::Managed::cast ( ) const
inline

Definition at line 157 of file qv4managed_p.h.

◆ className()

QString Managed::className ( ) const

Definition at line 14 of file qv4managed.cpp.

References QString::fromLatin1(), Type_ArgumentsObject, Type_ArrayIteratorObject, Type_ArrayObject, Type_BooleanObject, Type_DateObject, Type_ErrorObject, Type_ExecutionContext, Type_ForInIterator, Type_FunctionObject, Type_GeneratorObject, Type_InternalClass, Type_Invalid, Type_JsonObject, Type_MapIteratorObject, Type_MathObject, Type_NumberObject, Type_Object, Type_ProxyObject, Type_QmlListProperty, Type_RegExp, Type_RegExpObject, Type_SetIteratorObject, Type_String, Type_StringIteratorObject, Type_StringObject, Type_Symbol, Type_SymbolObject, Type_UrlObject, Type_UrlSearchParamsObject, Type_V4Sequence, and vtable().

Referenced by QV4::ErrorPrototype::init().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ engine()

ExecutionEngine * QV4::Managed::engine ( ) const
inline

Definition at line 131 of file qv4managed_p.h.

Referenced by QV4::RegExpObject::builtinExec(), QV4::FunctionObject::call(), QV4::Object::checkedInstanceOf(), QV4::ExecutionContext::cloneBlockContext(), QV4::Sequence::containerPutIndexed(), QV4::Object::copyArrayData(), QV4::QQmlTypeWrapper::create(), QV4::QQmlTypeWrapper::create(), QV4::QMetaObjectWrapper::create(), QV4::QmlListWrapper::create(), QV4::QmlListWrapper::create(), QV4::QmlListWrapper::create(), QV4::QQmlSqlDatabaseWrapper::create(), QQuickJSContext2DPrototype::create(), QV4::FunctionObject::createBuiltinFunction(), QV4::FunctionObject::createConstructorFunction(), QV4::IteratorPrototype::createIterResultObject(), QV4::FunctionObject::createScriptFunction(), QV4::QQmlBindingFunction::currentLocation(), QV4::DateObject::dateTimeToString(), QV4::ExecutionContext::deleteProperty(), QV4::Heap::Sequence::detached(), QV4::EvalFunction::evalCall(), QV4::Module::evaluate(), QV4::RegExpPrototype::exec(), QV4::JsonObject::fromJsonArray(), QV4::JsonObject::fromJsonObject(), QV4::JsonObject::fromJsonValue(), QV4::ArgumentsObject::fullyCreate(), QQmlDMAbstractItemModelData::get(), QV4::ExecutionContext::getProperty(), QV4::QQmlContextWrapper::getPropertyAndBase(), QV4::ExecutionContext::getPropertyAndBase(), QV4::IteratorPrototype::init(), QV4::IntrinsicTypedArrayPrototype::init(), QV4::ErrorPrototype::init(), QV4::EvalErrorPrototype::init(), QV4::RangeErrorPrototype::init(), QV4::ReferenceErrorPrototype::init(), QV4::SyntaxErrorPrototype::init(), QV4::TypeErrorPrototype::init(), QV4::URIErrorPrototype::init(), QV4::FunctionPrototype::init(), QV4::GeneratorPrototype::init(), QV4::RegExpPrototype::init(), QV4::TypedArrayPrototype::init(), QV4::Heap::ArrowFunction::init(), QV4::QQmlContextWrapper::lookupContextObjectMethod(), QV4::QQmlContextWrapper::lookupContextObjectProperty(), QV4::QQmlTypeWrapper::lookupEnumValue(), QV4::QQmlContextWrapper::lookupIdObject(), QV4::QQmlContextWrapper::lookupIdObjectInParentContext(), QV4::QQmlContextWrapper::lookupInGlobalObject(), QV4::QQmlContextWrapper::lookupInParentContextHierarchy(), QV4::QQmlTypeWrapper::lookupScopedEnum(), QV4::QQmlContextWrapper::lookupScopeFallbackProperty(), QV4::QQmlContextWrapper::lookupScopeObjectMethod(), QV4::QQmlContextWrapper::lookupScopeObjectProperty(), QV4::QQmlContextWrapper::lookupScript(), QV4::QQmlContextWrapper::lookupSingleton(), QV4::QQmlTypeWrapper::lookupSingletonMethod(), QV4::QQmlTypeWrapper::lookupSingletonProperty(), QV4::QQmlContextWrapper::lookupType(), QV4::QQmlContextWrapper::lookupValueSingleton(), QV4::QQmlTypeWrapper::metaObject(), QV4::DataViewPrototype::method_get_buffer(), QV4::SharedArrayBufferPrototype::method_get_byteLength(), QV4::ArrayBufferPrototype::method_get_byteLength(), QV4::DataViewPrototype::method_get_byteLength(), QV4::DataViewPrototype::method_get_byteOffset(), QV4::GeneratorPrototype::method_next(), QV4::IntrinsicTypedArrayCtor::method_of(), QV4::GeneratorPrototype::method_return(), QV4::GeneratorPrototype::method_throw(), QV4::QQmlValueTypeWrapper::method_toString(), QV4::ExecutionContext::newWithContext(), QV4::QQmlTypeWrapper::object(), QV4::Script::parse(), QV4::FunctionCtor::parse(), QV4::Object::push_back(), qtObjectFromJS(), QV4::Module::resolveExport(), QV4::QQmlContextWrapper::resolveQmlContextPropertyLookupGetter(), QV4::Script::run(), QV4::ExecutionContext::setProperty(), QV4::QQmlXMLHttpRequestCtor::setupProto(), QV4::QQmlTypeWrapper::singletonObject(), QV4::ArrayData::sort(), QV4::DateObject::stringToDateTime(), QV4::Value::toNumberImpl(), QV4::ArrayObject::toQStringList(), QV4::DateObject::toString(), QV4::QQmlTypeWrapper::toVariant(), QV4::SequencePrototype::toVariant(), QV4::GeneratorFunction::virtualCall(), QV4::ProxyFunctionObject::virtualCall(), QV4::FunctionCtor::virtualCallAsConstructor(), QV4::GeneratorFunctionCtor::virtualCallAsConstructor(), QV4::ProxyFunctionObject::virtualCallAsConstructor(), QV4::StringCtor::virtualCallAsConstructor(), QV4::ArrayCtor::virtualCallAsConstructor(), QV4::ArrayObject::virtualDefineOwnProperty(), QV4::QQmlScopedEnumWrapper::virtualGet(), QQuickJSContext2DPixelData::virtualGet(), QV4::Object::virtualGetLength(), QV4::TypedArray::virtualHasProperty(), QV4::Object::virtualInstanceOf(), QV4::QQmlContextWrapper::virtualPut(), QQuickJSContext2DPixelData::virtualPut(), QV4::Object::virtualResolveLookupGetter(), QV4::QQmlTypeWrapper::virtualResolveLookupGetter(), QV4::ModelObject::virtualResolveLookupGetter(), QV4::Object::virtualResolveLookupSetter(), and QV4::QQmlTypeWrapper::virtualResolveLookupSetter().

◆ heapObject()

Q_ALWAYS_INLINE Heap::Base * QV4::Managed::heapObject ( ) const
inline

Definition at line 150 of file qv4managed_p.h.

Referenced by QV4::QQmlContextWrapper::lookupType().

+ Here is the caller graph for this function:

◆ internalClass()

◆ inUse()

bool QV4::Managed::inUse ( ) const
inline

Definition at line 146 of file qv4managed_p.h.

References d.

◆ isArrayLike()

bool QV4::Managed::isArrayLike ( ) const
inline

Definition at line 135 of file qv4managed_p.h.

◆ isArrayObject()

bool QV4::Managed::isArrayObject ( ) const
inline

Definition at line 137 of file qv4managed_p.h.

References d.

Referenced by QV4::Object::arraySet(), QV4::Object::arraySet(), QV4::Object::copyArrayData(), QV4::Object::isArray(), QV4::ArrayPrototype::method_pop(), QV4::ArrayPrototype::method_push(), QV4::ArrayPrototype::method_shift(), QV4::ArrayPrototype::method_unshift(), QV4::Object::setArrayLength(), and QV4::Object::setArrayLengthUnchecked().

+ Here is the caller graph for this function:

◆ isEqualTo()

bool QV4::Managed::isEqualTo ( const Managed * other) const
inline

Definition at line 143 of file qv4managed_p.h.

References d, and other().

+ Here is the call graph for this function:

◆ isQmlListPropertyType()

bool QV4::Managed::isQmlListPropertyType ( ) const
inline

Definition at line 134 of file qv4managed_p.h.

References d.

◆ isStringObject()

bool QV4::Managed::isStringObject ( ) const
inline

Definition at line 138 of file qv4managed_p.h.

References d.

Referenced by QV4::ArrayPrototype::method_indexOf().

+ Here is the caller graph for this function:

◆ isSymbolObject()

bool QV4::Managed::isSymbolObject ( ) const
inline

Definition at line 139 of file qv4managed_p.h.

References d.

◆ isV4SequenceType()

bool QV4::Managed::isV4SequenceType ( ) const
inline

Definition at line 133 of file qv4managed_p.h.

References d.

◆ mark()

void QV4::Managed::mark ( MarkStack * markStack)
inline

Definition at line 170 of file qv4managed_p.h.

References Q_ASSERT.

Referenced by QV4::Heap::QObjectWrapper::markObjects(), and QV4::Heap::StringOrSymbol::markObjects().

+ Here is the caller graph for this function:

◆ markBit()

bool QV4::Managed::markBit ( ) const
inline

Definition at line 147 of file qv4managed_p.h.

References d.

◆ virtualIsEqualTo()

bool Managed::virtualIsEqualTo ( Managed * m,
Managed * other )
staticprotected

Definition at line 113 of file qv4managed.cpp.

◆ vtable()

const VTable * QV4::Managed::vtable ( ) const
inline

Definition at line 130 of file qv4managed_p.h.

References d.

Referenced by className().

+ Here is the caller graph for this function:

Friends And Related Symbol Documentation

◆ Identifiers

friend struct Identifiers
friend

Definition at line 166 of file qv4managed_p.h.

◆ MemoryManager

friend class MemoryManager
friend

Definition at line 165 of file qv4managed_p.h.

◆ ObjectIterator

friend struct ObjectIterator
friend

Definition at line 167 of file qv4managed_p.h.


The documentation for this struct was generated from the following files: