Searched refs:undefinedW (Results 1 – 4 of 4) sorted by relevance
/reactos/dll/win32/jscript/ |
H A D | jsstr.c | 311 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 D | global.c | 78 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 D | string.c | 944 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 D | engine.c | 39 static const WCHAR undefinedW[] = {'u','n','d','e','f','i','n','e','d',0}; variable 1931 *ret = undefinedW; in typeof_string()
|