Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qv4jscall_p.h File Reference

(22df353c14800d2e9b6d57a9a0cb9c6baa337999)

#include <private/qqmllistwrapper_p.h>
#include <private/qqmlvaluetypewrapper_p.h>
#include <private/qv4alloca_p.h>
#include <private/qv4dateobject_p.h>
#include <private/qv4function_p.h>
#include <private/qv4functionobject_p.h>
#include <private/qv4qobjectwrapper_p.h>
#include <private/qv4regexpobject_p.h>
#include <private/qv4scopedvalue_p.h>
#include <private/qv4sequenceobject_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

Enumerations

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

Functions

template<typename Args>
CallDataQV4::callDatafromJS (const Scope &scope, const Args *args, const FunctionObject *f)
void QV4::populateJSCallArguments (ExecutionEngine *v4, JSCallArguments &jsCall, int argc, void **args, const QMetaType *types)
template<typename Callable>
ReturnedValue QV4::convertAndCall (ExecutionEngine *engine, const Function::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_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 *argv, int argc, Callable call)
void QV4::coerce (ExecutionEngine *engine, QMetaType fromType, const void *from, QMetaType toType, void *to)
template<typename TypedFunction, typename Callable>
void QV4::coerceAndCall (ExecutionEngine *engine, const TypedFunction *typedFunction, void **argv, const QMetaType *types, int argc, Callable call)