![]() |
Qt 6.x
The Qt SDK
|
#include <qv4jscall_p.h>
Public Member Functions | |
JSCallData (const Value *thisObject, const Value *argv, int argc) | |
Q_IMPLICIT | JSCallData (const JSCallArguments &args) |
CallData * | callData (const Scope &scope, const FunctionObject *f=nullptr) const |
Public Attributes | |
const Value * | thisObject |
const Value * | args |
const int | argc |
Definition at line 77 of file qv4jscall_p.h.
Definition at line 79 of file qv4jscall_p.h.
|
inline |
Definition at line 84 of file qv4jscall_p.h.
|
inline |
Definition at line 89 of file qv4jscall_p.h.
References QV4::callDatafromJS().
Referenced by QV4::QObjectMethod::callInternal(), QQmlBinding::evaluate(), and QQmlPropertyBindingJSForBoundFunction::evaluate().
const int QV4::JSCallData::argc |
Definition at line 96 of file qv4jscall_p.h.
const Value* QV4::JSCallData::args |
Definition at line 95 of file qv4jscall_p.h.
const Value* QV4::JSCallData::thisObject |
Definition at line 94 of file qv4jscall_p.h.