ReactOS 0.4.16-dev-401-g45b008d
|
#include <jscript.h>
Public Attributes | |
jsclass_t | class |
builtin_prop_t | value_prop |
DWORD | props_cnt |
const builtin_prop_t * | props |
void(* | destructor )(jsdisp_t *) |
void(* | on_put )(jsdisp_t *, const WCHAR *) |
unsigned(* | idx_length )(jsdisp_t *) |
HRESULT(* | idx_get )(jsdisp_t *, unsigned, jsval_t *) |
HRESULT(* | idx_put )(jsdisp_t *, unsigned, jsval_t) |
jsclass_t builtin_info_t::class |
Definition at line 219 of file jscript.h.
Referenced by exec_source(), is_class(), and Object_toString().
Definition at line 226 of file jscript.h.
Referenced by prop_get().
const builtin_prop_t* builtin_info_t::props |
builtin_prop_t builtin_info_t::value_prop |
Definition at line 220 of file jscript.h.
Referenced by init_dispex(), and jsdisp_call_value().