ReactOS 0.4.16-dev-334-g4d9f67c
|
Go to the source code of this file.
Classes | |
struct | NumberInstance |
Macros | |
#define | NUMBER_TOSTRING_BUF_SIZE 64 |
#define | NUMBER_DTOA_SIZE 18 |
Variables | |
static const WCHAR | toStringW [] = {'t','o','S','t','r','i','n','g',0} |
static const WCHAR | toLocaleStringW [] = {'t','o','L','o','c','a','l','e','S','t','r','i','n','g',0} |
static const WCHAR | toFixedW [] = {'t','o','F','i','x','e','d',0} |
static const WCHAR | toExponentialW [] = {'t','o','E','x','p','o','n','e','n','t','i','a','l',0} |
static const WCHAR | toPrecisionW [] = {'t','o','P','r','e','c','i','s','i','o','n',0} |
static const WCHAR | valueOfW [] = {'v','a','l','u','e','O','f',0} |
static const builtin_prop_t | Number_props [] |
static const builtin_info_t | Number_info |
static const builtin_info_t | NumberInst_info |
|
static |
Definition at line 591 of file number.c.
Referenced by create_number(), and create_number_constr().
HRESULT create_number | ( | script_ctx_t * | ctx, |
double | value, | ||
jsdisp_t ** | ret | ||
) |
Definition at line 632 of file number.c.
Referenced by NumberConstr_value(), and to_object().
HRESULT create_number_constr | ( | script_ctx_t * | ctx, |
jsdisp_t * | object_prototype, | ||
jsdisp_t ** | ret | ||
) |
Definition at line 613 of file number.c.
Referenced by init_constructors().
|
inlinestatic |
Definition at line 44 of file number.c.
Referenced by number_from_vdisp(), and Number_get_value().
|
inlinestatic |
Definition at line 49 of file number.c.
Referenced by number_this().
|
static |
|
inlinestatic |
Definition at line 54 of file number.c.
Referenced by Number_toExponential(), Number_toFixed(), Number_toPrecision(), Number_toString(), and Number_valueOf().
Definition at line 160 of file number.c.
Referenced by Number_toExponential(), and Number_toPrecision().
Definition at line 96 of file number.c.
Referenced by Number_toFixed(), and Number_toPrecision().
Definition at line 59 of file number.c.
Referenced by number_to_exponential(), and number_to_fixed().
|
static |
Definition at line 400 of file number.c.
|
static |
|
static |
|
static |
|
static |
Definition at line 232 of file number.c.
|
static |
|
static |
Definition at line 541 of file number.c.
Referenced by create_number_constr().
WINE_DEFAULT_DEBUG_CHANNEL | ( | jscript | ) |
|
static |
Definition at line 524 of file number.c.
Referenced by alloc_number().
|
static |
|
static |
Definition at line 533 of file number.c.
Referenced by alloc_number().