![]() |
Qt 6.x
The Qt SDK
|
This is the complete list of members for QV4::RuntimeHelpers, including all inherited members.
addHelper(ExecutionEngine *engine, const Value &left, const Value &right) | QV4::RuntimeHelpers | static |
convertToObject(ExecutionEngine *engine, const Value &value) | QV4::RuntimeHelpers | static |
convertToString(ExecutionEngine *engine, Value value, TypeHint=STRING_HINT) | QV4::RuntimeHelpers | static |
equalHelper(const Value &x, const Value &y) | QV4::RuntimeHelpers | static |
numberToString(QString *result, double num, int radix=10) | QV4::RuntimeHelpers | static |
objectDefaultValue(const Object *object, int typeHint) | QV4::RuntimeHelpers | static |
ordinaryToPrimitive(ExecutionEngine *engine, const Object *object, String *typeHint) | QV4::RuntimeHelpers | static |
strictEqual(const Value &x, const Value &y) | QV4::RuntimeHelpers | static |
stringFromNumber(ExecutionEngine *engine, double number) | QV4::RuntimeHelpers | static |
stringToNumber(const QString &s) | QV4::RuntimeHelpers | static |
toNumber(const Value &value) | QV4::RuntimeHelpers | inlinestatic |
toPrimitive(const Value &value, TypeHint typeHint) | QV4::RuntimeHelpers | inlinestatic |