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
QQmlV4Function Class Reference

#include <qv4engine_p.h>

+ Collaboration diagram for QQmlV4Function:

Public Member Functions

int length () const
 
QV4::ReturnedValue operator[] (int idx) const
 
void setReturnValue (QV4::ReturnedValue rv)
 
QV4::ExecutionEnginev4engine () const
 

Friends

struct QV4::QObjectMethod
 

Detailed Description

Definition at line 84 of file qv4engine_p.h.

Member Function Documentation

◆ length()

int QQmlV4Function::length ( ) const
inline

Definition at line 87 of file qv4engine_p.h.

References QV4::CallData::argc().

+ Here is the call graph for this function:

◆ operator[]()

QV4::ReturnedValue QQmlV4Function::operator[] ( int idx) const
inline

Definition at line 88 of file qv4engine_p.h.

References QV4::CallData::args, QV4::StaticValue::asReturnedValue(), and QV4::Encode::undefined().

+ Here is the call graph for this function:

◆ setReturnValue()

void QQmlV4Function::setReturnValue ( QV4::ReturnedValue rv)
inline

Definition at line 89 of file qv4engine_p.h.

◆ v4engine()

QV4::ExecutionEngine * QQmlV4Function::v4engine ( ) const
inline

Definition at line 90 of file qv4engine_p.h.

Friends And Related Symbol Documentation

◆ QV4::QObjectMethod

friend struct QV4::QObjectMethod
friend

Definition at line 92 of file qv4engine_p.h.


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