Home | History | Annotate | Download | only in mjsunit

Lines Matching refs:function

33 function test(object, prototype) {
36 get: function() { result = this; },
37 set: function(v) { result = this; }
40 get: function() { "use strict"; result = this; },
41 set: function(v) { "use strict"; result = this; }
44 (function() {
45 function nonstrict(s) {
48 function strict(s) {
67 (function() {
68 function nonstrict(s) {
71 function strict(s) {