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

Public Attributes

jsdisp_t jsdisp
 
InterpretedFunctionfunction
 
jsval_tbuf
 
call_frame_tframe
 
unsigned argc
 

Detailed Description

Definition at line 64 of file function.c.

Member Data Documentation

◆ argc

unsigned ArgumentsInstance::argc

Definition at line 69 of file function.c.

Referenced by Arguments_destructor(), Arguments_idx_length(), and detach_arguments_object().

◆ buf

jsval_t* ArgumentsInstance::buf

Definition at line 67 of file function.c.

Referenced by Arguments_destructor(), detach_arguments_object(), and get_argument_ref().

◆ frame

call_frame_t* ArgumentsInstance::frame

◆ function

InterpretedFunction* ArgumentsInstance::function

Definition at line 66 of file function.c.

Referenced by Arguments_destructor(), Arguments_idx_get(), and Arguments_idx_put().

◆ jsdisp

jsdisp_t ArgumentsInstance::jsdisp

Definition at line 65 of file function.c.

Referenced by detach_arguments_object(), and get_argument_ref().


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