Searched refs:parse_script_a (Results 1 – 5 of 5) sorted by relevance
/reactos/modules/rostests/winetests/jscript/ |
H A D | run.c | 2773 parse_script_a(""); in run_tests() 2774 parse_script_a("/* empty */ ;"); in run_tests() 2778 parse_script_a("testPropGet;"); in run_tests() 2784 parse_script_a("testPropPut = 1;"); in run_tests() 2802 parse_script_a("reportSuccess();"); in run_tests() 2871 parse_script_a("var testPropGet"); in run_tests() 2902 parse_script_a("propGetFunc(1);"); in run_tests() 2966 parse_script_a("testThis(this);"); in run_tests() 3056 parse_script_a("(function () {" in run_tests() 3070 parse_script_a("(function () {" in run_tests() [all …]
|
H A D | activex.c | 704 #define parse_script_a(p,s) _parse_script_a(__LINE__,p,s) macro 762 parse_script_a(parser, in create_script() 828 parse_script_a(parser, "(new ActiveXObject('Wine.Test')).reportSuccess();"); in test_ActiveXObject() 891 …parse_script_a(parser, "testException(function() { new ActiveXObject('Wine.Test'); }, 'Error', -21… in test_ActiveXObject() 901 …parse_script_a(parser, "testException(function() { new ActiveXObject('Wine.Test'); }, 'Error', -21… in test_ActiveXObject() 912 …parse_script_a(parser, "testException(function() { new ActiveXObject('Wine.Test'); }, 'Error', -21… in test_ActiveXObject() 924 …parse_script_a(parser, "testException(function() { new ActiveXObject('Wine.Test'); }, 'Error', -21… in test_ActiveXObject() 955 parse_script_a(parser, "(new ActiveXObject('Wine.Test')).reportSuccess();"); in test_ActiveXObject() 1006 parse_script_a(parser, "(new ActiveXObject('Wine.Test')).reportSuccess();"); in test_ActiveXObject() 1023 parse_script_a(parser, "(new ActiveXObject('Wine.Test')).reportSuccess();"); in test_ActiveXObject() [all …]
|
H A D | caller.c | 489 #define parse_script_a(p,s) _parse_script_a(__LINE__,p,s) macro 544 parse_script_a(parser, in run_scripts()
|
/reactos/modules/rostests/winetests/vbscript/ |
H A D | run.c | 2507 parse_script_a("MsgBox 10"); in test_msgbox() 2816 parse_script_a(""); in run_tests() 2817 parse_script_a("' empty ;"); in run_tests() 2821 parse_script_a("reportSuccess"); in run_tests() 2827 parse_script_a("reportSuccess()"); in run_tests() 2833 parse_script_a("Call reportSuccess"); in run_tests() 2892 parse_script_a("testObj.propput = 1"); in run_tests() 2946 parse_script_a("x = _ \n3"); in run_tests() 3007 parse_script_a("Sub testsub\n" in run_tests() 3015 parse_script_a("x = y\n" in run_tests() [all …]
|
H A D | createobj.c | 706 #define parse_script_a(p,s) _parse_script_a(__LINE__,p,s) macro 789 parse_script_a(parser, "Call CreateObject(\"Wine.Test\").reportSuccess()"); in test_CreateObject() 879 parse_script_a(parser, "Call CreateObject(\"Wine.Test\").reportSuccess()"); in test_CreateObject() 933 parse_script_a(parser, "Call CreateObject(\"Wine.Test\").reportSuccess()"); in test_CreateObject() 950 parse_script_a(parser, "Call CreateObject(\"Wine.Test\").reportSuccess()"); in test_CreateObject() 1019 parse_script_a(parser, "Call GetObject(\"clsid:" TESTOBJINST_CLSID "\").reportSuccess()"); in test_GetObject()
|