Searched refs:TypeErrorW (Results 1 – 2 of 2) sorted by relevance
/reactos/dll/win32/jscript/ |
H A D | error.c | 336 static const WCHAR TypeErrorW[] = {'T','y','p','e','E','r','r','o','r',0}; in init_error_constr() local 339 ReferenceErrorW, RegExpErrorW, SyntaxErrorW, TypeErrorW, URIErrorW}; in init_error_constr()
|
H A D | global.c | 44 static const WCHAR TypeErrorW[] = {'T','y','p','e','E','r','r','o','r',0}; variable 1056 hres = jsdisp_define_data_property(ctx->global, TypeErrorW, PROPF_WRITABLE, in init_constructors()
|