Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
QV4::Compiler::Codegen::Arguments Struct Reference

#include <qv4codegen_p.h>

+ Collaboration diagram for QV4::Compiler::Codegen::Arguments:

Public Attributes

int argc
 
int argv
 
bool hasSpread
 

Detailed Description

Definition at line 711 of file qv4codegen_p.h.

Member Data Documentation

◆ argc

int QV4::Compiler::Codegen::Arguments::argc

Definition at line 711 of file qv4codegen_p.h.

Referenced by QV4::Compiler::Codegen::handleCall().

◆ argv

int QV4::Compiler::Codegen::Arguments::argv

Definition at line 711 of file qv4codegen_p.h.

Referenced by QV4::Compiler::Codegen::handleCall().

◆ hasSpread

bool QV4::Compiler::Codegen::Arguments::hasSpread

Definition at line 711 of file qv4codegen_p.h.


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