Home
last modified time | relevance | path

Searched refs:throw_syntax_error (Results 1 – 4 of 4) sorted by relevance

/reactos/dll/win32/jscript/
H A Denumerator.c306 return throw_syntax_error(ctx, JS_E_INVALIDARG, NULL); in EnumeratorConstr_value()
H A Derror.c435 HRESULT throw_syntax_error(script_ctx_t *ctx, HRESULT error, const WCHAR *str) in throw_syntax_error() function
H A Djscript.h322 HRESULT throw_syntax_error(script_ctx_t*,HRESULT,const WCHAR*) DECLSPEC_HIDDEN;
H A Dglobal.c214 return throw_syntax_error(ctx, hres, NULL); in JSGlobal_eval()