Home
last modified time | relevance | path

Searched refs:DateW (Results 1 – 3 of 3) sorted by relevance

/reactos/dll/win32/jscript/
H A Dglobal.c38 static const WCHAR DateW[] = {'D','a','t','e',0}; variable
1008 hres = jsdisp_define_data_property(ctx->global, DateW, PROPF_WRITABLE, in init_constructors()
H A Ddate.c2539 static const WCHAR DateW[] = {'D','a','t','e',0}; in create_date_constr() local
2545 hres = create_builtin_constructor(ctx, DateConstr_value, DateW, &DateConstr_info, in create_date_constr()
/reactos/dll/win32/vbscript/
H A Dglobal.c2108 static const WCHAR DateW[] = {'D', 'a', 't', 'e', 0}; in Global_TypeName() local
2134 return return_string(res, DateW); in Global_TypeName()