![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
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 | |
ExecutionEngine * | engine = nullptr |
Value * | stackMark = nullptr |
Definition at line 2293 of file qv4runtime.cpp.
|
inline |
Definition at line 2297 of file qv4runtime.cpp.
|
inline |
Definition at line 2297 of file qv4runtime.cpp.
|
inline |
Definition at line 2302 of file qv4runtime.cpp.
|
inline |
Definition at line 2302 of file qv4runtime.cpp.
ExecutionEngine * QV4::LazyScope::engine = nullptr |
Definition at line 2295 of file qv4runtime.cpp.
Referenced by ~LazyScope(), and set().
Value * QV4::LazyScope::stackMark = nullptr |
Definition at line 2296 of file qv4runtime.cpp.
Referenced by ~LazyScope(), and set().