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

(5c5a2c24847c636857153078e4716fcb242f394d)

#include "qv4global_p.h"
#include "qv4value_p.h"
#include "qv4runtimeapi_p.h"
#include <QtCore/qnumeric.h>
+ Include dependency graph for qv4runtime_p.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  QV4::RuntimeHelpers
 

Namespaces

namespace  QV4
 

Macros

#define TRACE0()
 
#define TRACE1(x)
 
#define TRACE2(x, y)
 

Enumerations

enum  QV4::TypeHint { QV4::PREFERREDTYPE_HINT , QV4::NUMBER_HINT , QV4::STRING_HINT }
 

Macro Definition Documentation

◆ TRACE0

#define TRACE0 ( )

Definition at line 50 of file qv4runtime_p.h.

◆ TRACE1

#define TRACE1 ( x)

Definition at line 51 of file qv4runtime_p.h.

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

◆ TRACE2