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::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 297 of file qv4stackframe_p.h.

Constructor & Destructor Documentation

◆ ScopedStackFrame()

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

Definition at line 299 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 311 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: