Searched defs:this_obj (Results 1 – 5 of 5) sorted by relevance
/reactos/dll/win32/jscript/ |
H A D | function.c | 348 IDispatch *this_obj = NULL; in Function_apply() local 412 IDispatch *this_obj = NULL; in Function_call() local 706 …nterpretedFunction_call(script_ctx_t *ctx, FunctionInstance *func, IDispatch *this_obj, unsigned f… in InterpretedFunction_call() 806 static HRESULT BindFunction_call(script_ctx_t *ctx, FunctionInstance *func, IDispatch *this_obj, un… in BindFunction_call()
|
H A D | engine.h | 230 IDispatch *this_obj; member
|
H A D | engine.c | 2959 …IDispatch *this_obj, jsdisp_t *function_instance, jsdisp_t *variable_obj, unsigned argc, jsval_t *… in exec_source()
|
/reactos/dll/win32/mshtml/ |
H A D | htmlevent.c | 953 ConnectionPointContainer *cp_container, eventid_t eid, IDispatch *this_obj) in call_event_handlers()
|
/reactos/dll/win32/vbscript/ |
H A D | interp.c | 34 IDispatch *this_obj; member
|