Searched refs:SyntaxErrorW (Results 1 – 2 of 2) sorted by relevance
/reactos/dll/win32/jscript/ |
H A D | error.c | 335 static const WCHAR SyntaxErrorW[] = {'S','y','n','t','a','x','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 | 43 static const WCHAR SyntaxErrorW[] = {'S','y','n','t','a','x','E','r','r','o','r',0}; variable 1051 hres = jsdisp_define_data_property(ctx->global, SyntaxErrorW, PROPF_WRITABLE, in init_constructors()
|