Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qjsprimitivevalue.h File Reference

(b417a509f5636161e9fb6beed19f32f7a40dac7c)

#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)