|
ReactOS 0.4.17-dev-357-ga8f14ff
|
#include <math.h>#include <locale.h>#include <assert.h>#include "jscript.h"#include "wine/debug.h"
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 builtin_prop_t | Number_props [] |
| static const builtin_info_t | Number_info |
| static const builtin_info_t | NumberInst_info |
|
static |
Definition at line 660 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 699 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 682 of file number.c.
Referenced by init_constructors().
| HRESULT localize_number | ( | script_ctx_t * | ctx, |
| DOUBLE | val, | ||
| BOOL | new_format, | ||
| jsstr_t ** | ret | ||
| ) |
Definition at line 350 of file number.c.
Referenced by Number_toLocaleString(), and to_locale_string().
|
inlinestatic |
Definition at line 161 of file number.c.
Referenced by Number_toExponential(), and Number_toPrecision().
Definition at line 97 of file number.c.
Referenced by Number_toFixed(), and Number_toPrecision().
Definition at line 60 of file number.c.
Referenced by number_to_exponential(), and number_to_fixed().
|
static |
Definition at line 485 of file number.c.
|
static |
|
static |
Definition at line 420 of file number.c.
|
static |
|
static |
Definition at line 233 of file number.c.
|
static |
Definition at line 609 of file number.c.
Referenced by create_number_constr().
Definition at line 48 of file number.c.
Referenced by Number_toExponential(), Number_toFixed(), Number_toLocaleString(), Number_toPrecision(), Number_toString(), and Number_valueOf().
| WINE_DEFAULT_DEBUG_CHANNEL | ( | jscript | ) |
|
static |
Definition at line 599 of file number.c.
Referenced by alloc_number().
|
static |
|
static |
Definition at line 605 of file number.c.
Referenced by alloc_number().