Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
QV4::JSCallArguments Struct Reference

#include <qv4jscall_p.h>

+ Collaboration diagram for QV4::JSCallArguments:

Public Member Functions

 JSCallArguments (const Scope &scope, int argc=0)
 
CallDatacallData (const Scope &scope, const FunctionObject *f=nullptr) const
 

Public Attributes

ValuethisObject
 
Valueargs
 
const int argc
 

Detailed Description

Definition at line 60 of file qv4jscall_p.h.

Constructor & Destructor Documentation

◆ JSCallArguments()

QV4::JSCallArguments::JSCallArguments ( const Scope scope,
int  argc = 0 
)
inline

Definition at line 62 of file qv4jscall_p.h.

Member Function Documentation

◆ callData()

CallData * QV4::JSCallArguments::callData ( const Scope scope,
const FunctionObject f = nullptr 
) const
inline

Definition at line 67 of file qv4jscall_p.h.

References QV4::callDatafromJS().

Referenced by QQmlJavaScriptExpression::evaluate().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

Member Data Documentation

◆ argc

const int QV4::JSCallArguments::argc

Definition at line 74 of file qv4jscall_p.h.

Referenced by QV4::coerceAndCall().

◆ args

◆ thisObject


The documentation for this struct was generated from the following file: