Home
last modified time | relevance | path

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

/reactos/modules/rostests/winetests/jscript/
H A Dcaller.c79 static IDispatch *stored_obj; variable
368 stored_obj = V_DISPATCH(pdp->rgvarg); in Test_InvokeEx()
369 IDispatch_AddRef(stored_obj); in Test_InvokeEx()
552 test_change_types(script_change_type, stored_obj); in run_scripts()
553 IDispatch_Release(stored_obj); in run_scripts()