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
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 57 of file qv4jscall_p.h.

Constructor & Destructor Documentation

◆ JSCallArguments()

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

Definition at line 59 of file qv4jscall_p.h.

References argc, args, and thisObject.

Referenced by QV4::convertAndCall().

+ Here is the caller graph for this function:

Member Function Documentation

◆ callData()

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

Definition at line 64 of file qv4jscall_p.h.

Member Data Documentation

◆ argc

const int QV4::JSCallArguments::argc

Definition at line 71 of file qv4jscall_p.h.

Referenced by JSCallArguments(), and QV4::coerceAndCall().

◆ args

◆ thisObject

Value* QV4::JSCallArguments::thisObject

Definition at line 69 of file qv4jscall_p.h.

Referenced by JSCallArguments().


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