Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
QQmlPrivate::AOTCompiledFunction Struct Reference

#include <qqmlprivate.h>

+ Collaboration diagram for QQmlPrivate::AOTCompiledFunction:

Public Attributes

qintptr extraData
 
QMetaType returnType
 
QList< QMetaTypeargumentTypes
 
void(* functionPtr )(const AOTCompiledContext *context, void *resultPtr, void **arguments)
 

Detailed Description

Definition at line 717 of file qqmlprivate.h.

Member Data Documentation

◆ argumentTypes

QList<QMetaType> QQmlPrivate::AOTCompiledFunction::argumentTypes

Definition at line 720 of file qqmlprivate.h.

Referenced by QV4::convertAndCall().

◆ extraData

qintptr QQmlPrivate::AOTCompiledFunction::extraData

Definition at line 718 of file qqmlprivate.h.

Referenced by QV4::ExecutableCompilationUnit::linkToEngine().

◆ functionPtr

void(* QQmlPrivate::AOTCompiledFunction::functionPtr) (const AOTCompiledContext *context, void *resultPtr, void **arguments)

Definition at line 721 of file qqmlprivate.h.

Referenced by QV4::ExecutableCompilationUnit::linkToEngine().

◆ returnType

QMetaType QQmlPrivate::AOTCompiledFunction::returnType

Definition at line 719 of file qqmlprivate.h.

Referenced by QV4::convertAndCall(), and QQmlBinding::doUpdate().


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