Home
last modified time | relevance | path

Searched defs:getPropertyDescriptor (Results 1 – 3 of 3) sorted by relevance

/external/v8/test/mjsunit/harmony/
Dproxies-for.js63 getPropertyDescriptor: function(k) { method
105 getPropertyDescriptor: function(k) { method
113 getPropertyDescriptor: function(k) { method
120 getPropertyDescriptor: function(k) { method
161 getPropertyDescriptor: function() { throw "myexn" } method
Dproxies.js169 getPropertyDescriptor: function(k) { key = k; return {value: 42} } method
173 getPropertyDescriptor: function(k) { return this.getPropertyDescriptor2(k) }, method
178 getPropertyDescriptor: function(k) { method
186 getPropertyDescriptor: function(k) { key = k; return {value: 42} } method
249 getPropertyDescriptor: function(k) { method
255 getPropertyDescriptor: function(k) { return this.getPropertyDescriptor2(k) }, method
262 getPropertyDescriptor: function(k) { method
269 getPropertyDescriptor: function(k) { method
323 getPropertyDescriptor: function(k) { throw "myexn" } method
327 getPropertyDescriptor: function(k) { return this.getPropertyDescriptor2(k) }, method
[all …]
/external/webkit/Source/JavaScriptCore/runtime/
DJSObject.cpp609 bool JSObject::getPropertyDescriptor(ExecState* exec, const Identifier& propertyName, PropertyDescr… in getPropertyDescriptor() function in JSC::JSObject