![]() |
Qt 6.x
The Qt SDK
|
#include <qv4symbol_p.h>
Inheritance diagram for QV4::Heap::Symbol:
Collaboration diagram for QV4::Heap::Symbol:Public Member Functions | |
| void | init (const QString &s) |
Public Member Functions inherited from QV4::Heap::StringOrSymbol | |
| void | init () |
| void | init (QStringPrivate text) |
| void | destroy () |
| QStringPrivate & | text () const |
| QString | toQString () const |
| void | createHashValue () const |
| unsigned | hashValue () const |
Public Member Functions inherited from QV4::Heap::Base | |
| void * | operator new (size_t)=delete |
| ReturnedValue | asReturnedValue () const |
| void | mark (QV4::MarkStack *markStack) |
| bool | isMarked () const |
| void | setMarkBit () |
| bool | inUse () const |
| void * | operator new (size_t, Managed *m) |
| void * | operator new (size_t, Base *m) |
| void | operator delete (void *, Base *) |
| void | init () |
| void | destroy () |
| Q_ALWAYS_INLINE void | _checkIsInitialized () |
| Q_ALWAYS_INLINE void | _checkIsDestroyed () |
| Q_ALWAYS_INLINE void | _setInitialized () |
| Q_ALWAYS_INLINE void | _setDestroyed () |
Additional Inherited Members | ||
Public Types inherited from QV4::Heap::StringOrSymbol | ||
| enum | StringType { StringType_Symbol , StringType_Regular , StringType_ArrayIndex , StringType_Unknown , StringType_AddedString , StringType_SubString , StringType_Complex = StringType_AddedString } | |
Static Public Member Functions inherited from QV4::Heap::StringOrSymbol | ||
| static void | markObjects (Heap::Base *that, MarkStack *markStack) | |
Static Public Member Functions inherited from QV4::Heap::Base | ||
| static void | markObjects (Base *, MarkStack *) | |
Public Attributes inherited from QV4::Heap::StringOrSymbol | ||
| struct { | ||
| unsigned char data [sizeof(QStringPrivate)] | ||
| } | textStorage | |
| PropertyKey | identifier | |
| uint | subtype | |
| uint | stringHash | |
Public Attributes inherited from QV4::Heap::Base | ||
| Pointer< InternalClass *, 0 > | internalClass | |
Definition at line 31 of file qv4symbol_p.h.
Definition at line 14 of file qv4symbol.cpp.
References desc, QV4::PropertyKey::fromStringOrSymbol(), QV4::Heap::StringOrSymbol::identifier, QV4::Heap::StringOrSymbol::init(), and Q_ASSERT.
Here is the call graph for this function: