Lines Matching refs:prop
62 has: function(target, prop) {63 return prop == "present";78 has: function(target, prop) {79 if (prop[0] === 'f') {82 return prop in target;129 has: function(target, prop) {130 return prop in target;142 Object.defineProperty(target, "prop", {148 has: function(target, prop) {156 'prop' in proxy;