|
ReactOS 0.4.17-dev-357-ga8f14ff
|

Go to the source code of this file.
Variables | |
| static const builtin_prop_t | Object_props [] |
| static const builtin_info_t | Object_info |
| static const builtin_info_t | ObjectInst_info |
| static const builtin_prop_t | ObjectConstr_props [] |
| static const builtin_info_t | ObjectConstr_info |
| HRESULT create_object | ( | script_ctx_t * | ctx, |
| jsdisp_t * | constr, | ||
| jsdisp_t ** | ret | ||
| ) |
Definition at line 1131 of file object.c.
Referenced by create_activex_constr(), d3drm3_CreateObject(), interp_new_obj(), InterpretedFunction_call(), InterpretedFunction_get_prototype(), JSON_parse(), JSON_stringify(), Object_getOwnPropertyDescriptor(), ObjectConstr_value(), and parse_json_value().
| HRESULT create_object_constr | ( | script_ctx_t * | ctx, |
| jsdisp_t * | object_prototype, | ||
| jsdisp_t ** | ret | ||
| ) |
Definition at line 1120 of file object.c.
Referenced by init_constructors().
| HRESULT create_object_prototype | ( | script_ctx_t * | ctx, |
| jsdisp_t ** | ret | ||
| ) |
Definition at line 1126 of file object.c.
Referenced by init_global().
|
static |
Definition at line 619 of file object.c.
Referenced by Object_create(), and Object_defineProperties().
|
static |
Definition at line 801 of file object.c.
|
static |
Definition at line 307 of file object.c.
|
static |
|
static |
Definition at line 670 of file object.c.
|
static |
Definition at line 350 of file object.c.
|
static |
| HRESULT Object_get_proto_ | ( | script_ctx_t * | ctx, |
| jsval_t | vthis, | ||
| WORD | flags, | ||
| unsigned | argc, | ||
| jsval_t * | argv, | ||
| jsval_t * | r | ||
| ) |
Definition at line 393 of file object.c.
Referenced by init_object_prototype_accessors().
|
static |
Definition at line 738 of file object.c.
|
static |
Definition at line 909 of file object.c.
|
static |
|
static |
Definition at line 156 of file object.c.
|
static |
|
static |
|
static |
|
static |
|
static |
Definition at line 858 of file object.c.
Referenced by Object_getOwnPropertyNames(), and Object_keys().
|
static |
|
static |
|
static |
Definition at line 230 of file object.c.
|
static |
| HRESULT Object_set_proto_ | ( | script_ctx_t * | ctx, |
| jsval_t | vthis, | ||
| WORD | flags, | ||
| unsigned | argc, | ||
| jsval_t * | argv, | ||
| jsval_t * | r | ||
| ) |
Definition at line 422 of file object.c.
Referenced by init_object_prototype_accessors().
|
static |
Definition at line 107 of file object.c.
|
static |
|
static |
|
static |
Definition at line 1073 of file object.c.
Referenced by create_object_constr().
|
static |
Definition at line 479 of file object.c.
Referenced by jsdisp_define_properties(), Object_defineProperty(), Object_getOwnPropertyDescriptor(), and to_property_descriptor().
|
static |
Definition at line 489 of file object.c.
Referenced by jsdisp_define_properties(), and Object_defineProperty().
| WINE_DEFAULT_DEBUG_CHANNEL | ( | jscript | ) |
|
static |
Definition at line 469 of file object.c.
Referenced by create_object_prototype().
|
static |
|
static |
Definition at line 1066 of file object.c.
Referenced by create_object_constr().
|
static |
|
static |
Definition at line 475 of file object.c.
Referenced by create_object(), and Object_create().