Home
last modified time | relevance | path

Searched refs:undefinedW (Results 1 – 4 of 4) sorted by relevance

/reactos/dll/win32/jscript/
H A Djsstr.c311 static const WCHAR undefinedW[] = {'u','n','d','e','f','i','n','e','d',0}; in init_strings() local
318 if(!(undefined_str = jsstr_alloc(undefinedW))) in init_strings()
H A Dglobal.c78 static const WCHAR undefinedW[] = {'u','n','d','e','f','i','n','e','d',0}; variable
1159 hres = jsdisp_define_data_property(ctx->global, undefinedW, const_flags, jsval_undefined()); in init_global()
H A Dstring.c944 static const WCHAR undefinedW[] = {'u','n','d','e','f','i','n','e','d'}; in String_replace() local
946 hres = strbuf_append(&ret, undefinedW, ARRAY_SIZE(undefinedW)); in String_replace()
H A Dengine.c39 static const WCHAR undefinedW[] = {'u','n','d','e','f','i','n','e','d',0}; variable
1931 *ret = undefinedW; in typeof_string()