Home | History | Annotate | Download | only in cctest

Lines Matching full:__definesetter__

3438       "obj.__defineSetter__(\"17\", function(val){this.foo = val;});"
3442 "obj.__defineSetter__(\"39\", function(val){this.foo = \"hit\";});"
6720 "x.__defineSetter__('set', Throw);"
12207 " Object.prototype.__defineSetter__(prop, function() { throw prop; });\n"