Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
QV4::ScopedStackFrame Struct Reference

#include <qv4stackframe_p.h>

+ Collaboration diagram for QV4::ScopedStackFrame:

Public Member Functions

 ScopedStackFrame (const Scope &scope, ExecutionContext *context)
 
 ~ScopedStackFrame ()
 

Detailed Description

Definition at line 291 of file qv4stackframe_p.h.

Constructor & Destructor Documentation

◆ ScopedStackFrame()

QV4::ScopedStackFrame::ScopedStackFrame ( const Scope scope,
ExecutionContext context 
)
inline

Definition at line 293 of file qv4stackframe_p.h.

References context, QV4::EngineBase::currentStackFrame, QV4::MetaTypesStackFrame::init(), QV4::CppStackFrame::instructionPointer, and QV4::MetaTypesStackFrame::push().

+ Here is the call graph for this function:

◆ ~ScopedStackFrame()

QV4::ScopedStackFrame::~ScopedStackFrame ( )
inline

Definition at line 305 of file qv4stackframe_p.h.

References QV4::MetaTypesStackFrame::pop().

+ Here is the call graph for this function:

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