ReactOS 0.4.15-dev-7961-gdcf9eb0
_function_t Struct Reference

#include <vbscript.h>

Collaboration diagram for _function_t:

Public Attributes

function_type_t type
 
const WCHARname
 
BOOL is_public
 
arg_desc_targs
 
unsigned arg_cnt
 
var_desc_tvars
 
unsigned var_cnt
 
array_desc_tarray_descs
 
unsigned array_cnt
 
unsigned code_off
 
vbscode_tcode_ctx
 
function_tnext
 

Detailed Description

Definition at line 321 of file vbscript.h.

Member Data Documentation

◆ arg_cnt

unsigned _function_t::arg_cnt

Definition at line 326 of file vbscript.h.

◆ args

arg_desc_t* _function_t::args

Definition at line 325 of file vbscript.h.

◆ array_cnt

unsigned _function_t::array_cnt

Definition at line 330 of file vbscript.h.

◆ array_descs

array_desc_t* _function_t::array_descs

Definition at line 329 of file vbscript.h.

◆ code_ctx

vbscode_t* _function_t::code_ctx

Definition at line 332 of file vbscript.h.

◆ code_off

unsigned _function_t::code_off

Definition at line 331 of file vbscript.h.

◆ is_public

BOOL _function_t::is_public

Definition at line 324 of file vbscript.h.

◆ name

const WCHAR* _function_t::name

Definition at line 323 of file vbscript.h.

Referenced by lookup_funcs_name().

◆ next

function_t* _function_t::next

Definition at line 333 of file vbscript.h.

Referenced by compile_script(), and lookup_funcs_name().

◆ type

function_type_t _function_t::type

Definition at line 322 of file vbscript.h.

◆ var_cnt

unsigned _function_t::var_cnt

Definition at line 328 of file vbscript.h.

◆ vars

var_desc_t* _function_t::vars

Definition at line 327 of file vbscript.h.


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