Home
last modified time | relevance | path

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

/reactos/dll/win32/jscript/
H A Ddispex.c259 static HRESULT find_prop_name_prot(jsdisp_t *This, unsigned hash, const WCHAR *name, dispex_prop_t … in find_prop_name_prot() function
275 hres = find_prop_name_prot(This->prototype, hash, name, &prop); in find_prop_name_prot()
303 hres = find_prop_name_prot(This, string_hash(name), name, &prop); in ensure_prop_name()
1038 hres = find_prop_name_prot(constr, string_hash(prototypeW), prototypeW, &prop); in init_dispex_from_constr()
1076 hres = find_prop_name_prot(jsdisp, string_hash(name), name, &prop); in jsdisp_get_id()
1129 hres = find_prop_name_prot(disp, string_hash(name), name, &prop); in jsdisp_call_name()
1413 hres = find_prop_name_prot(obj, string_hash(name), name, &prop); in jsdisp_propget_name()
1435 hres = find_prop_name_prot(obj, string_hash(name), name, &prop); in jsdisp_get_idx()