ReactOS 0.4.15-dev-7788-g1ad9096
jsdisp_t Struct Reference

#include <jscript.h>

Collaboration diagram for jsdisp_t:

Public Attributes

IDispatchEx IDispatchEx_iface
 
LONG ref
 
DWORD buf_size
 
DWORD prop_cnt
 
dispex_prop_tprops
 
script_ctx_tctx
 
jsdisp_tprototype
 
const builtin_info_tbuiltin_info
 

Detailed Description

Definition at line 230 of file jscript.h.

Member Data Documentation

◆ buf_size

DWORD jsdisp_t::buf_size

Definition at line 235 of file jscript.h.

Referenced by init_dispex().

◆ builtin_info

const builtin_info_t* jsdisp_t::builtin_info

◆ ctx

◆ IDispatchEx_iface

IDispatchEx jsdisp_t::IDispatchEx_iface

Definition at line 231 of file jscript.h.

Referenced by bind_event_target(), init_dispex(), jsdisp_define_properties(), and to_disp().

◆ prop_cnt

DWORD jsdisp_t::prop_cnt

Definition at line 236 of file jscript.h.

Referenced by init_dispex().

◆ props

dispex_prop_t* jsdisp_t::props

Definition at line 237 of file jscript.h.

Referenced by init_dispex(), prop_get(), and prop_put().

◆ prototype

jsdisp_t* jsdisp_t::prototype

Definition at line 240 of file jscript.h.

Referenced by init_dispex(), interp_instanceof(), prop_get(), and prop_put().

◆ ref

LONG jsdisp_t::ref

Definition at line 233 of file jscript.h.

Referenced by detach_arguments_object(), init_dispex(), jsdisp_addref(), and jsdisp_release().


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