Home | History | Annotate | Download | only in webkit

Lines Matching refs:function

26 var Test = function(){};
31 Test.prototype['myMethod' + i] = function(){};
38 Test.prototype.myAdditionalMethod = function(){};
47 var Test = function(){};
49 Test.prototype['myMethod' + i] = function(){};
64 var Test = function(){};
66 Test.prototype['myMethod' + i] = function(){};
69 function update(test) {
81 Test.prototype.__defineSetter__("newProperty", function(){ calledNewPrototypeSetter = true; });
94 getTestProperty = function(o) {
104 getTestProperty = function(o) {