Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
QV4::ExecutionEngineCallDepthRecorder< Frames > Struct Template Reference

#include <qv4engine_p.h>

+ Collaboration diagram for QV4::ExecutionEngineCallDepthRecorder< Frames >:

Public Member Functions

 ExecutionEngineCallDepthRecorder (ExecutionEngine *e)
 
 ~ExecutionEngineCallDepthRecorder ()
 
bool hasOverflow () const
 

Public Attributes

ExecutionEngineee
 

Detailed Description

template<int Frames = 1>
struct QV4::ExecutionEngineCallDepthRecorder< Frames >

Definition at line 879 of file qv4engine_p.h.

Constructor & Destructor Documentation

◆ ExecutionEngineCallDepthRecorder()

template<int Frames = 1>
QV4::ExecutionEngineCallDepthRecorder< Frames >::ExecutionEngineCallDepthRecorder ( ExecutionEngine e)
inline

◆ ~ExecutionEngineCallDepthRecorder()

Member Function Documentation

◆ hasOverflow()

template<int Frames = 1>
bool QV4::ExecutionEngineCallDepthRecorder< Frames >::hasOverflow ( ) const
inline

Definition at line 895 of file qv4engine_p.h.

References QV4::ExecutionEngineCallDepthRecorder< Frames >::ee.

Referenced by QQmlIncubatorPrivate::incubate().

+ Here is the caller graph for this function:

Member Data Documentation

◆ ee


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