Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
qv4jscall_p.h File Reference
#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>
+ Include dependency graph for qv4jscall_p.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  QV4::JSCallArguments
 
struct  QV4::JSCallData
 

Namespaces

namespace  QV4
 \qmltype Particle \inqmlmodule QtQuick.Particles
 

Enumerations

enum  QV4::CoercionProblem { QV4::InsufficientAnnotation , QV4::InvalidListType }
 

Functions

template<typename Args >
CallDataQV4::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)
 
QObjectQV4::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)