|
ReactOS 0.4.16-dev-1946-g52006dd
|

Public Attributes | |
| jsdisp_t | jsdisp |
| InterpretedFunction * | function |
| jsval_t * | buf |
| call_frame_t * | frame |
| unsigned | argc |
Definition at line 64 of file function.c.
| unsigned ArgumentsInstance::argc |
Definition at line 69 of file function.c.
Referenced by Arguments_destructor(), Arguments_idx_length(), and detach_arguments_object().
| jsval_t* ArgumentsInstance::buf |
Definition at line 67 of file function.c.
Referenced by Arguments_destructor(), detach_arguments_object(), and get_argument_ref().
| call_frame_t* ArgumentsInstance::frame |
Definition at line 68 of file function.c.
Referenced by Arguments_idx_get(), Arguments_idx_put(), detach_arguments_object(), and get_argument_ref().
| InterpretedFunction* ArgumentsInstance::function |
Definition at line 66 of file function.c.
Referenced by Arguments_destructor(), Arguments_idx_get(), and Arguments_idx_put().
| jsdisp_t ArgumentsInstance::jsdisp |
Definition at line 65 of file function.c.
Referenced by detach_arguments_object(), and get_argument_ref().