SWF5

[Inheritance.as debug-22403-05c7ba106]
PASSED: typeof(Object.prototype.constructor) == 'function' [./Inheritance.as:28]
PASSED: Object.prototype.constructor == Object [./Inheritance.as:29]
PASSED: Function.apply == Function.__proto__.apply [./Inheritance.as:35]
PASSED: Function.fake == Function.__proto__.fake [./Inheritance.as:40]
PASSED: Function.fake == Function.prototype.fake [./Inheritance.as:41]
PASSED: typeof(functionObject) == 'undefined' [./Inheritance.as:52]
PASSED: functionObject.__proto__ == Function.prototype [./Inheritance.as:57]
PASSED: functionObject.__proto__.constructor == Function [./Inheritance.as:58]
PASSED: functionObject.prototype == undefined [./Inheritance.as:70]
PASSED: userFunc.prototype.constructor == userFunc [./Inheritance.as:82]
PASSED: userFunc.prototype.apply == undefined [./Inheritance.as:83]
FAILED: expected: Function.prototype.apply obtained: [type Function] [./Inheritance.as:84]
PASSED: Ball.prototype.constructor == Ball [./Inheritance.as:98]
PASSED: myBall.gravity == 9.8 [./Inheritance.as:106]
PASSED: myBall.radius == 3 [./Inheritance.as:107]
PASSED: myBall.sayHello() == "Hello" [./Inheritance.as:111]
PASSED: myBall.gravity == 9.8 [./Inheritance.as:112]
PASSED: myBall.gravity == 5 [./Inheritance.as:114]
PASSED: myBall.__proto__ == Ball.prototype [./Inheritance.as:115]
PASSED: !_root.hasOwnProperty('__constructor__') [./Inheritance.as:117]
PASSED: ! TypeChanger.prototype instanceof TypeChanger [./Inheritance.as:131]
PASSED: o1.__proto__ == TypeChanger.prototype [./Inheritance.as:134]
PASSED: o1.__constructor__ == TypeChanger [./Inheritance.as:135]
PASSED: o1 instanceof TypeChanger [./Inheritance.as:136]
PASSED: o1 instanceof Object [./Inheritance.as:137]
PASSED: o2.__constructor__ == Object [./Inheritance.as:139]
PASSED: o2 instanceof TypeChanger [./Inheritance.as:140]
PASSED: o2 instanceof Object [./Inheritance.as:141]
PASSED: SubClass.prototype.constructor == SubClass [./Inheritance.as:154]
PASSED: typeof(SubClass.prototype.__constructor__) == 'undefined' [./Inheritance.as:155]
PASSED: SubClass.prototype.constructor == SuperClass [./Inheritance.as:158]
PASSED: subInstance.sayHello() == "hello from SuperClass" [./Inheritance.as:167]
PASSED: subInstance.sayHello() == "hello from SubClass" [./Inheritance.as:169]
PASSED: subInstance.sayHello() == "hello from subInstance" [./Inheritance.as:171]
PASSED: subInstance instanceOf SubClass [./Inheritance.as:174]
PASSED: subInstance instanceOf SuperClass [./Inheritance.as:175]
PASSED: subInstance instanceOf Object [./Inheritance.as:176]
PASSED: super == undefined [./Inheritance.as:229]
PASSED: bo.whoami() == "A" [./Inheritance.as:239]
FAILED: expected: ".B" obtained: A.B [./Inheritance.as:244]
FAILED: expected: ".B" obtained: A.B [./Inheritance.as:257]
FAILED: expected: ".C" obtained: A.B.C [./Inheritance.as:266]
FAILED: expected: "C" obtained: FAC [./Inheritance.as:280]
FAILED: expected: 0 obtained: 1 [./Inheritance.as:281]
FAILED: expected: 0 obtained: 1 [./Inheritance.as:282]
PASSED: ActorCalls == 0 [./Inheritance.as:283]
FAILED: expected: "C" obtained: FC [./Inheritance.as:305]
PASSED: FctorCalls == 0 [./Inheritance.as:306]
FAILED: expected: 0 obtained: 1 [./Inheritance.as:307]
PASSED: ActorCalls == 0 [./Inheritance.as:308]
FAILED: expected: "C" obtained: FC [./Inheritance.as:325]
PASSED: FctorCalls == 0 [./Inheritance.as:326]
FAILED: expected: 0 obtained: 1 [./Inheritance.as:327]
PASSED: ActorCalls == 0 [./Inheritance.as:328]
PASSED: obj.__proto__.constructor == Object [./Inheritance.as:351]
PASSED: obj instanceOf Object [./Inheritance.as:352]
PASSED: sobj1.__proto__.constructor == SubObj1 [./Inheritance.as:357]
PASSED: !sobj1 instanceOf Function [./Inheritance.as:366]
PASSED: sobj1 instanceOf Object [./Inheritance.as:369]
PASSED: sobj1 instanceOf SubObj1 [./Inheritance.as:370]
PASSED: SubObj1.prototype != undefined [./Inheritance.as:372]
PASSED: SubObj1.prototype.constructor == SubObj1 [./Inheritance.as:373]
FAILED: expected: 'undefined' obtained: function [./Inheritance.as:405]
PASSED: typeof(DerivedClass1.prototype.constructor) == 'function' [./Inheritance.as:408]
PASSED: typeof(DerivedClass1.constructor) == 'function' [./Inheritance.as:409]
PASSED: DerivedClass1.prototype.__proto__.constructor == BaseClass1 [./Inheritance.as:425]
PASSED: DerivedClass1.prototype.__proto__ == BaseClass1.prototype [./Inheritance.as:426]
PASSED: obj.derivedClassCtorCalled == 1 [./Inheritance.as:430]
PASSED: obj.baseClassCtorCalled == undefined [./Inheritance.as:441]
PASSED: obj instanceOf DerivedClass1 [./Inheritance.as:442]
PASSED: obj instanceOf BaseClass1 [./Inheritance.as:443]
PASSED: obj.__proto__ == DerivedClass1.prototype [./Inheritance.as:444]
PASSED: DerivedClass1.prototype.constructor == BaseClass1 [./Inheritance.as:445]
PASSED: obj.var1 == "var_in_Base_prototype" [./Inheritance.as:446]
PASSED: obj.var2 == "var_in_Derived_prototype" [./Inheritance.as:447]
PASSED: typeof(obj.var3) == 'undefined' [./Inheritance.as:448]
PASSED: _root instanceOf MovieClip [./Inheritance.as:461]
PASSED: MyClass.prototype.constructor == MovieClip [./Inheritance.as:462]
PASSED: myInstance.__proto__ == MyClass.prototype [./Inheritance.as:463]
PASSED: typeof(MovieClip.prototype._x) == 'undefined' [./Inheritance.as:464]
PASSED: typeof(myInstance.oldMember) == 'undefined' [./Inheritance.as:465]
PASSED: proto.oldMember == 'overridden' [./Inheritance.as:466]
PASSED: typeof(Date.prototype) == 'object' [./Inheritance.as:476]
PASSED: typeof(t.getYear) == 'function' [./Inheritance.as:479]
PASSED: typeof(t.setYear) == 'function' [./Inheritance.as:480]
PASSED: typeof(t.getYear()) == 'undefined' [./Inheritance.as:482]
PASSED: typeof(t2.getYear) == 'function' [./Inheritance.as:486]
PASSED: typeof(t2.setYear) == 'function' [./Inheritance.as:487]
PASSED: typeof(t2.getYear()) == 'undefined' [./Inheritance.as:489]
PASSED: typeof(t4.gotoAndStop) == 'undefined' [./Inheritance.as:493]
PASSED: typeof(t3._currentframe) == 'undefined' [./Inheritance.as:494]
PASSED: typeof(t3._currentframe) == 'number' [./Inheritance.as:496]
PASSED: typeof(t4.gotoAndStop) == 'undefined' [./Inheritance.as:501]
PASSED: typeof(t4._currentframe) == 'undefined' [./Inheritance.as:502]
PASSED: typeof(t4._currentframe) == 'number' [./Inheritance.as:504]
PASSED: typeof(_root.gotoAndPlay) == 'function' [./Inheritance.as:506]
PASSED: typeof(t4.die) == 'function' [./Inheritance.as:508]
PASSED: typeof(b) == 'undefined' [./Inheritance.as:510]
PASSED: t5 instanceOf Test5 [./Inheritance.as:523]
PASSED: ! t5 instanceOf Test4 [./Inheritance.as:524]
PASSED: t4 instanceOf Test4 [./Inheritance.as:525]
PASSED: ! t4 instanceOf Test5 [./Inheritance.as:526]
PASSED: ! ob instanceof A [./Inheritance.as:550]
FAILED: ob instanceof A [./Inheritance.as:552]
PASSED: ! ob instanceof C [./Inheritance.as:558]
FAILED: ob instanceof C [./Inheritance.as:560]
#passed: 92
#failed: 14
#total tests run: 106

Now your flash player will try to answer the egg/chicken question. Kill it if it hangs your machine
PASSED: !a instanceof b [./Inheritance.as:640]
