Searched refs:FunctionW (Results 1 – 2 of 2) sorted by relevance
/reactos/dll/win32/jscript/ |
H A D | global.c | 46 static const WCHAR FunctionW[] = {'F','u','n','c','t','i','o','n',0}; variable 972 hres = jsdisp_define_data_property(ctx->global, FunctionW, PROPF_WRITABLE, in init_constructors()
|
H A D | function.c | 1015 static const WCHAR FunctionW[] = {'F','u','n','c','t','i','o','n',0}; in init_function_constr() local 1029 constr->name = FunctionW; in init_function_constr()
|