Searched defs:jsdisp (Results 1 – 14 of 14) sorted by relevance
/reactos/dll/win32/jscript/ |
H A D | dispex.c | 1011 jsdisp_t *jsdisp_addref(jsdisp_t *jsdisp) in jsdisp_addref() 1018 void jsdisp_release(jsdisp_t *jsdisp) in jsdisp_release() 1067 HRESULT jsdisp_get_id(jsdisp_t *jsdisp, const WCHAR *name, DWORD flags, DISPID *id) in jsdisp_get_id() 1139 jsdisp_t *jsdisp; in disp_call() local 1231 jsdisp_t *jsdisp; in disp_call_value() local 1361 jsdisp_t *jsdisp; in disp_propput() local 1447 HRESULT jsdisp_propget(jsdisp_t *jsdisp, DISPID id, jsval_t *val) in jsdisp_propget() 1462 jsdisp_t *jsdisp; in disp_propget() local 1514 jsdisp_t *jsdisp; in disp_delete() local 1577 jsdisp_t *jsdisp; in disp_delete_name() local
|
H A D | jscript.h | 144 jsdisp_t *jsdisp; member 167 static inline void set_jsdisp(vdisp_t *vdisp, jsdisp_t *jsdisp) in set_jsdisp() 177 jsdisp_t *jsdisp; in set_disp() local 245 static inline IDispatch *to_disp(jsdisp_t *jsdisp) in to_disp() argument 262 static inline jsdisp_t *jsdisp_addref(jsdisp_t *jsdisp) in jsdisp_addref() 268 static inline void jsdisp_release(jsdisp_t *jsdisp) in jsdisp_release() 504 static inline BOOL is_class(jsdisp_t *jsdisp, jsclass_t class) in is_class()
|
H A D | function.c | 65 jsdisp_t jsdisp; member 74 static inline FunctionInstance *function_from_jsdisp(jsdisp_t *jsdisp) in function_from_jsdisp() 89 static inline ArgumentsInstance *arguments_from_jsdisp(jsdisp_t *jsdisp) in arguments_from_jsdisp() 110 static void Arguments_destructor(jsdisp_t *jsdisp) in Arguments_destructor() 127 static unsigned Arguments_idx_length(jsdisp_t *jsdisp) in Arguments_idx_length() 142 static HRESULT Arguments_idx_get(jsdisp_t *jsdisp, unsigned idx, jsval_t *r) in Arguments_idx_get() 157 static HRESULT Arguments_idx_put(jsdisp_t *jsdisp, unsigned idx, jsval_t val) in Arguments_idx_put()
|
H A D | bool.c | 37 static inline BoolInstance *bool_from_jsdisp(jsdisp_t *jsdisp) in bool_from_jsdisp()
|
H A D | enumerator.c | 41 static inline EnumeratorInstance *enumerator_from_jsdisp(jsdisp_t *jsdisp) in enumerator_from_jsdisp()
|
H A D | vbarray.c | 37 static inline VBArrayInstance *vbarray_from_jsdisp(jsdisp_t *jsdisp) in vbarray_from_jsdisp()
|
H A D | jsregexp.c | 61 static inline RegExpInstance *regexp_from_jsdisp(jsdisp_t *jsdisp) in regexp_from_jsdisp() 935 jsdisp_t *jsdisp = iface_to_jsdisp(get_object(argv[0])); in RegExpConstr_value() local
|
H A D | number.c | 44 static inline NumberInstance *number_from_jsdisp(jsdisp_t *jsdisp) in number_from_jsdisp()
|
H A D | string.c | 70 static inline StringInstance *string_from_jsdisp(jsdisp_t *jsdisp) in string_from_jsdisp() 1563 static unsigned String_idx_length(jsdisp_t *jsdisp) in String_idx_length() 1577 static HRESULT String_idx_get(jsdisp_t *jsdisp, unsigned idx, jsval_t *r) in String_idx_get()
|
H A D | jsutils.c | 407 jsdisp_t *jsdisp; in to_primitive() local
|
H A D | object.c | 56 jsdisp_t *jsdisp; in Object_toString() local
|
H A D | array.c | 58 static inline ArrayInstance *array_from_jsdisp(jsdisp_t *jsdisp) in array_from_jsdisp()
|
H A D | date.c | 101 static inline DateInstance *date_from_jsdisp(jsdisp_t *jsdisp) in date_from_jsdisp()
|
H A D | engine.c | 452 jsdisp_t *jsdisp; in disp_get_id() local
|