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::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 901 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

Member Data Documentation

◆ ee


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