Searched refs:throw_syntax_error (Results 1 – 4 of 4) sorted by relevance
306 return throw_syntax_error(ctx, JS_E_INVALIDARG, NULL); in EnumeratorConstr_value()
435 HRESULT throw_syntax_error(script_ctx_t *ctx, HRESULT error, const WCHAR *str) in throw_syntax_error() function
322 HRESULT throw_syntax_error(script_ctx_t*,HRESULT,const WCHAR*) DECLSPEC_HIDDEN;
214 return throw_syntax_error(ctx, hres, NULL); in JSGlobal_eval()