ReactOS 0.4.15-dev-7788-g1ad9096
builtin_info_t Struct Reference

#include <jscript.h>

Collaboration diagram for builtin_info_t:

Public Attributes

jsclass_t class
 
builtin_prop_t value_prop
 
DWORD props_cnt
 
const builtin_prop_tprops
 
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)
 

Detailed Description

Definition at line 218 of file jscript.h.

Member Data Documentation

◆ class

jsclass_t builtin_info_t::class

Definition at line 219 of file jscript.h.

Referenced by exec_source(), is_class(), and Object_toString().

◆ destructor

void(* builtin_info_t::destructor) (jsdisp_t *)

Definition at line 223 of file jscript.h.

◆ idx_get

HRESULT(* builtin_info_t::idx_get) (jsdisp_t *, unsigned, jsval_t *)

Definition at line 226 of file jscript.h.

Referenced by prop_get().

◆ idx_length

unsigned(* builtin_info_t::idx_length) (jsdisp_t *)

Definition at line 225 of file jscript.h.

◆ idx_put

HRESULT(* builtin_info_t::idx_put) (jsdisp_t *, unsigned, jsval_t)

Definition at line 227 of file jscript.h.

◆ on_put

void(* builtin_info_t::on_put) (jsdisp_t *, const WCHAR *)

Definition at line 224 of file jscript.h.

◆ props

const builtin_prop_t* builtin_info_t::props

Definition at line 222 of file jscript.h.

◆ props_cnt

DWORD builtin_info_t::props_cnt

Definition at line 221 of file jscript.h.

◆ value_prop

builtin_prop_t builtin_info_t::value_prop

Definition at line 220 of file jscript.h.

Referenced by init_dispex(), and jsdisp_call_value().


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