Home | History | Annotate | Download | only in mjsunit

Lines Matching full:theclass

1088   function TheClass() {
1090 assertThrows(function() { TheClass.caller; }, TypeError);
1091 assertThrows(function() { TheClass.arguments; }, TypeError);
1094 TheClass.prototype = {
1100 var o = new TheClass();