![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <QtQml/qtqmlglobal.h>#include <QtQml/qjsnumbercoercion.h>#include <QtCore/qstring.h>#include <QtCore/qnumeric.h>#include <QtCore/qvariant.h>#include <variant>#include <cmath>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) |