ReactOS 0.4.16-dev-297-gc569aee
|
Go to the source code of this file.
Variables | |
static const WCHAR | descriptionW [] = {'d','e','s','c','r','i','p','t','i','o','n',0} |
static const WCHAR | messageW [] = {'m','e','s','s','a','g','e',0} |
static const WCHAR | nameW [] = {'n','a','m','e',0} |
static const WCHAR | numberW [] = {'n','u','m','b','e','r',0} |
static const WCHAR | toStringW [] = {'t','o','S','t','r','i','n','g',0} |
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 164 of file error.c.
Referenced by create_error(), and init_error_constr().
|
static |
Definition at line 188 of file error.c.
Referenced by error_constr(), test_file_access(), and throw_error().
|
static |
Definition at line 220 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 39 of file error.c.
|
static |
Definition at line 126 of file error.c.
|
static |
Definition at line 272 of file error.c.
Referenced by init_error_constr().
HRESULT init_error_constr | ( | script_ctx_t * | ctx, |
jsdisp_t * | object_prototype | ||
) |
Definition at line 328 of file error.c.
Referenced by init_constructors().
|
static |
Definition at line 379 of file error.c.
Referenced by throw_generic_error(), throw_range_error(), throw_reference_error(), throw_regexp_error(), throw_syntax_error(), throw_type_error(), and throw_uri_error().
HRESULT throw_generic_error | ( | script_ctx_t * | ctx, |
HRESULT | error, | ||
const WCHAR * | str | ||
) |
Definition at line 415 of file error.c.
Referenced by ActiveXObject_value().
HRESULT throw_range_error | ( | script_ctx_t * | ctx, |
HRESULT | error, | ||
const WCHAR * | str | ||
) |
Definition at line 420 of file error.c.
Referenced by Array_set_length(), ArrayConstr_value(), Number_toExponential(), Number_toFixed(), Number_toPrecision(), VBArray_getItem(), VBArray_lbound(), and VBArray_ubound().
HRESULT throw_reference_error | ( | script_ctx_t * | ctx, |
HRESULT | error, | ||
const WCHAR * | str | ||
) |
Definition at line 425 of file error.c.
Referenced by interp_assign(), interp_assign_call(), interp_refval(), and interp_throw_ref().
HRESULT throw_regexp_error | ( | script_ctx_t * | ctx, |
HRESULT | error, | ||
const WCHAR * | str | ||
) |
Definition at line 430 of file error.c.
Referenced by RegExpConstr_value().
HRESULT throw_syntax_error | ( | script_ctx_t * | ctx, |
HRESULT | error, | ||
const WCHAR * | str | ||
) |
Definition at line 435 of file error.c.
Referenced by EnumeratorConstr_value(), and JSGlobal_eval().
HRESULT throw_type_error | ( | script_ctx_t * | ctx, |
HRESULT | error, | ||
const WCHAR * | str | ||
) |
Definition at line 440 of file error.c.
Referenced by Array_toString(), Bool_toString(), Bool_value(), Bool_valueOf(), create_utc_string(), Date_getDate(), Date_getDay(), Date_getFullYear(), Date_getHours(), Date_getMilliseconds(), Date_getMinutes(), Date_getMonth(), Date_getSeconds(), Date_getTime(), Date_getTimezoneOffset(), Date_getUTCDate(), Date_getUTCDay(), Date_getUTCFullYear(), Date_getUTCHours(), Date_getUTCMilliseconds(), Date_getUTCMinutes(), Date_getUTCMonth(), Date_getUTCSeconds(), Date_getYear(), Date_setDate(), Date_setFullYear(), Date_setHours(), Date_setMilliseconds(), Date_setMinutes(), Date_setMonth(), Date_setSeconds(), Date_setTime(), Date_setUTCDate(), Date_setUTCFullYear(), Date_setUTCHours(), Date_setUTCMilliseconds(), Date_setUTCMinutes(), Date_setUTCMonth(), Date_setUTCSeconds(), Date_setYear(), Date_toDateString(), Date_toISOString(), Date_toLocaleDateString(), Date_toLocaleString(), Date_toLocaleTimeString(), Date_toString(), Date_toTimeString(), Date_valueOf(), Enumerator_atEnd(), Enumerator_item(), Enumerator_moveFirst(), Enumerator_moveNext(), Error_value(), Function_apply(), Function_bind(), Function_call(), Function_toString(), get_length(), identifier_value(), interp_call(), interp_call_member(), interp_in(), interp_instanceof(), interp_new(), interp_postinc(), interp_preinc(), interp_throw_type(), jsdisp_call_value(), jsdisp_define_property(), Number_toExponential(), Number_toFixed(), Number_toPrecision(), Number_toString(), Number_valueOf(), Object_defineProperty(), Object_getOwnPropertyDescriptor(), RegExp_value(), stack_pop_object(), to_object(), to_primitive(), to_property_descriptor(), VBArray_dimensions(), VBArray_getItem(), VBArray_lbound(), VBArray_toArray(), VBArray_ubound(), and VBArrayConstr_value().
HRESULT throw_uri_error | ( | script_ctx_t * | ctx, |
HRESULT | error, | ||
const WCHAR * | str | ||
) |
Definition at line 445 of file error.c.
Referenced by JSGlobal_decodeURI(), JSGlobal_encodeURI(), and JSGlobal_encodeURIComponent().
WINE_DEFAULT_DEBUG_CHANNEL | ( | jscript | ) |
Definition at line 32 of file error.c.
Referenced by create_error(), CreateEnhMetaFileA(), DirectPlayEnumerateAW(), exec_query(), fill_display_information_d3d(), test_queryconfig2(), test_Win32_Bios(), and test_Win32_SystemEnclosure().
|
static |
Definition at line 146 of file error.c.
Referenced by alloc_error().
|
static |
|
static |
Definition at line 155 of file error.c.
Referenced by alloc_error().
Definition at line 33 of file error.c.
Referenced by create_error(), Error_toString(), MAPISendMail(), OpenMailer(), and unwind_exception().
Definition at line 34 of file error.c.
Referenced by Error_toString(), and init_error_constr().
Definition at line 35 of file error.c.
Referenced by create_error().