#include <private/qqmlengine_p.h>
#include <private/qqmllistwrapper_p.h>
#include <private/qqmlvaluetype_p.h>
#include <private/qqmlvaluetypewrapper_p.h>
#include <private/qv4alloca_p.h>
#include <private/qv4context_p.h>
#include <private/qv4dateobject_p.h>
#include <private/qv4function_p.h>
#include <private/qv4functionobject_p.h>
#include <private/qv4object_p.h>
#include <private/qv4qobjectwrapper_p.h>
#include <private/qv4regexpobject_p.h>
#include <private/qv4scopedvalue_p.h>
#include <private/qv4stackframe_p.h>
#include <private/qv4urlobject_p.h>
#include <private/qv4variantobject_p.h>
Go to the source code of this file.
|
namespace | QV4 |
| \qmltype Particle \inqmlmodule QtQuick.Particles
|
|
|
template<typename Args > |
CallData * | QV4::callDatafromJS (const Scope &scope, const Args *args, const FunctionObject *f=nullptr) |
|
void | QV4::populateJSCallArguments (ExecutionEngine *v4, JSCallArguments &jsCall, int argc, void **args, const QMetaType *types) |
|
template<typename Callable > |
ReturnedValue | QV4::convertAndCall (ExecutionEngine *engine, const QQmlPrivate::AOTCompiledFunction *aotFunction, const Value *thisObject, const Value *argv, int argc, Callable call) |
|
template<typename Callable > |
bool | QV4::convertAndCall (ExecutionEngine *engine, QObject *thisObject, void **a, const QMetaType *types, int argc, Callable call) |
|
ReturnedValue | QV4::coerce (ExecutionEngine *engine, const Value &value, const QQmlType &qmlType, bool isList) |
|
QObject * | QV4::coerceQObject (const Value &value, const QQmlType &qmlType) |
|
Q_QML_PRIVATE_EXPORT void | QV4::warnAboutCoercionToVoid (ExecutionEngine *engine, const Value &value, CoercionProblem problem) |
|
ReturnedValue | QV4::coerceListType (ExecutionEngine *engine, const Value &value, const QQmlType &qmlType) |
|
template<typename Callable > |
ReturnedValue | QV4::coerceAndCall (ExecutionEngine *engine, const Function::JSTypedFunction *typedFunction, const CompiledData::Function *compiledFunction, const Value *thisObject, const Value *argv, int argc, Callable call) |
|