1 2 3 4 5 6 7 8 9 10 11
var o = { access() { super.foo.bar; } }; // Delazify assertThrowsInstanceOf(o.access, TypeError); if (typeof reportCompare === 'function') reportCompare(0,0,"OK");