ruffle/core/tests/swfs/avm2
David Wendt 6cc3f7ecc3 Add a test for stored properties as well.
This test passed with no errors.
2020-07-13 17:44:24 -04:00
..
class_methods Add a test for various types of class methods. 2020-07-13 17:44:19 -04:00
constructor_call Add (currently failing) test for constructors. 2020-07-13 17:44:14 -04:00
function_call Add a basic test for function calls. 2020-07-13 17:44:13 -04:00
hello_world Add our first AVM2 regression test: hello world! 2020-07-13 17:44:09 -04:00
inheritance Add `as3_inheritance` test, which is primarily designed to test method calls, constructor execution, and usage of `super`. 2020-07-13 17:44:22 -04:00
stored_properties Add a test for stored properties as well. 2020-07-13 17:44:24 -04:00
virtual_properties Add test of AVM2 virtual properties. 2020-07-13 17:44:24 -04:00