ReactOS 0.4.17-dev-357-ga8f14ff
jsdisp_t Struct Reference

#include <jscript.h>

Collaboration diagram for jsdisp_t:

Public Attributes

IWineJSDispatch IWineJSDispatch_iface
 
LONG ref
 
BOOLEAN has_weak_refs
 
BOOLEAN extensible
 
BOOLEAN gc_marked
 
BOOLEAN is_constructor
 
DWORD buf_size
 
DWORD prop_cnt
 
dispex_prop_tprops
 
script_ctx_tctx
 
jsdisp_tprototype
 
const builtin_info_tbuiltin_info
 
struct list entry
 

Detailed Description

Definition at line 201 of file jscript.h.

Member Data Documentation

◆ buf_size

DWORD jsdisp_t::buf_size

Definition at line 211 of file jscript.h.

Referenced by init_dispex().

◆ builtin_info

◆ ctx

◆ entry

struct list jsdisp_t::entry

Definition at line 219 of file jscript.h.

Referenced by init_dispex().

◆ extensible

BOOLEAN jsdisp_t::extensible

Definition at line 207 of file jscript.h.

Referenced by init_dispex(), and jsdisp_get_id().

◆ gc_marked

BOOLEAN jsdisp_t::gc_marked

Definition at line 208 of file jscript.h.

Referenced by gc_process_linked_val(), and gc_run().

◆ has_weak_refs

BOOLEAN jsdisp_t::has_weak_refs

Definition at line 206 of file jscript.h.

Referenced by gc_run().

◆ is_constructor

BOOLEAN jsdisp_t::is_constructor

Definition at line 209 of file jscript.h.

Referenced by init_dispex().

◆ IWineJSDispatch_iface

IWineJSDispatch jsdisp_t::IWineJSDispatch_iface

Definition at line 202 of file jscript.h.

Referenced by init_dispex(), init_host_constructor(), to_disp(), and to_dispex().

◆ prop_cnt

DWORD jsdisp_t::prop_cnt

Definition at line 212 of file jscript.h.

Referenced by fix_protref_prop(), gc_run(), init_dispex(), and unlink_jsdisp().

◆ props

dispex_prop_t* jsdisp_t::props

Definition at line 213 of file jscript.h.

Referenced by fix_protref_prop(), gc_run(), init_dispex(), prop_get(), prop_put(), and unlink_jsdisp().

◆ prototype

◆ ref

LONG jsdisp_t::ref

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