Home
last modified time | relevance | path

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

/external/chromium_org/v8/test/mjsunit/harmony/
Dproxies-with.js70 getPropertyDescriptor: function(k) { method
79 getPropertyDescriptor: function(k) { method
86 getPropertyDescriptor: function(k) { method
93 getPropertyDescriptor: function(k) { return this.getPropertyDescriptor2(k) }, method
101 getPropertyDescriptor: function(k) { method
110 getPropertyDescriptor: function(k) { method
154 getPropertyDescriptor: function(k) { method
163 getPropertyDescriptor: function(k) { method
170 getPropertyDescriptor: function(k) { method
177 getPropertyDescriptor: function(k) { return this.getPropertyDescriptor2(k) }, method
[all …]
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 …]
Dproxies-symbols.js72 getPropertyDescriptor: assertUnreachable, property
Dobject-observe.js1077 getPropertyDescriptor: function(k) { method
/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/chromium_org/v8/test/mjsunit/regress/
Dregress-2219.js30 var p = Proxy.create({getPropertyDescriptor: function() { gc() }}); method
Dregress-2225.js31 var proxy = Proxy.create({ getPropertyDescriptor:function(key) { method
/external/chromium_org/v8/test/mjsunit/
Dreadonly.js125 getPropertyDescriptor: function() { method