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
ObjectInCreationGCAnchorList Class Reference

#include <qqmlobjectcreator_p.h>

+ Collaboration diagram for ObjectInCreationGCAnchorList:

Public Member Functions

 ObjectInCreationGCAnchorList ()=default
 
 ObjectInCreationGCAnchorList (const QV4::Scope &scope, int totalObjectCount)
 
void trackObject (QV4::ExecutionEngine *engine, QObject *instance)
 
bool canTrack () const
 

Detailed Description

Definition at line 87 of file qqmlobjectcreator_p.h.

Constructor & Destructor Documentation

◆ ObjectInCreationGCAnchorList() [1/2]

ObjectInCreationGCAnchorList::ObjectInCreationGCAnchorList ( )
default

◆ ObjectInCreationGCAnchorList() [2/2]

ObjectInCreationGCAnchorList::ObjectInCreationGCAnchorList ( const QV4::Scope & scope,
int totalObjectCount )
inline

Definition at line 91 of file qqmlobjectcreator_p.h.

References QV4::Scope::alloc().

+ Here is the call graph for this function:

Member Function Documentation

◆ canTrack()

bool ObjectInCreationGCAnchorList::canTrack ( ) const
inline

Definition at line 96 of file qqmlobjectcreator_p.h.

◆ trackObject()

void ObjectInCreationGCAnchorList::trackObject ( QV4::ExecutionEngine * engine,
QObject * instance )

Definition at line 1856 of file qqmlobjectcreator.cpp.

References engine, QV4::Value::heapObject(), QV4::WriteBarrier::markCustom(), and QV4::QObjectWrapper::wrap().

+ Here is the call graph for this function:

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