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
qv4stackframe_p.h File Reference

(986d5395bd8542c181298faf4916ac5d6f9c6ce1)

#include <private/qv4scopedvalue_p.h>
#include <private/qv4context_p.h>
#include <private/qv4enginebase_p.h>
#include <private/qv4calldata_p.h>
#include <private/qv4function_p.h>
#include <type_traits>
+ Include dependency graph for qv4stackframe_p.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  QV4::CppStackFrameBase
 
struct  QV4::CppStackFrame
 
struct  QV4::MetaTypesStackFrame
 
struct  QV4::JSTypesStackFrame
 
struct  QV4::ScopedStackFrame
 

Namespaces

namespace  QV4
 

Functions

 QV4::Q_STATIC_ASSERT (sizeof(CppStackFrame)==sizeof(JSTypesStackFrame))
 
 QV4::Q_STATIC_ASSERT (std::is_standard_layout_v< CppStackFrame >)
 
 QV4::Q_STATIC_ASSERT (std::is_standard_layout_v< JSTypesStackFrame >)
 
 QV4::Q_STATIC_ASSERT (std::is_standard_layout_v< MetaTypesStackFrame >)