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::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 2222 of file qv4runtime.cpp.

Constructor & Destructor Documentation

◆ ~LazyScope()

QV4::LazyScope::~LazyScope ( )
inline

Definition at line 2226 of file qv4runtime.cpp.

References engine.

Member Function Documentation

◆ set()

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

Definition at line 2231 of file qv4runtime.cpp.

References engine, and QV4::ExecutionEngine::jsAlloca().

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

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

Member Data Documentation

◆ engine

ExecutionEngine* QV4::LazyScope::engine = nullptr

Definition at line 2224 of file qv4runtime.cpp.

◆ stackMark

Value* QV4::LazyScope::stackMark = nullptr

Definition at line 2225 of file qv4runtime.cpp.


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