Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
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 899 of file qv4engine_p.h.

Constructor & Destructor Documentation

◆ ExecutionEngineCallDepthRecorder()

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

Definition at line 903 of file qv4engine_p.h.

◆ ~ExecutionEngineCallDepthRecorder()

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

Definition at line 909 of file qv4engine_p.h.

Member Function Documentation

◆ hasOverflow()

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

Definition at line 915 of file qv4engine_p.h.

Member Data Documentation

◆ ee

template<int Frames = 1>
ExecutionEngine* QV4::ExecutionEngineCallDepthRecorder< Frames >::ee

Definition at line 901 of file qv4engine_p.h.


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