Qt 6.x
The Qt SDK
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)
 

Public Attributes

ExecutionEngineengine = nullptr
 
ValuestackMark = nullptr
 

Detailed Description

Definition at line 2210 of file qv4runtime.cpp.

Constructor & Destructor Documentation

◆ ~LazyScope()

QV4::LazyScope::~LazyScope ( )
inline

Definition at line 2214 of file qv4runtime.cpp.

References engine.

Member Function Documentation

◆ set()

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

Definition at line 2219 of file qv4runtime.cpp.

References e, and engine.

Referenced by QV4::Runtime::CompareEqual::call().

+ Here is the caller graph for this function:

Member Data Documentation

◆ engine

ExecutionEngine* QV4::LazyScope::engine = nullptr

Definition at line 2212 of file qv4runtime.cpp.

◆ stackMark

Value* QV4::LazyScope::stackMark = nullptr

Definition at line 2213 of file qv4runtime.cpp.


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