ReactOS
0.4.15-dev-4853-g3a72a52
|
#include <math.h>
#include <assert.h>
#include "jscript.h"
#include "parser.h"
#include "wine/debug.h"
Go to the source code of this file.
Classes | |
struct | json_parse_ctx_t |
struct | stringify_ctx_t |
Variables | |
typedef | helpstring |
static const WCHAR | parseW [] = {'p','a','r','s','e',0} |
static const WCHAR | stringifyW [] = {'s','t','r','i','n','g','i','f','y',0} |
static const WCHAR | nullW [] = {'n','u','l','l',0} |
static const WCHAR | trueW [] = {'t','r','u','e',0} |
static const WCHAR | falseW [] = {'f','a','l','s','e',0} |
static const WCHAR | toJSONW [] = {'t','o','J','S','O','N',0} |
static const builtin_prop_t | JSON_props [] |
static const builtin_info_t | JSON_info |
|
inlinestatic |
Definition at line 400 of file json.c.
Referenced by json_quote(), stringify_array(), and stringify_object().
|
inlinestatic |
Definition at line 405 of file json.c.
Referenced by json_quote().
|
inlinestatic |
Definition at line 395 of file json.c.
Referenced by json_quote(), stringify(), stringify_array(), and stringify_object().
|
static |
Definition at line 370 of file json.c.
Referenced by append_char(), append_simple_quote(), append_string(), and stringify().
HRESULT create_json | ( | script_ctx_t * | ctx, |
jsdisp_t ** | ret | ||
) |
Definition at line 837 of file json.c.
Referenced by init_global().
Definition at line 498 of file json.c.
Referenced by stringify().
|
static |
Definition at line 56 of file json.c.
Referenced by parse_json_value().
|
static |
Definition at line 360 of file json.c.
Referenced by stringify_array(), and stringify_object().
|
static |
Definition at line 280 of file json.c.
|
static |
Definition at line 448 of file json.c.
Referenced by stringify(), and stringify_object().
|
static |
Definition at line 756 of file json.c.
|
static |
Definition at line 411 of file json.c.
Referenced by JSON_stringify(), and stringify().
|
static |
Definition at line 70 of file json.c.
Referenced by parse_json_value().
|
static |
Definition at line 105 of file json.c.
Referenced by JSON_parse().
|
static |
Definition at line 49 of file json.c.
Referenced by JSON_parse(), and parse_json_value().
|
static |
Definition at line 661 of file json.c.
Referenced by JSON_stringify(), stringify_array(), and stringify_object().
|
static |
Definition at line 506 of file json.c.
Referenced by stringify().
|
static |
Definition at line 562 of file json.c.
Referenced by stringify().
|
static |
Definition at line 355 of file json.c.
Referenced by stringify_array(), and stringify_object().
|
static |
Definition at line 334 of file json.c.
Referenced by stringify_array(), and stringify_object().
WINE_DEFAULT_DEBUG_CHANNEL | ( | jscript | ) |
Definition at line 34 of file json.c.
Referenced by Bool_toString(), get_value_bstr(), parse_json_value(), parse_requested_execution_level_elem(), PropVariantToBoolean(), stringify(), and to_string().
typedef helpstring |
|
static |
Definition at line 828 of file json.c.
Referenced by create_json().
|
static |
Definition at line 32 of file json.c.
Referenced by format_insert(), parse_json_value(), stringify(), stringify_array(), to_string(), validate_path(), and validate_scheme_name().
Definition at line 36 of file json.c.
Referenced by stringify().
Definition at line 33 of file json.c.
Referenced by Bool_toString(), eval_boolcmp(), get_value_bstr(), parse_dependent_assembly_elem(), parse_json_value(), parse_requested_execution_level_elem(), PropVariantToBoolean(), stringify(), and to_string().