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

+ Here is the call graph for this function:

Member Data Documentation

◆ argc

const int QV4::JSCallArguments::argc

Definition at line 74 of file qv4jscall_p.h.

◆ args

Value* QV4::JSCallArguments::args

Definition at line 73 of file qv4jscall_p.h.

◆ thisObject

Value* QV4::JSCallArguments::thisObject

Definition at line 72 of file qv4jscall_p.h.


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