Add automated tests on function-type FSCommand parameter passing.
[gnash.git] / testsuite / misc-mtasc.all / TestClass.as
blob3ca11968167fb58fa29a2ce25c1bf1ec2839c165
1 class TestClass
3 // constructor
4 function TestClass()
6 Dejagnu.note("TestClass constructor called");
7 this.testClassCtorCalled = "called";
10 var testClassCtorCalled;