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::LazyScope Struct Reference
Collaboration diagram for QV4::LazyScope:

Public Member Functions

 ~LazyScope ()
template<typename T>
void set (Value **scopedValue, T value, ExecutionEngine *e)
 ~LazyScope ()
template<typename T>
void set (Value **scopedValue, T value, ExecutionEngine *e)

Public Attributes

ExecutionEngineengine = nullptr
ValuestackMark = nullptr

Detailed Description

Definition at line 2293 of file qv4runtime.cpp.

Constructor & Destructor Documentation

◆ ~LazyScope() [1/2]

QV4::LazyScope::~LazyScope ( )
inline

Definition at line 2297 of file qv4runtime.cpp.

References engine, and stackMark.

◆ ~LazyScope() [2/2]

QV4::LazyScope::~LazyScope ( )
inline

Definition at line 2297 of file qv4runtime.cpp.

Member Function Documentation

◆ set() [1/2]

template<typename T>
void QV4::LazyScope::set ( Value ** scopedValue,
T value,
ExecutionEngine * e )
inline

Definition at line 2302 of file qv4runtime.cpp.

References engine, and stackMark.

◆ set() [2/2]

template<typename T>
void QV4::LazyScope::set ( Value ** scopedValue,
T value,
ExecutionEngine * e )
inline

Definition at line 2302 of file qv4runtime.cpp.

Member Data Documentation

◆ engine

ExecutionEngine * QV4::LazyScope::engine = nullptr

Definition at line 2295 of file qv4runtime.cpp.

Referenced by ~LazyScope(), and set().

◆ stackMark

Value * QV4::LazyScope::stackMark = nullptr

Definition at line 2296 of file qv4runtime.cpp.

Referenced by ~LazyScope(), and set().


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