ReactOS 0.4.15-dev-7924-g5949c20
BindFunction Struct Reference
Collaboration diagram for BindFunction:

Public Attributes

FunctionInstance function
 
FunctionInstancetarget
 
IDispatchthis
 
unsigned argc
 
jsval_t args [1]
 

Detailed Description

Definition at line 56 of file function.c.

Member Data Documentation

◆ argc

unsigned BindFunction::argc

Definition at line 60 of file function.c.

Referenced by BindFunction_call(), BindFunction_destructor(), and create_bind_function().

◆ args

jsval_t BindFunction::args[1]

Definition at line 61 of file function.c.

Referenced by BindFunction_call(), BindFunction_destructor(), and create_bind_function().

◆ function

FunctionInstance BindFunction::function

Definition at line 57 of file function.c.

Referenced by create_bind_function().

◆ target

FunctionInstance* BindFunction::target

Definition at line 58 of file function.c.

Referenced by BindFunction_call(), BindFunction_destructor(), and create_bind_function().

◆ this

IDispatch* BindFunction::this

Definition at line 59 of file function.c.

Referenced by BindFunction_call(), BindFunction_destructor(), and create_bind_function().


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