Searched refs:extern_caller (Results 1 – 2 of 2) sorted by relevance
/reactos/dll/win32/vbscript/ |
H A D | vbdisp.c | 164 static HRESULT invoke_vbdisp(vbdisp_t *This, DISPID id, DWORD flags, BOOL extern_caller, DISPPARAMS… in invoke_vbdisp() argument 182 return exec_script(This->desc->ctx, extern_caller, func, This, params, res); in invoke_vbdisp() 192 return exec_script(This->desc->ctx, extern_caller, func, This, params, res); in invoke_vbdisp() 218 hres = exec_script(This->desc->ctx, extern_caller, func, This, &dp, NULL); in invoke_vbdisp()
|
H A D | interp.c | 2086 HRESULT exec_script(script_ctx_t *ctx, BOOL extern_caller, function_t *func, vbdisp_t *vbthis, DISP… in exec_script() argument 2148 if(extern_caller) in exec_script() 2223 if(extern_caller) { in exec_script()
|