Searched refs:EvalErrorW (Results 1 – 2 of 2) sorted by relevance
/reactos/dll/win32/jscript/ |
H A D | error.c | 331 static const WCHAR EvalErrorW[] = {'E','v','a','l','E','r','r','o','r',0}; in init_error_constr() local 338 static const WCHAR *names[] = {ErrorW, EvalErrorW, RangeErrorW, in init_error_constr()
|
H A D | global.c | 40 static const WCHAR EvalErrorW[] = {'E','v','a','l','E','r','r','o','r',0}; variable 1031 hres = jsdisp_define_data_property(ctx->global, EvalErrorW, PROPF_WRITABLE, in init_constructors()
|