![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qv4compileddata_p.h>
Public Member Functions | |
TypeReference (const Location &loc) | |
Public Attributes | |
Location | location |
bool | needsCreation: 1 |
bool | errorWhenNotFound: 1 |
Definition at line 1392 of file qv4compileddata_p.h.
|
inline |
Definition at line 1394 of file qv4compileddata_p.h.
References TypeReference(), errorWhenNotFound, and needsCreation.
Referenced by TypeReference().
bool QV4::CompiledData::TypeReference::errorWhenNotFound |
Definition at line 1401 of file qv4compileddata_p.h.
Referenced by TypeReference(), and QV4::CompiledData::TypeReferenceMap::collectFromObject().
Location QV4::CompiledData::TypeReference::location |
Definition at line 1399 of file qv4compileddata_p.h.
bool QV4::CompiledData::TypeReference::needsCreation |
Definition at line 1400 of file qv4compileddata_p.h.
Referenced by TypeReference(), and QV4::CompiledData::TypeReferenceMap::collectFromObject().