Home
last modified time | relevance | path

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

/reactos/dll/win32/jscript/
H A Derror.c333 …static const WCHAR ReferenceErrorW[] = {'R','e','f','e','r','e','n','c','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.c42 static const WCHAR ReferenceErrorW[] = {'R','e','f','e','r','e','n','c','e','E','r','r','o','r',0}; variable
1041 hres = jsdisp_define_data_property(ctx->global, ReferenceErrorW, PROPF_WRITABLE, in init_constructors()