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

(768a410e5c453c5a54ce4be590da056bc69d4d2a)

#include <QtQml/qtqmlglobal.h>
#include <QtQml/qjsnumbercoercion.h>
#include <QtCore/qstring.h>
#include <QtCore/qnumeric.h>
#include <QtCore/qvariant.h>
#include <variant>
#include <cmath>
+ Include dependency graph for qjsprimitivevalue.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QJSPrimitiveUndefined
 An empty marker type to signify the JavaScript Undefined type and its single value. \inmodule QtQml. More...
 
class  QJSPrimitiveNull
 An empty marker type to signify the JavaScript null value. \inmodule QtQml. More...
 
class  QJSPrimitiveValue
 The QJSPrimitiveValue class operates on primitive types in JavaScript semantics. More...
 

Namespaces

namespace  QV4
 
namespace  QQmlPrivate
 

Functions

double QQmlPrivate::jsExponentiate (double base, double exponent)