ReactOS 0.4.16-dev-297-gc569aee
|
#include <stdio.h>
#include <ole2.h>
#include <dispex.h>
#include <activscp.h>
#include <objsafe.h>
#include "wine/test.h"
Go to the source code of this file.
Classes | |
struct | conv_results_t |
Macros | |
#define | COBJMACROS |
#define | CONST_VTABLE |
#define | IActiveScriptParse_QueryInterface IActiveScriptParse32_QueryInterface |
#define | IActiveScriptParse_Release IActiveScriptParse32_Release |
#define | IActiveScriptParse_InitNew IActiveScriptParse32_InitNew |
#define | IActiveScriptParse_ParseScriptText IActiveScriptParse32_ParseScriptText |
#define | DEFINE_EXPECT(func) static BOOL expect_ ## func = FALSE, called_ ## func = FALSE |
#define | SET_EXPECT(func) expect_ ## func = TRUE |
#define | CHECK_EXPECT2(func) |
#define | CHECK_EXPECT(func) |
#define | CHECK_CALLED(func) |
#define | DISPID_TEST_TESTARGCONV 0x1000 |
#define | call_change_type(a, b, c, d) _call_change_type(__LINE__,a,b,c,d) |
#define | change_type_fail(a, b, c, d) _change_type_fail(__LINE__,a,b,c,d) |
#define | parse_script_a(p, s) _parse_script_a(__LINE__,p,s) |
Variables | |
static const CLSID | CLSID_JScript |
static const WCHAR | testW [] = {'t','e','s','t',0} |
static IVariantChangeType * | script_change_type |
static IDispatch * | stored_obj |
static IDispatchExVtbl | testObjVtbl |
static IDispatchEx | testObj = { &testObjVtbl } |
static const IActiveScriptSiteVtbl | ActiveScriptSiteVtbl |
static IActiveScriptSite | ActiveScriptSite = { &ActiveScriptSiteVtbl } |
#define IActiveScriptParse_InitNew IActiveScriptParse32_InitNew |
#define IActiveScriptParse_ParseScriptText IActiveScriptParse32_ParseScriptText |
#define IActiveScriptParse_QueryInterface IActiveScriptParse32_QueryInterface |
#define IActiveScriptParse_Release IActiveScriptParse32_Release |
|
static |
Definition at line 111 of file caller.c.
|
static |
|
static |
Definition at line 83 of file caller.c.
Referenced by _parse_script_a(), check_jscript(), and test_change_types().
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
Definition at line 559 of file caller.c.
Referenced by START_TEST().
|
static |
Definition at line 501 of file caller.c.
Referenced by check_jscript(), run_scripts(), test_ActiveXObject(), test_CreateObject(), and test_GetObject().
DEFINE_EXPECT | ( | testArgConv | ) |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
Definition at line 533 of file caller.c.
Referenced by START_TEST().
START_TEST | ( | caller | ) |
Definition at line 95 of file caller.c.
Referenced by ActiveScriptSite_GetItemInfo(), test_change_type(), test_change_types(), and Test_GetDispID().
|
static |
Definition at line 232 of file caller.c.
Referenced by Test_InvokeEx().
|
static |
Definition at line 132 of file caller.c.
Referenced by test_change_types().
|
static |
Definition at line 171 of file caller.c.
Referenced by run_scripts(), and test_caller().
|
static |
|
static |
Definition at line 348 of file caller.c.
|
static |
Definition at line 487 of file caller.c.
Referenced by create_script().
|
static |
Definition at line 47 of file caller.c.
Referenced by create_script().
|
static |
Definition at line 78 of file caller.c.
Referenced by run_scripts(), and test_caller().
|
static |
Definition at line 79 of file caller.c.
Referenced by run_scripts(), and Test_InvokeEx().
|
static |
Definition at line 398 of file caller.c.
Referenced by ActiveScriptSite_GetItemInfo().
|
static |