ReactOS 0.4.16-dev-835-gd769f56
|
#include <math.h>
#include <limits.h>
#include "jscript.h"
#include "engine.h"
#include "wine/debug.h"
Go to the source code of this file.
Variables | |
static const WCHAR | NaNW [] = {'N','a','N',0} |
static const WCHAR | InfinityW [] = {'I','n','f','i','n','i','t','y',0} |
static const WCHAR | ArrayW [] = {'A','r','r','a','y',0} |
static const WCHAR | BooleanW [] = {'B','o','o','l','e','a','n',0} |
static const WCHAR | DateW [] = {'D','a','t','e',0} |
static const WCHAR | ErrorW [] = {'E','r','r','o','r',0} |
static const WCHAR | EvalErrorW [] = {'E','v','a','l','E','r','r','o','r',0} |
static const WCHAR | RangeErrorW [] = {'R','a','n','g','e','E','r','r','o','r',0} |
static const WCHAR | ReferenceErrorW [] = {'R','e','f','e','r','e','n','c','e','E','r','r','o','r',0} |
static const WCHAR | SyntaxErrorW [] = {'S','y','n','t','a','x','E','r','r','o','r',0} |
static const WCHAR | TypeErrorW [] = {'T','y','p','e','E','r','r','o','r',0} |
static const WCHAR | URIErrorW [] = {'U','R','I','E','r','r','o','r',0} |
static const WCHAR | FunctionW [] = {'F','u','n','c','t','i','o','n',0} |
static const WCHAR | NumberW [] = {'N','u','m','b','e','r',0} |
static const WCHAR | ObjectW [] = {'O','b','j','e','c','t',0} |
static const WCHAR | StringW [] = {'S','t','r','i','n','g',0} |
static const WCHAR | RegExpW [] = {'R','e','g','E','x','p',0} |
static const WCHAR | RegExpErrorW [] = {'R','e','g','E','x','p','E','r','r','o','r',0} |
static const WCHAR | ActiveXObjectW [] = {'A','c','t','i','v','e','X','O','b','j','e','c','t',0} |
static const WCHAR | VBArrayW [] = {'V','B','A','r','r','a','y',0} |
static const WCHAR | EnumeratorW [] = {'E','n','u','m','e','r','a','t','o','r',0} |
static const WCHAR | escapeW [] = {'e','s','c','a','p','e',0} |
static const WCHAR | evalW [] = {'e','v','a','l',0} |
static const WCHAR | isNaNW [] = {'i','s','N','a','N',0} |
static const WCHAR | isFiniteW [] = {'i','s','F','i','n','i','t','e',0} |
static const WCHAR | parseIntW [] = {'p','a','r','s','e','I','n','t',0} |
static const WCHAR | parseFloatW [] = {'p','a','r','s','e','F','l','o','a','t',0} |
static const WCHAR | unescapeW [] = {'u','n','e','s','c','a','p','e',0} |
static const WCHAR | _GetObjectW [] = {'G','e','t','O','b','j','e','c','t',0} |
static const WCHAR | ScriptEngineW [] = {'S','c','r','i','p','t','E','n','g','i','n','e',0} |
static const WCHAR | ScriptEngineMajorVersionW [] |
static const WCHAR | ScriptEngineMinorVersionW [] |
static const WCHAR | ScriptEngineBuildVersionW [] |
static const WCHAR | CollectGarbageW [] = {'C','o','l','l','e','c','t','G','a','r','b','a','g','e',0} |
static const WCHAR | MathW [] = {'M','a','t','h',0} |
static const WCHAR | JSONW [] = {'J','S','O','N',0} |
static const WCHAR | encodeURIW [] = {'e','n','c','o','d','e','U','R','I',0} |
static const WCHAR | decodeURIW [] = {'d','e','c','o','d','e','U','R','I',0} |
static const WCHAR | encodeURIComponentW [] = {'e','n','c','o','d','e','U','R','I','C','o','m','p','o','n','e','n','t',0} |
static const WCHAR | decodeURIComponentW [] = {'d','e','c','o','d','e','U','R','I','C','o','m','p','o','n','e','n','t',0} |
static const WCHAR | undefinedW [] = {'u','n','d','e','f','i','n','e','d',0} |
static int | uri_char_table [] |
static const builtin_prop_t | JSGlobal_props [] |
static const builtin_info_t | JSGlobal_info |
Definition at line 273 of file global.c.
Referenced by JSGlobal_parseInt().
Definition at line 466 of file global.c.
Referenced by JSGlobal_decodeURI(), JSGlobal_decodeURIComponent(), and JSGlobal_unescape().
|
static |
Definition at line 964 of file global.c.
Referenced by init_global().
HRESULT init_global | ( | script_ctx_t * | ctx | ) |
Definition at line 1105 of file global.c.
Referenced by set_ctx_site(), and VBScriptFactory_CreateInstance().
Definition at line 111 of file global.c.
Referenced by JSGlobal_encodeURI(), JSGlobal_encodeURIComponent(), and JSGlobal_escape().
Definition at line 99 of file global.c.
Referenced by JSGlobal_encodeURI(), and JSGlobal_encodeURIComponent().
|
static |
Definition at line 673 of file global.c.
|
static |
Definition at line 823 of file global.c.
|
static |
|
static |
Definition at line 759 of file global.c.
|
static |
HRESULT JSGlobal_eval | ( | script_ctx_t * | ctx, |
vdisp_t * | jsthis, | ||
WORD | flags, | ||
unsigned | argc, | ||
jsval_t * | argv, | ||
jsval_t * | r | ||
) |
Definition at line 183 of file global.c.
Referenced by invoke_prop_func().
|
static |
Definition at line 250 of file global.c.
|
static |
|
static |
Definition at line 367 of file global.c.
|
static |
Definition at line 284 of file global.c.
|
static |
|
static |
|
static |
|
static |
|
static |
WINE_DEFAULT_DEBUG_CHANNEL | ( | jscript | ) |
Definition at line 52 of file global.c.
Referenced by create_activex_constr(), and init_global().
Definition at line 36 of file global.c.
Referenced by create_array_constr(), and init_constructors().
Definition at line 37 of file global.c.
Referenced by create_bool_constr(), Global_TypeName(), and init_constructors().
Definition at line 38 of file global.c.
Referenced by create_date_constr(), Global_TypeName(), and init_constructors().
Definition at line 54 of file global.c.
Referenced by create_enumerator_constr(), and init_constructors().
Definition at line 39 of file global.c.
Referenced by init_constructors(), and init_error_constr().
Definition at line 40 of file global.c.
Referenced by init_constructors(), and init_error_constr().
Definition at line 46 of file global.c.
Referenced by init_constructors(), and init_function_constr().
Definition at line 35 of file global.c.
Referenced by double_to_string(), and init_global().
|
static |
|
static |
Definition at line 72 of file global.c.
Referenced by init_global().
Definition at line 71 of file global.c.
Referenced by init_global().
Definition at line 34 of file global.c.
Referenced by init_global(), and init_strings().
Definition at line 47 of file global.c.
Referenced by create_number_constr(), and init_constructors().
Definition at line 48 of file global.c.
Referenced by create_object_constr(), and init_constructors().
Definition at line 41 of file global.c.
Referenced by init_constructors(), and init_error_constr().
Definition at line 42 of file global.c.
Referenced by init_constructors(), and init_error_constr().
Definition at line 51 of file global.c.
Referenced by init_constructors(), and init_error_constr().
Definition at line 50 of file global.c.
Referenced by create_regexp_constr(), and init_constructors().
Definition at line 49 of file global.c.
Referenced by create_string_constr(), FsdSetFsLabelInformation(), Global_TypeName(), init_constructors(), ReadRecord(), and RtlIpv6StringToAddressA().
Definition at line 43 of file global.c.
Referenced by init_constructors(), and init_error_constr().
Definition at line 44 of file global.c.
Referenced by init_constructors(), and init_error_constr().
Definition at line 78 of file global.c.
Referenced by init_global().
|
static |
Definition at line 80 of file global.c.
Referenced by is_uri_reserved(), and is_uri_unescaped().
Definition at line 45 of file global.c.
Referenced by init_constructors(), and init_error_constr().