Home | History | Annotate | Download | only in harmony

Lines Matching defs:handler

28 var handler = {
40 var proxy = new Proxy(target, handler);
63 handler.getOwnPropertyDescriptor = undefined;
71 handler.getOwnPropertyDescriptor = function(target, name) { return undefined; };
78 handler.getOwnPropertyDescriptor = function(target, name) {
90 handler.getOwnPropertyDescriptor = function(target, name) { return undefined; };
99 handler.getOwnPropertyDescriptor = function() { return existent_desc; };
108 handler.getOwnPropertyDescriptor = {};
112 handler.getOwnPropertyDescriptor = function() { throw "ball"; };
116 handler.getOwnPropertyDescriptor = function() { return 1; }
124 handler.getOwnPropertyDescriptor = function(target, name) {