Searched defs:getPropertyDescriptor (Results 1 – 3 of 3) sorted by relevance
63 getPropertyDescriptor: function(k) { method105 getPropertyDescriptor: function(k) { method113 getPropertyDescriptor: function(k) { method120 getPropertyDescriptor: function(k) { method161 getPropertyDescriptor: function() { throw "myexn" } method
169 getPropertyDescriptor: function(k) { key = k; return {value: 42} } method173 getPropertyDescriptor: function(k) { return this.getPropertyDescriptor2(k) }, method178 getPropertyDescriptor: function(k) { method186 getPropertyDescriptor: function(k) { key = k; return {value: 42} } method249 getPropertyDescriptor: function(k) { method255 getPropertyDescriptor: function(k) { return this.getPropertyDescriptor2(k) }, method262 getPropertyDescriptor: function(k) { method269 getPropertyDescriptor: function(k) { method323 getPropertyDescriptor: function(k) { throw "myexn" } method327 getPropertyDescriptor: function(k) { return this.getPropertyDescriptor2(k) }, method[all …]
609 bool JSObject::getPropertyDescriptor(ExecState* exec, const Identifier& propertyName, PropertyDescr… in getPropertyDescriptor() function in JSC::JSObject