ReactOS Fundraising Campaign 2012
 
€ 4,410 / € 30,000

Information | Donate

Home | Info | Community | Development | myReactOS | Contact Us

  1. Home
  2. Community
  3. Development
  4. myReactOS
  5. Fundraiser 2012

  1. Main Page
  2. Alphabetical List
  3. Data Structures
  4. Directories
  5. File List
  6. Data Fields
  7. Globals
  8. Related Pages

ReactOS Development > Doxygen

number.c File Reference
#include "config.h"
#include "wine/port.h"
#include <math.h>
#include "jscript.h"
#include "wine/debug.h"

Go to the source code of this file.

Data Structures

struct  NumberInstance

Defines

#define NUMBER_TOSTRING_BUF_SIZE   64

Functions

 WINE_DEFAULT_DEBUG_CHANNEL (jscript)
static NumberInstancenumber_from_vdisp (vdisp_t *vdisp)
static NumberInstancenumber_this (vdisp_t *jsthis)
static HRESULT Number_toString (script_ctx_t *ctx, vdisp_t *jsthis, WORD flags, DISPPARAMS *dp, VARIANT *retv, jsexcept_t *ei, IServiceProvider *sp)
static HRESULT Number_toLocaleString (script_ctx_t *ctx, vdisp_t *jsthis, WORD flags, DISPPARAMS *dp, VARIANT *retv, jsexcept_t *ei, IServiceProvider *sp)
static HRESULT Number_toFixed (script_ctx_t *ctx, vdisp_t *jsthis, WORD flags, DISPPARAMS *dp, VARIANT *retv, jsexcept_t *ei, IServiceProvider *sp)
static HRESULT Number_toExponential (script_ctx_t *ctx, vdisp_t *jsthis, WORD flags, DISPPARAMS *dp, VARIANT *retv, jsexcept_t *ei, IServiceProvider *sp)
static HRESULT Number_toPrecision (script_ctx_t *ctx, vdisp_t *jsthis, WORD flags, DISPPARAMS *dp, VARIANT *retv, jsexcept_t *ei, IServiceProvider *sp)
static HRESULT Number_valueOf (script_ctx_t *ctx, vdisp_t *jsthis, WORD flags, DISPPARAMS *dp, VARIANT *retv, jsexcept_t *ei, IServiceProvider *sp)
static HRESULT Number_value (script_ctx_t *ctx, vdisp_t *jsthis, WORD flags, DISPPARAMS *dp, VARIANT *retv, jsexcept_t *ei, IServiceProvider *sp)
static HRESULT NumberConstr_value (script_ctx_t *ctx, vdisp_t *jsthis, WORD flags, DISPPARAMS *dp, VARIANT *retv, jsexcept_t *ei, IServiceProvider *sp)
static HRESULT alloc_number (script_ctx_t *ctx, DispatchEx *object_prototype, NumberInstance **ret)
HRESULT create_number_constr (script_ctx_t *ctx, DispatchEx *object_prototype, DispatchEx **ret)
HRESULT create_number (script_ctx_t *ctx, VARIANT *num, DispatchEx **ret)

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

Generated on Sun May 27 2012 05:10:58 for ReactOS by doxygen 1.7.6.1

ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.