|
ReactOS 0.4.17-dev-357-ga8f14ff
|
#include <math.h>#include <assert.h>#include <wchar.h>#include "jscript.h"#include "engine.h"#include "wine/debug.h"
Go to the source code of this file.
Variables | |
| static const builtin_prop_t | Error_props [] |
| static const builtin_info_t | Error_info |
| static const builtin_info_t | ErrorInst_info |
|
static |
Definition at line 157 of file error.c.
Referenced by create_error(), and init_error_constr().
| jsdisp_t * create_builtin_error | ( | script_ctx_t * | ctx | ) |
Definition at line 448 of file error.c.
Referenced by unwind_exception().
|
static |
Definition at line 181 of file error.c.
Referenced by create_builtin_error(), error_constr(), and test_file_access().
|
static |
Definition at line 213 of file error.c.
Referenced by ErrorConstr_value(), EvalErrorConstr_value(), RangeErrorConstr_value(), ReferenceErrorConstr_value(), RegExpErrorConstr_value(), SyntaxErrorConstr_value(), TypeErrorConstr_value(), and URIErrorConstr_value().
|
static |
Definition at line 36 of file error.c.
|
static |
Definition at line 265 of file error.c.
Referenced by init_error_constr().
Definition at line 364 of file error.c.
Referenced by set_error_location(), and throw_error().
| void handle_dispatch_exception | ( | script_ctx_t * | ctx, |
| EXCEPINFO * | ei | ||
| ) |
Definition at line 409 of file error.c.
Referenced by disp_invoke(), HostConstructor_call(), HostFunction_call(), HostObject_prop_get(), and HostObject_prop_put().
| HRESULT init_error_constr | ( | script_ctx_t * | ctx, |
| jsdisp_t * | object_prototype | ||
| ) |
Definition at line 321 of file error.c.
Referenced by init_constructors().
| void set_error_location | ( | jsexcept_t * | ei, |
| bytecode_t * | code, | ||
| unsigned | loc, | ||
| unsigned | source_id, | ||
| jsstr_t * | line | ||
| ) |
Definition at line 426 of file error.c.
Referenced by compile_script(), and unwind_exception().
| HRESULT throw_error | ( | script_ctx_t * | ctx, |
| HRESULT | error, | ||
| const WCHAR * | str | ||
| ) |
Definition at line 398 of file error.c.
Referenced by compile_script(), get_map_this(), get_set_this(), get_weakmap_this(), identifier_value(), interp_throw_type(), jsdisp_define_property(), Map_constructor(), NewRENode(), Number_toLocaleString(), ParseTerm(), ProcessCharSet(), PushBackTrackState(), ReallocStateStack(), Set_constructor(), unwind_exception(), and WeakMap_constructor().
| WINE_DEFAULT_DEBUG_CHANNEL | ( | jscript | ) |
|
static |
Definition at line 145 of file error.c.
Referenced by alloc_error().
|
static |
|
static |
Definition at line 152 of file error.c.
Referenced by alloc_error().