|
ReactOS 0.4.17-dev-804-g023d8af
|

Go to the source code of this file.
Classes | |
| struct | BoolInstance |
Functions | |
| WINE_DEFAULT_DEBUG_CHANNEL (jscript) | |
| static BoolInstance * | bool_from_jsdisp (jsdisp_t *jsdisp) |
| static HRESULT | boolval_this (jsval_t vthis, BOOL *ret) |
| BOOL | bool_obj_value (jsdisp_t *obj) |
| static HRESULT | Bool_toString (script_ctx_t *ctx, jsval_t vthis, WORD flags, unsigned argc, jsval_t *argv, jsval_t *r) |
| static HRESULT | Bool_valueOf (script_ctx_t *ctx, jsval_t vthis, WORD flags, unsigned argc, jsval_t *argv, jsval_t *r) |
| static HRESULT | Bool_value (script_ctx_t *ctx, jsval_t vthis, WORD flags, unsigned argc, jsval_t *argv, jsval_t *r) |
| static HRESULT | BoolConstr_value (script_ctx_t *ctx, jsval_t vthis, WORD flags, unsigned argc, jsval_t *argv, jsval_t *r) |
| static HRESULT | alloc_bool (script_ctx_t *ctx, jsdisp_t *object_prototype, BoolInstance **ret) |
| HRESULT | create_bool_constr (script_ctx_t *ctx, jsdisp_t *object_prototype, jsdisp_t **ret) |
| HRESULT | create_bool (script_ctx_t *ctx, BOOL bval, jsdisp_t **ret) |
Variables | |
| static const builtin_prop_t | Bool_props [] |
| static const builtin_info_t | Bool_info |
| static const builtin_info_t | BoolInst_info |
|
static |
Definition at line 173 of file bool.c.
Referenced by create_bool(), and create_bool_constr().
|
inlinestatic |
Definition at line 51 of file bool.c.
Referenced by maybe_to_primitive().
|
static |
|
static |
|
static |
|
static |
Definition at line 133 of file bool.c.
Referenced by create_bool_constr().
Definition at line 39 of file bool.c.
Referenced by Bool_toString(), and Bool_valueOf().
| HRESULT create_bool | ( | script_ctx_t * | ctx, |
| BOOL | bval, | ||
| jsdisp_t ** | ret | ||
| ) |
Definition at line 212 of file bool.c.
Referenced by BoolConstr_value(), and to_object().
| HRESULT create_bool_constr | ( | script_ctx_t * | ctx, |
| jsdisp_t * | object_prototype, | ||
| jsdisp_t ** | ret | ||
| ) |
Definition at line 196 of file bool.c.
Referenced by init_constructors().
| WINE_DEFAULT_DEBUG_CHANNEL | ( | jscript | ) |
|
static |
Definition at line 121 of file bool.c.
Referenced by alloc_bool().
|
static |
|
static |
Definition at line 128 of file bool.c.
Referenced by alloc_bool().