SWF6

[Inheritance.as debug-22403-05c7ba106]
PASSED: typeof(Object.prototype.constructor) == 'function' [./Inheritance.as:28]
PASSED: Object.prototype.constructor == Object [./Inheritance.as:29]
PASSED: typeof(Function.apply) != undefined [./Inheritance.as:33]
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) == 'object' [./Inheritance.as:47]
PASSED: functionObject.hasOwnProperty('__constructor__') [./Inheritance.as:48]
PASSED: functionObject.__constructor__ == Function [./Inheritance.as:49]
PASSED: functionObject.__proto__ == Function.prototype [./Inheritance.as:57]
PASSED: functionObject.__proto__.constructor == Function [./Inheritance.as:58]
PASSED: functionObject.apply != undefined [./Inheritance.as:62]
PASSED: functionObject.apply == Function.prototype.apply [./Inheritance.as:63]
PASSED: functionObject.apply == functionObject.__proto__.apply [./Inheritance.as:64]
PASSED: functionObject.prototype == undefined [./Inheritance.as:70]
PASSED: functionObject.prototype.a == 1 [./Inheritance.as:74]
PASSED: userFunc.__proto__ == Function.prototype [./Inheritance.as:80]
PASSED: userFunc.prototype.constructor == userFunc [./Inheritance.as:82]
PASSED: userFunc.prototype.apply == undefined [./Inheritance.as:83]
PASSED: userFunc.apply == Function.prototype.apply [./Inheritance.as:84]
PASSED: userFunc.apply != Function.prototype.apply [./Inheritance.as:90]
PASSED: Ball.prototype.constructor == Ball [./Inheritance.as:98]
PASSED: myBall.hasOwnProperty('__constructor__') [./Inheritance.as:103]
PASSED: myBall.__constructor__ == Ball [./Inheritance.as:104]
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.__proto__ == Function.prototype [./Inheritance.as:128]
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.hasOwnProperty('__constructor__') [./Inheritance.as:162]
PASSED: subInstance.__constructor__ == SubClass [./Inheritance.as:163]
PASSED: subInstance.__proto__.constructor == SuperClass [./Inheritance.as:164]
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: typeof(DerivedClass.prototype.__constructor__) == 'function' [./Inheritance.as:190]
PASSED: DerivedClass.prototype.hasOwnProperty('__constructor__') [./Inheritance.as:191]
PASSED: DerivedClass.prototype.__constructor__ == BaseClass [./Inheritance.as:192]
PASSED: DerivedClass.prototype.__constructor__ != DerivedClass [./Inheritance.as:193]
PASSED: greeting == "Hello from BaseClass" [./Inheritance.as:202]
PASSED: derived.typeofSuper() == 'object' [./Inheritance.as:205]
PASSED: DerivedClass.prototype.typeofSuper() == 'object' [./Inheritance.as:206]
PASSED: typeof(s) == 'object' [./Inheritance.as:210]
PASSED: s.sayHello == BaseClass.prototype.sayHello [./Inheritance.as:211]
PASSED: !s.hasOwnProperty('sayHello') [./Inheritance.as:212]
PASSED: s.__proto__ == Object.prototype [./Inheritance.as:213]
PASSED: typeof(s.prototype) == 'undefined' [./Inheritance.as:214]
PASSED: typeof(s.constructor) == 'function' [./Inheritance.as:215]
PASSED: s.constructor == BaseClass [./Inheritance.as:216]
PASSED: typeof(s.__constructor__) == 'undefined' [./Inheritance.as:217]
PASSED: s != BaseClass.prototype [./Inheritance.as:218]
PASSED: derived.typeofThis() == 'object' [./Inheritance.as:221]
PASSED: DerivedClass.prototype.typeofThis() == 'object' [./Inheritance.as:222]
PASSED: derived.getThis() == derived [./Inheritance.as:225]
PASSED: DerivedClass.prototype.getThis() == DerivedClass.prototype [./Inheritance.as:226]
PASSED: super == undefined [./Inheritance.as:229]
PASSED: bo.whoami() == "A" [./Inheritance.as:239]
PASSED: bo.whoami() == "A.B" [./Inheritance.as:246]
PASSED: co.whoami() == "A.B.B" [./Inheritance.as:255]
PASSED: co.whoami() == "A.B.C" [./Inheritance.as:264]
PASSED: n == "FAAC" [./Inheritance.as:286]
PASSED: FctorCalls == 1 [./Inheritance.as:287]
PASSED: BctorCalls == 1 [./Inheritance.as:288]
PASSED: ActorCalls == 1 [./Inheritance.as:289]
PASSED: co.myName() == "FC" [./Inheritance.as:310]
PASSED: FctorCalls == 0 [./Inheritance.as:311]
PASSED: BctorCalls == 2 [./Inheritance.as:312]
PASSED: ActorCalls == 0 [./Inheritance.as:313]
PASSED: n == "FFFC" [./Inheritance.as:331]
PASSED: FctorCalls == 1 [./Inheritance.as:332]
PASSED: BctorCalls == 1 [./Inheritance.as:333]
PASSED: ActorCalls == 1 [./Inheritance.as:334]
PASSED: obj.__proto__.constructor == Object [./Inheritance.as:351]
PASSED: obj instanceOf Object [./Inheritance.as:352]
PASSED: sobj1.__proto__.constructor == SubObj1 [./Inheritance.as:357]
PASSED: SubObj1 instanceOf Function [./Inheritance.as:359]
PASSED: Function instanceOf Object [./Inheritance.as:360]
PASSED: SubObj1 instanceOf Object [./Inheritance.as:361]
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]
PASSED: SubObj1.prototype.constructor.__proto__.constructor == Function [./Inheritance.as:376]
PASSED: typeof(DerivedClass1.prototype.__constructor__) == 'function' [./Inheritance.as:400]
PASSED: DerivedClass1.prototype.hasOwnProperty('__constructor__') [./Inheritance.as:401]
PASSED: DerivedClass1.prototype.__constructor__ == BaseClass1 [./Inheritance.as:402]
PASSED: DerivedClass1.prototype.__constructor__ != DerivedClass1 [./Inheritance.as:403]
PASSED: typeof(DerivedClass1.prototype.constructor) == 'function' [./Inheritance.as:408]
PASSED: typeof(DerivedClass1.constructor) == 'function' [./Inheritance.as:409]
PASSED: DerivedClass1.prototype.hasOwnProperty('__proto__') [./Inheritance.as:411]
PASSED: DerivedClass1.prototype.hasOwnProperty('__constructor__') [./Inheritance.as:412]
PASSED: DerivedClass1.prototype.__proto__.hasOwnProperty('var1') [./Inheritance.as:413]
PASSED: ! DerivedClass1.prototype.hasOwnProperty('var1') [./Inheritance.as:415]
PASSED: ! DerivedClass1.prototype.hasOwnProperty('var3') [./Inheritance.as:416]
PASSED: DerivedClass1.var3 == undefined [./Inheritance.as:417]
PASSED: ! DerivedClass1.prototype.hasOwnProperty('toString') [./Inheritance.as:418]
PASSED: ! DerivedClass1.prototype.hasOwnProperty('valueOf') [./Inheritance.as:419]
PASSED: ! DerivedClass1.prototype.hasOwnProperty('constructor') [./Inheritance.as:420]
PASSED: DerivedClass1.hasOwnProperty('constructor') [./Inheritance.as:421]
PASSED: DerivedClass1.constructor == Function [./Inheritance.as:422]
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: typeof(obj.__constructor__) == 'function' [./Inheritance.as:432]
PASSED: obj.hasOwnProperty('__constructor__') [./Inheritance.as:433]
PASSED: obj.__constructor__ == DerivedClass1 [./Inheritance.as:434]
PASSED: obj.__proto__.__constructor__ == BaseClass1 [./Inheritance.as:435]
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]
PASSED: ob instanceof A [./Inheritance.as:552]
PASSED: ! ob instanceof C [./Inheritance.as:558]
PASSED: ob instanceof C [./Inheritance.as:560]
PASSED: this.a == undefined [./Inheritance.as:585]
PASSED: this.b == undefined [./Inheritance.as:586]
PASSED: super.vv == 8 [./Inheritance.as:587]
PASSED: super.gg == undefined [./Inheritance.as:588]
PASSED: this.a == 4 [./Inheritance.as:592]
PASSED: this.b == undefined [./Inheritance.as:593]
PASSED: this.a == 4 [./Inheritance.as:598]
PASSED: this.b == "string" [./Inheritance.as:599]
PASSED: super.vv == undefined [./Inheritance.as:602]
PASSED: super.gg == "moo" [./Inheritance.as:603]
#passed: 173
#failed: 0
#total tests run: 173

Now your flash player will try to answer the egg/chicken question. Kill it if it hangs your machine
