Home | History | Annotate | Download | only in mjsunit

Lines Matching refs:TheClass

1080   function TheClass() {
1082 assertThrows(function() { TheClass.caller; }, TypeError);
1083 assertThrows(function() { TheClass.arguments; }, TypeError);
1086 TheClass.prototype = {
1092 var o = new TheClass();