Home
last modified time | relevance | path

Searched refs:TypeErrorW (Results 1 – 2 of 2) sorted by relevance

/reactos/dll/win32/jscript/
H A Derror.c336 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 Dglobal.c44 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()