![]() |
Qt 6.x
The Qt SDK
|
#include "qv4numberobject_p.h"#include "qv4runtime_p.h"#include <QtCore/qnumeric.h>#include <QtCore/qmath.h>#include <QtCore/QDebug>#include <cassert>#include <limits>
Include dependency graph for qv4numberobject.cpp:Go to the source code of this file.
Classes | |
| struct | NumberLocaleHolder |
Functions | |
| DEFINE_OBJECT_VTABLE (NumberCtor) | |
| DEFINE_OBJECT_VTABLE (NumberObject) | |
| ReturnedValue | thisNumberValue (ExecutionEngine *v4, const Value *thisObject) |
| double | thisNumber (ExecutionEngine *engine, const Value *thisObject) |
| DEFINE_OBJECT_VTABLE | ( | NumberCtor | ) |
| DEFINE_OBJECT_VTABLE | ( | NumberObject | ) |
|
inline |
Definition at line 110 of file qv4numberobject.cpp.
References QV4::Value::as(), QV4::StaticValue::asDouble(), engine, and QV4::StaticValue::isNumber().
Referenced by QV4::NumberPrototype::method_toExponential(), QV4::NumberPrototype::method_toFixed(), and QV4::NumberPrototype::method_toString().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
Definition at line 98 of file qv4numberobject.cpp.
References QV4::Value::as(), QV4::StaticValue::asReturnedValue(), QV4::StaticValue::isNumber(), QV4::ExecutionEngine::throwTypeError(), and QV4::Encode::undefined().
Referenced by QV4::NumberPrototype::method_toLocaleString(), QV4::NumberPrototype::method_toPrecision(), and QV4::NumberPrototype::method_valueOf().
Here is the call graph for this function:
Here is the caller graph for this function: