Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qv4jscall_p.h File Reference

(8bf5aae19b77b618f3f7a55a59e87c8a319475a8)

#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
 

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 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)