Home
last modified time | relevance | path

Searched refs:getOwnPropertyDescriptor2 (Results 1 – 1 of 1) sorted by relevance

/external/v8/test/mjsunit/harmony/
Dproxies.js69 return this.getOwnPropertyDescriptor2(k)
71 getOwnPropertyDescriptor2: function(k) { method
109 getOwnPropertyDescriptor2: function(k) { throw "myexn" } method
403 return this.getOwnPropertyDescriptor2(k)
405 getOwnPropertyDescriptor2: function(k) { return {writable: true} }, method
491 return this.getOwnPropertyDescriptor2(k)
493 getOwnPropertyDescriptor2: function(k) { throw "myexn" }, method
500 return this.getOwnPropertyDescriptor2(k)
502 getOwnPropertyDescriptor2: function(k) { return {writable: true} }, method
995 return this.getOwnPropertyDescriptor2(k)
[all …]