ReactOS 0.4.16-dev-853-g88d9285
|
Public Attributes | |
FunctionInstance | function |
FunctionInstance * | target |
IDispatch * | this |
unsigned | argc |
jsval_t | args [1] |
Definition at line 56 of file function.c.
unsigned BindFunction::argc |
Definition at line 60 of file function.c.
Referenced by BindFunction_call(), BindFunction_destructor(), and create_bind_function().
jsval_t BindFunction::args[1] |
Definition at line 61 of file function.c.
Referenced by BindFunction_call(), BindFunction_destructor(), and create_bind_function().
FunctionInstance BindFunction::function |
Definition at line 57 of file function.c.
Referenced by create_bind_function().
FunctionInstance* BindFunction::target |
Definition at line 58 of file function.c.
Referenced by BindFunction_call(), BindFunction_destructor(), and create_bind_function().
IDispatch* BindFunction::this |
Definition at line 59 of file function.c.
Referenced by BindFunction_call(), BindFunction_destructor(), and create_bind_function().